Searched refs:dst_x (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 10 /* Prototype : bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x…
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2344 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 D | gd.h | 891 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 253 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 34 milliseconds