Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgddemo.c63 gdImageArc (im_out, 128, 128, 60, 20, 0, 720, blue); in main()
65 gdImageArc (im_out, 128, 128, 40, 40, 90, 270, blue); in main()
H A Dgd_arc_f_buggy.c711 gdImageArc (im, WIDTH / 5, HEIGHT / 4, 200, 200, 45, 90, black);
715 gdImageArc (im, WIDTH / 2, HEIGHT / 4, 200, 150, 45, 90, black);
H A Dgd.h667 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
H A Dgd.c1639 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc() function
/PHP-7.1/main/
H A Dphp_compat.h202 #define gdImageArc php_gd_gdImageArc macro
/PHP-7.1/ext/gd/
H A Dgd.c3221 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()

Completed in 30 milliseconds