Searched defs:dstY (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/gd/libgd/ |
H A D | gd.c | 2196 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() 2277 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() 2317 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray() 2371 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() 2481 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
|
/PHP-7.1/ext/gd/ |
H A D | gd.c | 1854 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3643 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3676 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3710 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3744 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
|
Completed in 19 milliseconds