Searched refs:gdImageRotateInterpolated (Results 1 – 4 of 4) sorted by relevance
2 Bug #70976 (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds)
709 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);866 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
2165 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated() function
2088 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
Completed in 47 milliseconds