Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c177 uint16 tiff_resunit; member
1725 &(t2p->tiff_resunit)); in t2p_read_tiff_data()
1726 if(t2p->tiff_resunit == RESUNIT_CENTIMETER) { in t2p_read_tiff_data()
1729 } else if (t2p->tiff_resunit != RESUNIT_INCH in t2p_read_tiff_data()
4428 } else if (t2p->tiff_resunit != RESUNIT_CENTIMETER /* RESUNIT_NONE and */ in t2p_compose_pdf_page()
4429 && t2p->tiff_resunit != RESUNIT_INCH) { /* other cases */ in t2p_compose_pdf_page()