Searched refs:dst_y (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/gd/ |
H A D | gd.stub.php | 45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument 204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument 206 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 208 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… argument
|
H A D | gd_arginfo.h | 100 ZEND_ARG_TYPE_INFO(0, dst_y, IS_LONG, 0) 425 ZEND_ARG_TYPE_INFO(0, dst_y, IS_LONG, 0) 436 ZEND_ARG_TYPE_INFO(0, dst_y, IS_LONG, 0)
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 2295 int dst_x, int dst_y, in gdTransformAffineCopy() argument 2362 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy() 2371 if ((dst_y + y) < 0 || ((dst_y + y) > gdImageSY(dst) -1)) { in gdTransformAffineCopy() 2375 tdst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy() 2377 dst_p = dst->pixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
|
H A D | gd.h | 895 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…
|
Completed in 22 milliseconds