Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dgd.h551 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
552 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
554 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
560 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
571 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2151 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2169 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2188 toy = dstY; in gdImageCopy()
2210 toy = dstY; in gdImageCopy()
2256 toy = dstY; in gdImageCopyMerge()
2297 toy = dstY; in gdImageCopyMergeGray()
2378 toy = dstY; in gdImageCopyResized()
2463 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2466 for (y = dstY; (y < dstY + dstH); y++) { in gdImageCopyResampled()
2467 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
[all …]
/PHP-5.4/ext/gd/
H A Dgd.c1958 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1972 dstY = DY; in PHP_FUNCTION()
3740 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3754 dstY = DY; in PHP_FUNCTION()
3756 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3769 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3783 dstY = DY; in PHP_FUNCTION()
3798 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3812 dstY = DY; in PHP_FUNCTION()
3828 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 40 milliseconds