Searched defs:srcY (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/gd/libgd/ |
H A D | gd.c | 2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy() 2337 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge() 2377 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray() 2431 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized() 2541 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 1184 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 2994 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local 3021 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3049 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local 3077 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
|
Completed in 29 milliseconds