Searched refs:req_orientation (Results 1 – 3 of 3) sorted by relevance
278 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */ in TIFFRGBAImageBegin()515 img.req_orientation = orientation; in TIFFReadRGBAImageOriented()545 if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()546 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()548 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()549 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()551 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()552 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()558 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()559 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()[all …]
16 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
209 uint16 req_orientation; /* requested orientation */ member