Searched refs:gdPie (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_arc_f_buggy.c | 127 else if (style == gdPie) 151 else if (style == gdPie) 175 else if (style == gdPie) 198 else if (style == gdPie) 363 if (style == gdPie) 710 gdImageFilledArc (im, WIDTH / 5, HEIGHT / 4, 200, 200, 45, 90, red, gdPie); 714 gdImageFilledArc (im, WIDTH / 2, HEIGHT / 4, 200, 150, 45, 90, red, gdPie);
|
H A D | gd.h | 536 #define gdPie gdArc macro
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1159 REGISTER_LONG_CONSTANT("IMG_ARC_PIE", gdPie, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
|
Completed in 26 milliseconds