Searched refs:gdNoFill (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gd.c | 1645 gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill); in gdImageArc() 1685 if (style & gdNoFill) { in gdImageFilledArc() 1704 if (!(style & (gdChord | gdNoFill))) { in gdImageFilledArc() 1715 if (style & gdNoFill) { in gdImageFilledArc() 1731 if (style & gdNoFill) { in gdImageFilledArc()
|
H A D | gd.h | 691 #define gdNoFill 2 macro
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 868 REGISTER_LONG_CONSTANT("IMG_ARC_NOFILL", gdNoFill, CONST_PERSISTENT); in register_gd_symbols()
|
Completed in 18 milliseconds