Lines Matching refs:f
4404 float f=0; in t2p_compose_pdf_page() local
4460 f=t2p->pdf_mediabox.x2; in t2p_compose_pdf_page()
4462 t2p->pdf_mediabox.y2=f; in t2p_compose_pdf_page()
4585 f=boxp->x1; in t2p_compose_pdf_page()
4587 boxp->y1 = f; in t2p_compose_pdf_page()
4588 f=boxp->x2; in t2p_compose_pdf_page()
4590 boxp->y2 = f; in t2p_compose_pdf_page()
4604 float f=0.0; in t2p_compose_pdf_page_orient() local
4607 f=boxp->x1; in t2p_compose_pdf_page_orient()
4609 boxp->x2 = f; in t2p_compose_pdf_page_orient()
4612 f=boxp->y1; in t2p_compose_pdf_page_orient()
4614 boxp->y2 = f; in t2p_compose_pdf_page_orient()
4679 float f=0.0; in t2p_compose_pdf_page_orient_flip() local
4682 f=boxp->x1; in t2p_compose_pdf_page_orient_flip()
4684 boxp->x2 = f; in t2p_compose_pdf_page_orient_flip()
4687 f=boxp->y1; in t2p_compose_pdf_page_orient_flip()
4689 boxp->y2 = f; in t2p_compose_pdf_page_orient_flip()