Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dbug70976.phpt2 Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds)
/PHP-8.1/ext/gd/libgd/
H A Dgd.h724 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
893 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
H A Dgd_interpolation.c2115 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated() function
/PHP-8.1/ext/gd/
H A Dgd.c1349 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()

Completed in 43 milliseconds