Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.h670 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
671 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
673 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
679 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
690 void gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, i…
H A Dgd.c2163 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() argument
2181 gdImageSetPixel (dst, dstX + x, dstY + y, c); in gdImageCopy()
2200 toy = dstY; in gdImageCopy()
2222 toy = dstY; in gdImageCopy()
2268 toy = dstY; in gdImageCopyMerge()
2309 toy = dstY; in gdImageCopyMergeGray()
2387 toy = dstY; in gdImageCopyResized()
2472 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2475 for (y = dstY; (y < dstY + dstH); y++) { in gdImageCopyResampled()
2476 sy1 = ((double) y - (double) dstY) * (double) srcH / (double) dstH; in gdImageCopyResampled()
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c1901 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1915 dstY = DY; in PHP_FUNCTION()
3611 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3625 dstY = DY; in PHP_FUNCTION()
3627 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3639 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3653 dstY = DY; in PHP_FUNCTION()
3668 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3682 dstY = DY; in PHP_FUNCTION()
3697 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 44 milliseconds