Searched refs:x2 (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | sgisv.c | 257 tiffsv(char* name, int x1, int x2, int y1, int y2) in tiffsv() argument 264 xorg = MIN(x1,x2); in tiffsv() 270 xsize = ABS(x2-x1); in tiffsv()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2pdf.c | 136 float x2; member 4500 boxp->x2 = in t2p_compose_pdf_page() 4518 boxp->x2 = t2p->pdf_imagebox.x2; in t2p_compose_pdf_page() 4534 boxp->x2 = in t2p_compose_pdf_page() 4549 boxp->x2 = t2p->pdf_imagebox.x2; in t2p_compose_pdf_page() 4570 boxp->x2 = t2p->pdf_imagebox.x2 - t2p->pdf_imagebox.x1 - boxp->x2; in t2p_compose_pdf_page() 4582 boxp->x2 = t2p->pdf_imagebox.x2 - t2p->pdf_imagebox.x1 - boxp->x2; in t2p_compose_pdf_page() 4588 f=boxp->x2; in t2p_compose_pdf_page() 4608 boxp->x1=boxp->x2; in t2p_compose_pdf_page_orient() 4609 boxp->x2 = f; in t2p_compose_pdf_page_orient() [all …]
|
| H A D | tiffcrop.c | 4984 pagelist[i].x2 = (uint32)0; in initPageSetup() 5044 cps->regionlist[i].x2 = 0; in initCropMasks() 5084 uint32 x1, x2, y1, y2; in computeInputPixelOffsets() local 5146 if (x2 > image->width - 1) in computeInputPixelOffsets() 5149 crop->regionlist[i].x2 = (uint32) (x2 - 1); in computeInputPixelOffsets() 5586 uint32 x1, x2, y1, y2, line_bytes; in computeOutputPixelOffsets() local 5746 orows = x2; in computeOutputPixelOffsets() 5791 if (x2 >= iwidth) in computeOutputPixelOffsets() 5792 x2 = iwidth - 1; in computeOutputPixelOffsets() 5794 sections[k].x2 = x2; in computeOutputPixelOffsets() [all …]
|