Home
last modified time | relevance | path

Searched refs:ORIENTATION_LEFTBOT (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h229 #define ORIENTATION_LEFTBOT 8 /* row 0 lhs, col 0 bottom */ macro
Dtif_getimage.c568 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
581 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
594 img->req_orientation == ORIENTATION_LEFTBOT) in setorientation()
599 case ORIENTATION_LEFTBOT: in setorientation()
Dtif_dir.c260 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()