Searched refs:gdImageFilledArc (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_arc_f_buggy.c | 18 gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord); 110 gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord); 118 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord); 137 gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord); 142 gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord); 161 gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord); 166 gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord); 185 gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, (i + 4) * 90, color, gdChord); 189 gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord); 710 gdImageFilledArc (im, WIDTH / 5, HEIGHT / 4, 200, 200, 45, 90, red, gdPie); [all …]
|
H A D | gd.h | 541 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
|
H A D | gd.c | 1669 gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill); in gdImageArc() 1673 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc() function
|
/PHP-5.3/main/ |
H A D | php_compat.h | 259 #define gdImageFilledArc php_gd_gdImageFilledArc macro
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1790 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
|
Completed in 25 milliseconds