Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 35) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/
DtvgSaver.cpp164 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()
DtvgInlist.h98 void remove(T* element) in remove() function
DtvgLoader.cpp275 _activeLoaders.remove(tmp); in term()
288 _activeLoaders.remove(loader); in retrieve()
/lvgl-latest/demos/multilang/
Dlv_demo_multilang.c301 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/
Dtest_gen_json.py36 os.remove(OUTPUT_FILE)
/lvgl-latest/docs/
Dconfig_builder.py57 os.remove(dst_config)
DCHANGELOG.rst168 - **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 …]
DROADMAP.rst26 - |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
DCODE_OF_CONDUCT.rst.back45 Project maintainers have the right and responsibility to remove, edit,
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_main.h79 lv_obj_t * remove; member
Dlv_demo_flex_layout_view.c102 ui->ctrl_pad.btn.remove = btn_create(obj, "Remove", lv_palette_main(LV_PALETTE_RED)); in view_create()
Dlv_demo_flex_layout_ctrl_pad.c161 ui->ctrl_pad.btn.remove, in ctrl_pad_btn_event_attach()
/lvgl-latest/scripts/
Djpg_to_sjpg.py102 os.remove(str(i) + ".jpg")
/lvgl-latest/docs/details/widgets/
Dkeyboard.rst112 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
Dchart.rst18 - 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.
Dspangroup.rst90 You can remove a Span at any time during the Spangroup's life using the function
Darc.rst107 To make the arc non-adjustable, remove the style of the knob and
Dlabel.rst113 order to add/remove the dots. When :cpp:func:`lv_label_set_text` or
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt55 …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/
Dstyle.rst222 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/
Dpycparser_monkeypatch.py670 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/
Dconfiguration.rst52 set in Kconfig. To ignore the configs from ``lv_conf.h`` simply remove
/lvgl-latest/docs/details/other-components/
Dfont_manager.rst41 Use :cpp:func:`lv_font_manager_remove_path` to remove the font path mapping.
/lvgl-latest/env_support/cmsis-pack/
DREADME.md18 remove the misleading guide above this code segment.
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/
DLICENSE.txt155 to remove them from files, especially code. They're a great way for folks to

12