Searched refs:whole (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 360 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/ |
D | lodepng.rst | 20 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
|
D | bmp.rst | 11 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/ |
D | OFL.txt | 40 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/ |
D | OFL.txt | 40 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/ |
D | OFL.txt | 40 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/ |
D | lv_demo_high_res_app_ev_charging.c | 192 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()
|
D | lv_demo_high_res_app_smart_home.c | 198 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/ |
D | canvas.rst | 67 :cpp:expr:`lv_canvas_fill_bg(canvas, lv_color_hex(0x00ff00), LV_OPA_50)` fills the whole
|
D | table.rst | 81 will be used to show the whole Table in the respective direction. E.g.
|
D | image.rst | 141 Transformations require the whole image to be available. Therefore 145 that returns the whole image.
|
D | arc.rst | 119 means the Arc's whole area is interactive.
|
D | label.rst | 139 text. The whole mechanism (click and select the text as you drag your
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 64 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/ |
D | fs.rst | 345 larger than the size of the whole cache?"}} 350 to fill the whole cache 363 to fill the whole cache
|
D | display.rst | 251 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,
|
D | image.rst | 71 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/ |
D | Kconfig | 1338 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/ |
D | style.rst | 475 blend the whole widget with the set opacity, blend mode and
|
/lvgl-latest/docs/ |
D | Doxyfile | 115 # and the result, after processing the whole list, is used as the annotated
|