Searched refs:RESUNIT_NONE (Results 1 – 10 of 10) sorted by relevance
59 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
103 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
97 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
234 TIFFSetField(tif, TIFFTAG_RESOLUTIONUNIT, RESUNIT_NONE); in main()
261 #define RESUNIT_NONE 1 /* no meaningful units */ macro
288 case RESUNIT_NONE: in TIFFPrintDirectory()
347 if (v < RESUNIT_NONE || RESUNIT_CENTIMETER < v) in _TIFFVSetField()
2057 crop_data->res_unit = RESUNIT_NONE; in process_command_opts()2058 page->res_unit = RESUNIT_NONE; in process_command_opts()4989 page->res_unit = RESUNIT_NONE; in initPageSetup()5025 image->res_unit = RESUNIT_NONE; in initImageData()5041 cps->res_unit = RESUNIT_NONE; in initCropMasks()5113 (crop->res_unit != RESUNIT_NONE) && in computeInputPixelOffsets()5136 case RESUNIT_NONE: /* Dimensions in pixels */ in computeInputPixelOffsets()5610 if (page->res_unit == RESUNIT_NONE) in computeOutputPixelOffsets()5622 case RESUNIT_NONE: /* Dimensions in pixels */ in computeOutputPixelOffsets()
650 case RESUNIT_NONE: /* Subsequent code assumes we have converted to inches! */ in setupPageState()
Completed in 34 milliseconds