Home
last modified time | relevance | path

Searched refs:PS_UNIT_SIZE (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2ps.c571 #define PS_UNIT_SIZE 72.0F macro
634 xres = PS_UNIT_SIZE; in setupPageState()
637 yres = PS_UNIT_SIZE; in setupPageState()
658 if ((xres > 1.0) && (xres != PS_UNIT_SIZE)) in setupPageState()
661 *pprw = PSUNITS(*pw, PS_UNIT_SIZE); in setupPageState()
665 *pprh = PSUNITS(*ph, PS_UNIT_SIZE); in setupPageState()
707 pagewidth *= PS_UNIT_SIZE; in get_subimage_count()
708 pageheight *= PS_UNIT_SIZE; in get_subimage_count()
1259 page_width = pgwidth * PS_UNIT_SIZE; in psStart()
1260 page_height = pgheight * PS_UNIT_SIZE; in psStart()
[all …]
H A Dtiff2pdf.c69 #define PS_UNIT_SIZE 72.0F macro
672 ((float)atof(optarg) * PS_UNIT_SIZE) / (t2p->pdf_centimeters?2.54F:1.0F); in main()
677 ((float)atof(optarg) * PS_UNIT_SIZE) / (t2p->pdf_centimeters?2.54F:1.0F); in main()
4434 ((float)(t2p->tiff_width))*PS_UNIT_SIZE/t2p->pdf_xres; in t2p_compose_pdf_page()
4436 ((float)(t2p->tiff_length))*PS_UNIT_SIZE/t2p->pdf_yres; in t2p_compose_pdf_page()