Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsparkline.c104 int opt_fill = flags & SPARKLINE_FILL; in sparklineRenderRange() local
131 chars[j] = opt_fill ? charset_fill[charidx] : in sparklineRenderRange()
133 } else if(opt_fill && charidx >= charset_len) { in sparklineRenderRange()