Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dbug73614.phpt2 Bug #73614 (gdImageFilledArc() doesn't properly draw pies)
/PHP-7.4/main/
H A Dphp_compat.h283 #define gdImageFilledArc php_gd_gdImageFilledArc macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h671 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
H A Dgd.c1591 gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill); in gdImageArc()
1594 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc() function
/PHP-7.4/ext/gd/
H A Dgd.c1785 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
/PHP-7.4/
H A DNEWS2308 . Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies). (cmb)

Completed in 30 milliseconds