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.c294 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 …]
Dtiffio.h209 uint16 req_orientation; /* requested orientation */ member