Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_printf.c198 … bool negative, unsigned int base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_format() argument
202 if(width && (flags & FLAGS_ZEROPAD) && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ntoa_format()
236 if(negative) { in _ntoa_format()
251 …ong(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long value, bool negative, in _ntoa_long() argument
271 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long()
277 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long_long() argument
296 …return _ntoa_format(out, buffer, idx, maxlen, buf, len, negative, (unsigned int)base, prec, width,… in _ntoa_long_long()
339 bool negative = false; in _ftoa() local
341 negative = true; in _ftoa()
413 if(width && (negative || (flags & (FLAGS_PLUS | FLAGS_SPACE)))) { in _ftoa()
[all …]
/lvgl-3.7.0/docs/widgets/extra/
Dspan.md21 …urn a pointer to the child span at index `id`. In addition, `id` can be negative to index from the…
58 …the maximum number of lines to be displayed in LV_SPAN_MODE_BREAK mode, negative values indicate n…
/lvgl-3.7.0/docs/widgets/core/
Dbar.md28 …AL` Draw the indicator from the zero value to current value. Requires a negative minimum range and…
Dslider.md23 …ICAL` Draw the indicator form the zero value to current value. Requires negative minimum range and…
Dimg.md109 content to rounded rectangle or circular shape. Please note this will have some negative performanc…
/lvgl-3.7.0/tests/
DCMakeLists.txt300 -Wshift-negative-value
/lvgl-3.7.0/docs/
DCHANGELOG.md198 - fix(img): support negative angles [`3846`](https://github.com/lvgl/lvgl/pull/3846)
545 - fix(indev): scroll_ throw_vect cannot converge to 0 when vect is negative [`e5c11f1`](https://git…
1078 - fix(imgbtn) displayed incorrect when the coordinate is negative [`2501`](https://github.com/lvgl…