Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_arc_f_buggy.c18 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 Dgd.h665 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
H A Dgd.c1680 gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill); in gdImageArc()
1684 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.5/main/
H A Dphp_compat.h259 #define gdImageFilledArc php_gd_gdImageFilledArc macro
/PHP-5.5/ext/gd/
H A Dgd.c1755 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()

Completed in 33 milliseconds