Searched refs:req_orientation (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_getimage.c250 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
497 img.req_orientation = orientation;
527 if (img->req_orientation == ORIENTATION_TOPRIGHT ||
528 img->req_orientation == ORIENTATION_RIGHTTOP)
530 else if (img->req_orientation == ORIENTATION_BOTRIGHT ||
531 img->req_orientation == ORIENTATION_RIGHTBOT)
533 else if (img->req_orientation == ORIENTATION_BOTLEFT ||
534 img->req_orientation == ORIENTATION_LEFTBOT)
540 if (img->req_orientation == ORIENTATION_TOPLEFT ||
541 img->req_orientation
[all...]
H A Dtiffio.h209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage
/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c265 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
512 img.req_orientation = orientation;
542 if (img->req_orientation == ORIENTATION_TOPRIGHT ||
543 img->req_orientation == ORIENTATION_RIGHTTOP)
545 else if (img->req_orientation == ORIENTATION_BOTRIGHT ||
546 img->req_orientation == ORIENTATION_RIGHTBOT)
548 else if (img->req_orientation == ORIENTATION_BOTLEFT ||
549 img->req_orientation == ORIENTATION_LEFTBOT)
555 if (img->req_orientation == ORIENTATION_TOPLEFT ||
556 img->req_orientation
[all...]
H A Dtiffio.h209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage

Completed in 113 milliseconds