Searched refs:boxp (Results 1 – 1 of 1) sorted by relevance
4586 boxp->x1 = boxp->y1; in t2p_compose_pdf_page()4589 boxp->x2 = boxp->y2; in t2p_compose_pdf_page()4606 if( boxp->x1 > boxp->x2){ in t2p_compose_pdf_page_orient()4608 boxp->x1=boxp->x2; in t2p_compose_pdf_page_orient()4613 boxp->y1=boxp->y2; in t2p_compose_pdf_page_orient()4616 boxp->mat[0]=m1[0]=boxp->x2-boxp->x1; in t2p_compose_pdf_page_orient()4620 boxp->mat[4]=m1[4]=boxp->y2-boxp->y1; in t2p_compose_pdf_page_orient()4683 boxp->x1=boxp->x2; in t2p_compose_pdf_page_orient_flip()4688 boxp->y1=boxp->y2; in t2p_compose_pdf_page_orient_flip()4691 boxp->mat[0]=m1[0]=boxp->x2-boxp->x1; in t2p_compose_pdf_page_orient_flip()[all …]