HomeSort by relevance Sort by last modified time
    Searched refs:req_orientation (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libtiff/
tif_getimage.c 278 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
515 img.req_orientation = orientation;
545 if (img->req_orientation == ORIENTATION_TOPRIGHT ||
546 img->req_orientation == ORIENTATION_RIGHTTOP)
548 else if (img->req_orientation == ORIENTATION_BOTRIGHT ||
549 img->req_orientation == ORIENTATION_RIGHTBOT)
551 else if (img->req_orientation == ORIENTATION_BOTLEFT ||
552 img->req_orientation == ORIENTATION_LEFTBOT)
558 if (img->req_orientation == ORIENTATION_TOPLEFT ||
559 img->req_orientation == ORIENTATION_LEFTTOP
    [all...]
tiffio.h 209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage

Completed in 44 milliseconds