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 294 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */
531 img.req_orientation = (uint16)orientation;
561 if (img->req_orientation == ORIENTATION_TOPRIGHT ||
562 img->req_orientation == ORIENTATION_RIGHTTOP)
564 else if (img->req_orientation == ORIENTATION_BOTRIGHT ||
565 img->req_orientation == ORIENTATION_RIGHTBOT)
567 else if (img->req_orientation == ORIENTATION_BOTLEFT ||
568 img->req_orientation == ORIENTATION_LEFTBOT)
574 if (img->req_orientation == ORIENTATION_TOPLEFT ||
575 img->req_orientation == ORIENTATION_LEFTTOP
    [all...]
tiffio.h 209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage

Completed in 79 milliseconds