Home
last modified time | relevance | path

Searched refs:dstY (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.c2310 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2329 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2351 toy = dstY; in gdImageCopy()
2391 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() argument
2397 toy = dstY; in gdImageCopyMerge()
2438 toy = dstY; in gdImageCopyMergeGray()
2516 toy = dstY; in gdImageCopyResized()
2601 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2604 for (y = dstY; (y < dstY + dstH); y++) { in gdImageCopyResampled()
2605 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
[all …]
/php-src/ext/gd/
H A Dgd.c1066 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1089 dstY = DY; in PHP_FUNCTION()
3104 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3125 dstY = DY; in PHP_FUNCTION()
3127 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3138 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3160 dstY = DY; in PHP_FUNCTION()
3174 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3196 dstY = DY; in PHP_FUNCTION()
3210 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 26 milliseconds