Home
last modified time | relevance | path

Searched refs:gdImageAALine (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/gd/tests/
H A Dbug72482.phpt2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
H A Dbug72482_2.phpt2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
/PHP-7.1/main/
H A Dphp_compat.h199 #define gdImageAALine php_gd_gdImageAALine macro
/PHP-7.1/ext/gd/libgd/
H A Dgd.h424 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
H A Dgd.c1113 gdImageAALine(im, x1, y1, x2, y2, im->AA_color); in gdImageLine()
1296 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() function
2602 draw_line = gdImageAALine; in gdImagePolygon()
/PHP-7.1/
H A DNEWS1455 . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
1723 . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
2196 . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
2695 . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
/PHP-7.1/ext/gd/
H A Dgd.c3122 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 65 milliseconds