Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.h676 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
677 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
679 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
685 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
696 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()
2299 tox = dstX; in gdImageCopy()
2337 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2346 tox = dstX; in gdImageCopyMerge()
2387 tox = dstX; in gdImageCopyMergeGray()
2465 tox = dstX; in gdImageCopyResized()
2547 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2553 for (x = dstX; (x < dstX + dstW); x++) { in gdImageCopyResampled()
2558 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
[all …]
/PHP-8.0/ext/gd/
H A Dgd.c1132 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1145 dstX = DX; in PHP_FUNCTION()
2921 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2934 dstX = DX; in PHP_FUNCTION()
2937 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2948 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2961 dstX = DX; in PHP_FUNCTION()
2976 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2989 dstX = DX; in PHP_FUNCTION()
3004 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 23 milliseconds