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

  /external/opencv3/3rdparty/libtiff/
tif_getimage.c 250 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 == ORIENTATION_LEFTTOP
    [all...]
tiffio.h 209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage
  /external/pdfium/third_party/libtiff/
tif_getimage.c 265 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 == ORIENTATION_LEFTTOP
    [all...]
tiffio.h 209 uint16 req_orientation; /* requested orientation */ member in struct:_TIFFRGBAImage

Completed in 236 milliseconds