Searched defs:srcX (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 2152 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h) argument 2169 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); 2177 int c = gdImageGetPixel (src, srcX + x, srcY + y); 2192 for (x = srcX; x < (srcX + w); x++) { 2214 for (x = srcX; x < (srcX + w); x++) { 2251 void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) argument 2261 for (x = srcX; x < (srcX 2291 gdImageCopyMergeGray(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) argument 2345 gdImageCopyResized(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument 2455 gdImageCopyResampled(gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH) argument [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 353 ZEND_ARG_INFO(0, srcX) 1903 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; local 1912 srcX = SX; 1921 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH); 2558 /* {{{ proto resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height) 3618 int srcH, srcW, srcY, srcX, dstY, dstX; local 3627 srcX = SX; 3634 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); 3646 int srcH, srcW, srcY, srcX, dstY, dstX, pct; local 3655 srcX 3675 int srcH, srcW, srcY, srcX, dstY, dstX, pct; local 3704 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX; local [all...] |
Completed in 12 milliseconds