Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd.h699 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
700 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
702 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
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
2275 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2297 toy = dstY; in gdImageCopy()
2337 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2343 toy = dstY; in gdImageCopyMerge()
2384 toy = dstY; in gdImageCopyMergeGray()
2462 toy = dstY; in gdImageCopyResized()
2547 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2550 for (y = dstY; (y < dstY + dstH); y++) { in gdImageCopyResampled()
2551 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
[all …]
/PHP-8.2/ext/gd/
H A Dgd.c1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1048 dstY = DY; in PHP_FUNCTION()
2843 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2857 dstY = DY; in PHP_FUNCTION()
2859 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2870 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2884 dstY = DY; in PHP_FUNCTION()
2898 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2912 dstY = DY; in PHP_FUNCTION()
2926 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 28 milliseconds