Home
last modified time | relevance | path

Searched refs:dst_y (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt10 …mpled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , i…
/PHP-7.2/ext/gd/libgd/
H A Dgd_crop.c82 unsigned int dst_y = 0; in gdImageCrop() local
85 memcpy(dst->tpixels[dst_y++], src->tpixels[y++] + crop->x, crop->width * 4); in gdImageCrop()
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()
2417 if ((dst_y + y) < 0 || ((dst_y + y) > gdImageSY(dst) -1)) { in gdTransformAffineCopy()
2420 dst_p = dst->tpixels[dst_y + y] + dst_x; 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.c254 ZEND_ARG_INFO(0, dst_y)
658 ZEND_ARG_INFO(0, dst_y)
669 ZEND_ARG_INFO(0, dst_y)
681 ZEND_ARG_INFO(0, dst_y)
693 ZEND_ARG_INFO(0, dst_y)

Completed in 56 milliseconds