Home
last modified time | relevance | path

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

/PHP-5.4/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.h547 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
H A Dgd.c1664 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc() function
/PHP-5.4/main/
H A Dphp_compat.h202 #define gdImageArc php_gd_gdImageArc macro
/PHP-5.4/ext/gd/
H A Dgd.c3334 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()

Completed in 34 milliseconds