Home
last modified time | relevance | path

Searched refs:req_orientation (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c533 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
564 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
567 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
570 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
577 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
580 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
583 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
590 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
593 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
596 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
[all …]
H A Dtiffio.h209 uint16 req_orientation; /* requested orientation */ member