Searched refs:req_orientation (Results 1 – 2 of 2) sorted by relevance
294 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */ in TIFFRGBAImageBegin()531 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()561 if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()562 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()564 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()565 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()567 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()568 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()574 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()575 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()[all …]
209 uint16 req_orientation; /* requested orientation */ member