Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/libgd/
H A Dgd.h682 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
683 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
685 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
691 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
702 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2254 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2273 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2295 toy = dstY; in gdImageCopy()
2335 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2341 toy = dstY; in gdImageCopyMerge()
2382 toy = dstY; in gdImageCopyMergeGray()
2460 toy = dstY; in gdImageCopyResized()
2545 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2548 for (y = dstY; (y < dstY + dstH); y++) { in gdImageCopyResampled()
2549 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
[all …]
/PHP-7.3/ext/gd/
H A Dgd.c1906 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1925 dstY = DY; in PHP_FUNCTION()
3723 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3742 dstY = DY; in PHP_FUNCTION()
3744 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3775 dstY = DY; in PHP_FUNCTION()
3790 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3809 dstY = DY; in PHP_FUNCTION()
3824 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 51 milliseconds