Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c4406 float length_ratio=0; in t2p_compose_pdf_page() local
4420 length_ratio = t2p->pdf_defaultpagelength/t2p->tiff_length; in t2p_compose_pdf_page()
4421 if (width_ratio < length_ratio ) { in t2p_compose_pdf_page()
4425 t2p->pdf_imagewidth = t2p->tiff_width * length_ratio; in t2p_compose_pdf_page()