Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c137 float y2; member
4508 boxp->y2 = in t2p_compose_pdf_page()
4523 boxp->y2 = in t2p_compose_pdf_page()
4539 boxp->y2 = in t2p_compose_pdf_page()
4551 boxp->y2 = in t2p_compose_pdf_page()
4574 boxp->y2 = t2p->pdf_imagebox.y2 - t2p->pdf_imagebox.y1 - boxp->y2; in t2p_compose_pdf_page()
4578 boxp->y2 = t2p->pdf_imagebox.y2 - t2p->pdf_imagebox.y1 - boxp->y2; in t2p_compose_pdf_page()
4590 boxp->y2 = f; in t2p_compose_pdf_page()
4613 boxp->y1=boxp->y2; in t2p_compose_pdf_page_orient()
4614 boxp->y2 = f; in t2p_compose_pdf_page_orient()
[all …]
H A Dtiffcrop.c4986 pagelist[i].y2 = (uint32)0; in initPageSetup()
5046 cps->regionlist[i].y2 = 0; in initCropMasks()
5084 uint32 x1, x2, y1, y2; in computeInputPixelOffsets() local
5157 if (y2 > image->length - 1) in computeInputPixelOffsets()
5160 crop->regionlist[i].y2 = (uint32) (y2 - 1); in computeInputPixelOffsets()
5586 uint32 x1, x2, y1, y2, line_bytes; in computeOutputPixelOffsets() local
5752 orows = y2; in computeOutputPixelOffsets()
5785 if (y2 >= ilength) in computeOutputPixelOffsets()
5786 y2 = ilength - 1; in computeOutputPixelOffsets()
5796 sections[k].y2 = y2; in computeOutputPixelOffsets()
[all …]
/libtiff-4.0.7/archive/tools/
H A Dsgisv.c257 tiffsv(char* name, int x1, int x2, int y1, int y2) in tiffsv() argument
265 yorg = MIN(y1,y2); in tiffsv()
271 ysize = ABS(y2-y1); in tiffsv()