Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/
H A Dgd.stub.php45 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 Dgd_arginfo.h100 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 Dgd_interpolation.c2295 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 Dgd.h895 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…

Completed in 21 milliseconds