Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd.h546 void gdImageCopy(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int…
547 void gdImageCopyMerge(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
549 void gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY,
555 void gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int…
566 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()
2190 tox = dstX; in gdImageCopy()
2212 tox = dstX; in gdImageCopy()
2259 tox = dstX; in gdImageCopyMerge()
2300 tox = dstX; in gdImageCopyMergeGray()
2381 tox = dstX; in gdImageCopyResized()
2463 gdImageCopyResized (dst, src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); in gdImageCopyResampled()
2469 for (x = dstX; (x < dstX + dstW); x++) { in gdImageCopyResampled()
2474 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()
[all …]
/PHP-5.3/ext/gd/
H A Dgd.c1938 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
1951 dstX = DX; in PHP_FUNCTION()
3698 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
3711 dstX = DX; in PHP_FUNCTION()
3714 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3727 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3740 dstX = DX; in PHP_FUNCTION()
3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
3769 dstX = DX; in PHP_FUNCTION()
3786 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
[all …]

Completed in 25 milliseconds