Searched refs:length_ratio (Results 1 – 1 of 1) sorted by relevance
4406 float length_ratio=0; in t2p_compose_pdf_page() local4420 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()