Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_getimage.c292 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */ in TIFFRGBAImageBegin()
529 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
559 if (img->req_orientation == ORIENTATION_TOPRIGHT || in setorientation()
560 img->req_orientation == ORIENTATION_RIGHTTOP) in setorientation()
562 else if (img->req_orientation == ORIENTATION_BOTRIGHT || in setorientation()
563 img->req_orientation == ORIENTATION_RIGHTBOT) in setorientation()
565 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
566 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
572 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
573 img->req_orientation == ORIENTATION_LEFTTOP) in setorientation()
[all …]
Dtiffio.h207 uint16 req_orientation; /* requested orientation */ member