/lvgl-latest/src/libs/thorvg/ |
D | tvgSaver.cpp | 164 auto remove = PP(a->picture())->refCnt <= 1 ? true : false; in save() local 167 if (remove) delete(a); in save() 173 if (remove) delete(a); in save() 182 if (remove) delete(a); in save() 187 if (remove) delete(a); in save()
|
D | tvgInlist.h | 98 void remove(T* element) in remove() function
|
D | tvgLoader.cpp | 275 _activeLoaders.remove(tmp); in term() 288 _activeLoaders.remove(loader); in retrieve()
|
/lvgl-latest/demos/multilang/ |
D | lv_demo_multilang.c | 301 lv_obj_t * remove = lv_obj_create(cont); in card_create() local 302 lv_obj_add_style(remove, &style_hide, 0); in card_create() 303 lv_obj_remove_flag(remove, LV_OBJ_FLAG_SNAPPABLE); in card_create() 304 lv_obj_add_flag(remove, LV_OBJ_FLAG_FLOATING); in card_create() 305 lv_obj_remove_flag(remove, LV_OBJ_FLAG_CLICKABLE); in card_create() 307 lv_obj_t * hide_label = lv_label_create(remove); in card_create()
|
/lvgl-latest/tests/gen_json/ |
D | test_gen_json.py | 36 os.remove(OUTPUT_FILE)
|
/lvgl-latest/docs/ |
D | config_builder.py | 57 os.remove(dst_config)
|
D | CHANGELOG.rst | 168 - **perf(array): optimize array remove / erase function performance** `6544 <https://github.com/lvg… 172 - **perf(lottie): remove lottie canvas quadratic premultiplication.** `6358 <https://github.com/lvg… 193 - **fix(fs): remove Arduino SD initialization** `6725 <https://github.com/lvgl/lvgl/pull/6725>`__ 195 - **fix(Kconfig): remove leading spaces on line 1692** `6695 <https://github.com/lvgl/lvgl/pull/66… 216 - **fix(vg_lite): remove pattern_color from label drawing** `6605 <https://github.com/lvgl/lvgl/pul… 284 - **fix (dave2d) : remove __NOP(); and __BKPT(0);** `6228 <https://github.com/lvgl/lvgl/pull/6228>… 292 - **fix(refr): remove the unnecessary wait for flush in double buffered direct mode** `6120 <https:… 301 - **fix(scripts): remove scripts/release/ directory** `6134 <https://github.com/lvgl/lvgl/pull/6134… 396 - **docs(obj): fix add/remove flag documentation** `6067 <https://github.com/lvgl/lvgl/pull/6067>`__ 417 - **ci(test): remove non-native builds and add native 32 and 64 bit builds instead** `f2e81d8 <http… [all …]
|
D | ROADMAP.rst | 26 - |check| More consistent names:`remove/clear/delete/del`, `offset/ofs`, `add/create/register`, `id… 45 Also remove 16 SWAPPED color format? 87 - |check| `lv_anim_time_to_speed` should work differently to remove
|
D | CODE_OF_CONDUCT.rst.back | 45 Project maintainers have the right and responsibility to remove, edit,
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_main.h | 79 lv_obj_t * remove; member
|
D | lv_demo_flex_layout_view.c | 102 ui->ctrl_pad.btn.remove = btn_create(obj, "Remove", lv_palette_main(LV_PALETTE_RED)); in view_create()
|
D | lv_demo_flex_layout_ctrl_pad.c | 161 ui->ctrl_pad.btn.remove, in ctrl_pad_btn_event_attach()
|
/lvgl-latest/scripts/ |
D | jpg_to_sjpg.py | 102 os.remove(str(i) + ".jpg")
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 112 changing, sending events to the assigned text area, etc. You can remove it and replace it 117 In LVGL v8.0 and newer, adding an event handler to the Keyboard does not remove the
|
D | chart.rst | 18 - 0 or more data series (you can add or remove them at any time), 19 - 0 or more cursors (you can add or remove them at any time), 66 - You can add and remove data series at any time during a chart's life. 86 - You can add, show, hide or remove cursors at any time during a chart's life.
|
D | spangroup.rst | 90 You can remove a Span at any time during the Spangroup's life using the function
|
D | arc.rst | 107 To make the arc non-adjustable, remove the style of the knob and
|
D | label.rst | 113 order to add/remove the dots. When :cpp:func:`lv_label_set_text` or
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | README.txt | 55 …Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 222 To remove a property use: 270 Add and remove styles to a widget 321 To remove all styles from a Widget use :cpp:expr:`lv_obj_remove_style_all(widget)`. 323 To remove specific styles use 324 :cpp:expr:`lv_obj_remove_style(widget, style, selector)`. This function will remove 327 ``selector`` and remove all matching styles. The ``selector`` can use 328 the :cpp:enumerator:`LV_STATE_ANY` and :cpp:enumerator:`LV_PART_ANY` values to remove the style from
|
/lvgl-latest/scripts/gen_json/ |
D | pycparser_monkeypatch.py | 670 self.ext.remove(item) 673 self.ext.remove(decl) 675 self.ext.remove(td) 679 self.ext.remove(decl) 680 self.ext.remove(item)
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 52 set in Kconfig. To ignore the configs from ``lv_conf.h`` simply remove
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 41 Use :cpp:func:`lv_font_manager_remove_path` to remove the font path mapping.
|
/lvgl-latest/env_support/cmsis-pack/ |
D | README.md | 18 remove the misleading guide above this code segment.
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 155 to remove them from files, especially code. They're a great way for folks to
|