Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd.h699 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
701 int srcX, int srcY, int w, int h, int pct);
703 int srcX, int srcY, int w, int h, int pct);
708 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
719 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2273 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy()
2283 int c = gdImageGetPixel (src, srcX + x, srcY + y); in gdImageCopy()
2298 for (y = srcY; y < (srcY + h); y++) { in gdImageCopy()
2337 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2345 for (y = srcY; y < (srcY + h); y++) { in gdImageCopyMerge()
2386 for (y = srcY; (y < (srcY + h)); y++) { in gdImageCopyMergeGray()
2463 for (y = srcY; (y < (srcY + srcH)); y++) { in gdImageCopyResized()
2464 for (ydest = 0; (ydest < sty[y - srcY]); ydest++) { in gdImageCopyResized()
2547 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
[all …]
/PHP-8.1/ext/gd/
H A Dgd.c1184 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1194 srcY = SY; in PHP_FUNCTION()
2994 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3004 srcY = SY; in PHP_FUNCTION()
3010 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3021 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3031 srcY = SY; in PHP_FUNCTION()
3049 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3059 srcY = SY; in PHP_FUNCTION()
3077 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 27 milliseconds