Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
Dtif_getimage.c559 case ORIENTATION_TOPLEFT: in setorientation()
574 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
587 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
600 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
Dtif_dir.c260 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField()
1365 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp452 uint16_t rotation = ORIENTATION_TOPLEFT; in Decode()
/external/ImageMagick/coders/
Dtiff.c4029 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()