Searched refs:dst_y (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/gd/tests/ |
H A D | imagecopyresampled_basic.phpt | 11 …mpled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , i…
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_crop.c | 82 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 D | gd_interpolation.c | 2424 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() 2497 if ((dst_y + y) < 0 || ((dst_y + y) > gdImageSY(dst) -1)) { in gdTransformAffineCopy() 2500 dst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
|
H A D | gd.h | 876 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 256 ZEND_ARG_INFO(0, dst_y) 639 ZEND_ARG_INFO(0, dst_y) 650 ZEND_ARG_INFO(0, dst_y) 662 ZEND_ARG_INFO(0, dst_y) 674 ZEND_ARG_INFO(0, dst_y)
|
Completed in 31 milliseconds