Lines Matching refs:srcY
384 ZEND_ARG_INFO(0, srcY)
1938 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
1948 srcY = SY;
1956 gdImageCopyResampled(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);
2611 /* {{{ proto resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)
3698 int srcH, srcW, srcY, srcX, dstY, dstX;
3708 srcY = SY;
3714 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH);
3727 int srcH, srcW, srcY, srcX, dstY, dstX, pct;
3737 srcY = SY;
3744 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
3756 int srcH, srcW, srcY, srcX, dstY, dstX, pct;
3766 srcY = SY;
3773 gdImageCopyMergeGray(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct);
3786 int srcH, srcW, dstH, dstW, srcY, srcX, dstY, dstX;
3796 srcY = SY;
3809 gdImageCopyResized(im_dst, im_src, dstX, dstY, srcX, srcY, dstW, dstH, srcW, srcH);