Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x
/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c2344 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2411 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2420 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2426 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h891 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
/PHP-7.2/ext/gd/
H A Dgd.c253 ZEND_ARG_INFO(0, dst_x)
657 ZEND_ARG_INFO(0, dst_x)
668 ZEND_ARG_INFO(0, dst_x)
680 ZEND_ARG_INFO(0, dst_x)
692 ZEND_ARG_INFO(0, dst_x)

Completed in 29 milliseconds