Searched defs:gdImageAALine (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | php_compat.h | 199 #define gdImageAALine php_gd_gdImageAALine macro
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 1103 and equally attractive gdImageAALine implementation. That 1106 gdImageAALine(im, x1, y1, x2, y2, im->AA_color); 1289 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) function 2576 draw_line = gdImageAALine;
|
Completed in 9 milliseconds