Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h224 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
Dtif_getimage.c557 case ORIENTATION_TOPLEFT: in setorientation()
572 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
585 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
598 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
Dtif_dir.c262 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()
1383 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp454 uint16_t rotation = ORIENTATION_TOPLEFT; in Decode()
/external/ImageMagick/coders/
Dtiff.c3902 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()