Home
last modified time | relevance | path

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

/php-src/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-src/main/
H A Dphp_compat.h221 #define gdImageAALine php_gd_gdImageAALine macro
/php-src/ext/gd/libgd/
H A Dgd.h426 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
H A Dgd.c1023 gdImageAALine(im, x1, y1, x2, y2, im->AA_color); in gdImageLine()
1206 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() function

Completed in 21 milliseconds