Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/tests/
H A Dbug70976.phpt2 Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds)
/PHP-7.0/ext/gd/libgd/
H A Dgd.h696 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
851 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
H A Dgd_interpolation.c2245 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated() function
/PHP-7.0/ext/gd/
H A Dgd.c2051 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
/PHP-7.0/
H A DNEWS2059 . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index

Completed in 37 milliseconds