Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h263 #define RESUNIT_CENTIMETER 3 /* metric */ macro
Dtif_print.c294 case RESUNIT_CENTIMETER: in TIFFPrintDirectory()
Dtif_fax3.c781 if (tif->tif_dir.td_resolutionunit == RESUNIT_CENTIMETER) in Fax3PreEncode()
Dtif_dir.c347 if (v < RESUNIT_NONE || RESUNIT_CENTIMETER < v) in _TIFFVSetField()
/external/ImageMagick/coders/
Dtiff.c1518 if (units == RESUNIT_CENTIMETER) in ReadTIFFImage()
3969 units=RESUNIT_CENTIMETER; in WriteTIFFImage()