Searched refs:oy (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiff2ps.c | 1243 double ox, double oy, double pgwidth, double pgheight, in psStart() argument 1301 PSHead(fd, reqwidth, reqheight, ox, oy); in psStart() 1394 …ead(fd, (page_width ? page_width : view_width), (page_height ? page_height : view_height), ox, oy); in psStart() 1485 double ox = 0.0, oy = 0.0; /* Offset from current Postscript origin */ in TIFF2PS() local 1497 if (!TIFFGetField(tif, TIFFTAG_YPOSITION, &oy)) in TIFF2PS() 1498 oy = 0; in TIFF2PS() 1540 if (psStart(fd, npages, auto_rotate, &rotation, &scale, ox, oy, in TIFF2PS()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_ojpeg.c | 809 uint8* oy; in OJPEGDecodeRaw() local 831 …oy=sp->subsampling_convert_ybuf+sp->subsampling_convert_state*sp->subsampling_ver*sp->subsampling_… in OJPEGDecodeRaw() 837 r=oy; in OJPEGDecodeRaw() 844 oy+=sp->subsampling_hor; in OJPEGDecodeRaw()
|