Searched refs:gdImageAALine (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug72482.phpt | 2 Bug #72482 (Ilegal write/read access caused by gdImageAALine overflow)
|
H A D | bug72482_2.phpt | 2 Bug 72482 (Ilegal write/read access caused by gdImageAALine overflow)
|
/PHP-8.0/main/ |
H A D | php_compat.h | 221 #define gdImageAALine php_gd_gdImageAALine macro
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.h | 422 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
|
H A D | gd.c | 1053 gdImageAALine(im, x1, y1, x2, y2, im->AA_color); in gdImageLine() 1236 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() function
|
Completed in 38 milliseconds