Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2295 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2363 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2372 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2378 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h895 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
/PHP-7.4/ext/gd/
H A Dgd.c260 ZEND_ARG_INFO(0, dst_x)
670 ZEND_ARG_INFO(0, dst_x)
681 ZEND_ARG_INFO(0, dst_x)
693 ZEND_ARG_INFO(0, dst_x)
705 ZEND_ARG_INFO(0, dst_x)

Completed in 28 milliseconds