Home
last modified time | relevance | path

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

/php-src/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.c2226 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2245 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2269 tox = dstX; in gdImageCopy()
2307 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2316 tox = dstX; in gdImageCopyMerge()
2357 tox = dstX; in gdImageCopyMergeGray()
2435 tox = dstX; in gdImageCopyResized()
2517 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2523 for (x = dstX; (x < dstX + dstW); x++) { in gdImageCopyResampled()
2528 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
[all …]
/php-src/ext/gd/
H A Dgd.c1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1047 dstX = DX; in PHP_FUNCTION()
2839 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2852 dstX = DX; in PHP_FUNCTION()
2855 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
2866 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2879 dstX = DX; in PHP_FUNCTION()
2894 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2907 dstX = DX; in PHP_FUNCTION()
2922 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 70 milliseconds