Home
last modified time | relevance | path

Searched refs:dst_x (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c2347 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2414 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2423 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2429 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h878 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
/PHP-5.5/ext/gd/
H A Dgd.c250 ZEND_ARG_INFO(0, dst_x)
630 ZEND_ARG_INFO(0, dst_x)
641 ZEND_ARG_INFO(0, dst_x)
653 ZEND_ARG_INFO(0, dst_x)
665 ZEND_ARG_INFO(0, dst_x)

Completed in 33 milliseconds