Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c278 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 …]
D0011-fix-leak-imagebegin2.patch16 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
Dtiffio.h209 uint16 req_orientation; /* requested orientation */ member