Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c139 } T2P_BOX; typedef
143 T2P_BOX tile_box;
192 T2P_BOX pdf_mediabox;
193 T2P_BOX pdf_imagebox;
318 void t2p_compose_pdf_page_orient(T2P_BOX*, uint16);
319 void t2p_compose_pdf_page_orient_flip(T2P_BOX*, uint16);
4398 T2P_BOX* boxp=NULL; in t2p_compose_pdf_page()
4601 void t2p_compose_pdf_page_orient(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient()
4676 void t2p_compose_pdf_page_orient_flip(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient_flip()
4744 T2P_BOX box; in t2p_write_pdf_page_content_stream()