Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.h670 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
672 int srcX, int srcY, int w, int h, int pct);
674 int srcX, int srcY, int w, int h, int pct);
679 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
690 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2163 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2180 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy()
2188 int c = gdImageGetPixel (src, srcX + x, srcY + y); in gdImageCopy()
2201 for (y = srcY; (y < (srcY + h)); y++) { in gdImageCopy()
2223 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2270 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2311 for (y = srcY; (y < (srcY + h)); y++) { in gdImageCopyMergeGray()
2388 for (y = srcY; (y < (srcY + srcH)); y++) { in gdImageCopyResized()
2389 for (ydest = 0; (ydest < sty[y - srcY]); ydest++) { in gdImageCopyResized()
2472 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c346 ZEND_ARG_INFO(0, srcY)
1901 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1911 srcY = SY; in PHP_FUNCTION()
3611 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3621 srcY = SY; in PHP_FUNCTION()
3639 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3649 srcY = SY; in PHP_FUNCTION()
3668 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3678 srcY = SY; in PHP_FUNCTION()
3697 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 51 milliseconds