Searched refs:gdImageAALine (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/main/ |
H A D | php_compat.h | 199 #define gdImageAALine php_gd_gdImageAALine macro
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd.h | 305 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
|
H A D | gd.c | 1102 gdImageAALine(im, x1, y1, x2, y2, im->AA_color); in gdImageLine() 1285 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() function 2578 draw_line = gdImageAALine; in gdImagePolygon()
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 3245 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
|
Completed in 30 milliseconds