Searched refs:negative (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 203 … 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/ |
D | spangroup.rst | 69 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
|
D | bar.rst | 70 …tor:`LV_BAR_MODE_SYMMETRICAL` Draws indicator from zero value to current value. Requires a negative
|
D | slider.rst | 76 current value. Requires negative minimum range and positive maximum range.
|
D | scale.rst | 145 It is also possible to offset the labels from the major ticks (either positive or negative) using
|
D | chart.rst | 45 - can be any non-negative value including 0
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 197 -Wshift-negative-value
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 221 - **fix(draw_buf): handle negative coordinates on the area to clear** `6510 <https://github.com/lvg…
|