Home
last modified time | relevance | path

Searched defs:srcY (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd.c2226 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2307 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int … in gdImageCopyMerge()
2347 void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyMergeGray()
2401 void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, in… in gdImageCopyResized()
2511 void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, … in gdImageCopyResampled()
/php-src/ext/gd/
H A Dgd.c1034 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2839 int srcH, srcW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local
2866 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2894 int srcH, srcW, srcY, srcX, dstY, dstX, pct; in PHP_FUNCTION() local
2922 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; in PHP_FUNCTION() local

Completed in 23 milliseconds