Home
last modified time | relevance | path

Searched refs:RESUNIT_NONE (Results 1 – 9 of 9) sorted by relevance

/libtiff-4.0.7/contrib/dbs/
H A Dtiff-bi.c59 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
H A Dtiff-grayscale.c103 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
H A Dtiff-rgb.c97 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
H A Dtiff-palette.c234 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
/libtiff-4.0.7/libtiff/
H A Dtiff.h261 #define RESUNIT_NONE 1 /* no meaningful units */ macro
H A Dtif_print.c288 case RESUNIT_NONE: in TIFFPrintDirectory()
H A Dtif_dir.c337 if (v < RESUNIT_NONE || RESUNIT_CENTIMETER < v) in _TIFFVSetField()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c2055 crop_data->res_unit = RESUNIT_NONE; in process_command_opts()
2056 page->res_unit = RESUNIT_NONE; in process_command_opts()
4970 page->res_unit = RESUNIT_NONE; in initPageSetup()
5006 image->res_unit = RESUNIT_NONE; in initImageData()
5022 cps->res_unit = RESUNIT_NONE; in initCropMasks()
5094 (crop->res_unit != RESUNIT_NONE) && in computeInputPixelOffsets()
5117 case RESUNIT_NONE: /* Dimensions in pixels */ in computeInputPixelOffsets()
5591 if (page->res_unit == RESUNIT_NONE) in computeOutputPixelOffsets()
5603 case RESUNIT_NONE: /* Dimensions in pixels */ in computeOutputPixelOffsets()
H A Dtiff2ps.c644 case RESUNIT_NONE: /* Subsequent code assumes we have converted to inches! */ in setupPageState()