Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.stub.php58 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
246 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument
248 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument
250 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
252 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… argument
H A Dgd_arginfo.h99 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0)
439 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0)
450 ZEND_ARG_TYPE_INFO(0, dst_x, IS_LONG, 0)
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c2294 int dst_x, int dst_y, in gdTransformAffineCopy() argument
2361 …gdImageSetPixel(dst, dst_x + x, dst_y + y, getPixelInterpolated(src, src_offset_x + src_pt.x, src_… in gdTransformAffineCopy()
2374 tdst_p = dst->tpixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2376 dst_p = dst->pixels[dst_y + y] + dst_x; in gdTransformAffineCopy()
2383 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h918 int gdTransformAffineCopy(gdImagePtr dst, int dst_x, int dst_y, const gdImagePtr src, gdRectPtr src…

Completed in 22 milliseconds