Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd.h546 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
548 int srcX, int srcY, int w, int h, int pct);
550 int srcX, int srcY, int w, int h, int pct);
555 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
566 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2151 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2168 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy()
2176 int c = gdImageGetPixel (src, srcX + x, srcY + y); in gdImageCopy()
2189 for (y = srcY; (y < (srcY + h)); y++) { in gdImageCopy()
2211 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2258 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2299 for (y = srcY; (y < (srcY + h)); y++) { in gdImageCopyMergeGray()
2379 for (y = srcY; (y < (srcY + srcH)); y++) { in gdImageCopyResized()
2380 for (ydest = 0; (ydest < sty[y - srcY]); ydest++) { in gdImageCopyResized()
2463 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
[all …]
/PHP-5.3/ext/gd/
H A Dgd.c384 ZEND_ARG_INFO(0, srcY)
1938 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1948 srcY = SY; in PHP_FUNCTION()
3698 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3708 srcY = SY; in PHP_FUNCTION()
3727 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3737 srcY = SY; in PHP_FUNCTION()
3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3766 srcY = SY; in PHP_FUNCTION()
3786 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 29 milliseconds