Home
last modified time | relevance | path

Searched refs:ORIENTATION_TOPLEFT (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiff.h219 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
Dtif_getimage.c525 case ORIENTATION_TOPLEFT: in setorientation()
540 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
553 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
566 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
Dtif_dir.c246 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()
1285 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
/external/pdfium/third_party/libtiff/
Dtiff.h222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
Dtif_getimage.c540 case ORIENTATION_TOPLEFT: in setorientation()
555 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
568 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
581 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
Dtif_dir.c248 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()
1305 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp490 FX_WORD rotation = ORIENTATION_TOPLEFT; in Decode()