Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c360 int whole = (int)value; in _ftoa() local
361 double tmp = (value - whole) * pow10[prec]; in _ftoa()
370 ++whole; in _ftoa()
381 diff = value - (double)whole; in _ftoa()
382 if((!(diff < 0.5) || (diff > 0.5)) && (whole & 1)) { in _ftoa()
385 ++whole; in _ftoa()
410 buf[len++] = (char)(48 + (whole % 10)); in _ftoa()
411 if(!(whole /= 10)) { in _ftoa()
/lvgl-latest/docs/details/libs/
Dlodepng.rst20 The whole PNG image is decoded, so ``width x height x 4`` bytes free RAM space is required.
30 that do not use the whole color space, so it is possible to compress further
Dbmp.rst11 The pixels are read on demand (not the whole image is loaded)
41 - Because not the whole image is read in cannot be zoomed or rotated.
/lvgl-latest/examples/libs/freetype/
DOFL.txt40 or substituting -- in part or in whole -- any of the components of the
74 5) The Font Software, modified or unmodified, in part or in whole,
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt40 or substituting -- in part or in whole -- any of the components of the
74 5) The Font Software, modified or unmodified, in part or in whole,
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/
DOFL.txt40 or substituting -- in part or in whole -- any of the components of the
74 5) The Font Software, modified or unmodified, in part or in whole,
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c192 int32_t whole = v_range_time_to_full / 10; in anim_state_apply() local
195 "%"LV_PRId32".%"LV_PRId32, whole, fraction); in anim_state_apply()
198 whole = v_range_consumed / 100; in anim_state_apply()
201 "%"LV_PRId32".%"LV_PRId32, whole, fraction); in anim_state_apply()
Dlv_demo_high_res_app_smart_home.c198 int32_t whole = v_range_time_to_full / 10; in charging_time_until_full_label_observer() local
200 lv_label_set_text_fmt(label, "%"LV_PRId32".%"LV_PRId32, whole, fraction); in charging_time_until_full_label_observer()
/lvgl-latest/docs/details/widgets/
Dcanvas.rst67 :cpp:expr:`lv_canvas_fill_bg(canvas, lv_color_hex(0x00ff00), LV_OPA_50)` fills the whole
Dtable.rst81 will be used to show the whole Table in the respective direction. E.g.
Dimage.rst141 Transformations require the whole image to be available. Therefore
145 that returns the whole image.
Darc.rst119 means the Arc's whole area is interactive.
Dlabel.rst139 text. The whole mechanism (click and select the text as you drag your
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/
DLICENSE.txt64 or substituting — in part or in whole — any of the components of the
98 5) The Font Software, modified or unmodified, in part or in whole,
/lvgl-latest/docs/details/main-components/
Dfs.rst345 larger than the size of the whole cache?"}}
350 to fill the whole cache
363 to fill the whole cache
Ddisplay.rst251 buffer. Using this method the buffer(s) always contain the whole display image.
257 the size of the display. LVGL will always redraw the whole screen even if only
358 It's not mandatory to use the whole display for LVGL, however in some
360 still sees the whole resolution and the values needs to be converted to
400 rotated later. Therefore in direct mode only the whole frame buffer can be rotated.
554 In full and direct modes, the buffer size should be large enough for the whole screen,
Dimage.rst71 ideal for bitmaps similar to fonts where the whole image is one color
385 - ``decoder_get_area`` is optional. In this case you should decode the whole image In
387 Decoding the whole image requires extra memory and some computational overhead.
/lvgl-latest/
DKconfig1338 bool "Decode whole image to RAM for bin decoder"
1661 …bool "Always redraw the whole screen even if only one pixel has been changed with 2 screen sized b…
1745 …he correct location of the buffer. This way the buffer always contain the whole image. Only the ch…
1750 Always redraw the whole screen even if only one pixel has been changed.
1787 …he correct location of the buffer. This way the buffer always contain the whole image. Only the ch…
1792 …Always redraw the whole screen even if only one pixel has been changed. With 2 buffers in flush_cb…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst475 blend the whole widget with the set opacity, blend mode and
/lvgl-latest/docs/
DDoxyfile115 # and the result, after processing the whole list, is used as the annotated