Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt11 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c2424 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2491 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2500 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2506 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h876 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
/PHP-7.1/ext/gd/
H A Dgd.c255 ZEND_ARG_INFO(0, dst_x)
638 ZEND_ARG_INFO(0, dst_x)
649 ZEND_ARG_INFO(0, dst_x)
661 ZEND_ARG_INFO(0, dst_x)
673 ZEND_ARG_INFO(0, dst_x)

Completed in 26 milliseconds