Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c203 … bool negative, unsigned int base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_format() argument
207 if(width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format()
241 if(negative) { in _ntoa_format()
256 …ong(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, in _ntoa_long() argument
276 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long()
282 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long_long() argument
301 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long()
344 bool negative = false; in _ftoa() local
346 negative = true; in _ftoa()
418 if(width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa()
[all …]
/lvgl-latest/docs/details/widgets/
Dspangroup.rst69 child Span at index ``id``. In addition, ``id`` can be negative to index
145 of lines to be displayed in :cpp:enumerator:`LV_SPAN_MODE_BREAK` mode. A negative
Dbar.rst70 …tor:`LV_BAR_MODE_SYMMETRICAL` Draws indicator from zero value to current value. Requires a negative
Dslider.rst76 current value. Requires negative minimum range and positive maximum range.
Dscale.rst145 It is also possible to offset the labels from the major ticks (either positive or negative) using
Dchart.rst45 - can be any non-negative value including 0
/lvgl-latest/tests/
DCMakeLists.txt197 -Wshift-negative-value
/lvgl-latest/docs/
DCHANGELOG.rst221 - **fix(draw_buf): handle negative coordinates on the area to clear** `6510 <https://github.com/lvg…