Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.7.0/src/extra/others/fragment/
Dlv_fragment_manager.c66 lv_fragment_manager_t * instance = lv_mem_alloc(sizeof(lv_fragment_manager_t)); in lv_fragment_manager_create() local
67 lv_memset_00(instance, sizeof(lv_fragment_manager_t)); in lv_fragment_manager_create()
68 instance->parent = parent; in lv_fragment_manager_create()
69 _lv_ll_init(&instance->attached, sizeof(lv_fragment_managed_states_t)); in lv_fragment_manager_create()
70 _lv_ll_init(&instance->stack, sizeof(lv_fragment_stack_item_t)); in lv_fragment_manager_create()
71 return instance; in lv_fragment_manager_create()
192 lv_fragment_t * instance = p->instance; in lv_fragment_manager_send_event() local
193 if(!instance) continue; in lv_fragment_manager_send_event()
194 if(lv_fragment_manager_send_event(instance->child_manager, code, userdata)) return true; in lv_fragment_manager_send_event()
195 if(p->cls->event_cb && p->cls->event_cb(instance, code, userdata)) return true; in lv_fragment_manager_send_event()
[all …]
Dlv_fragment.c29 lv_fragment_t * instance = lv_mem_alloc(cls->instance_size); in lv_fragment_create() local
30 lv_memset_00(instance, cls->instance_size); in lv_fragment_create()
31 instance->cls = cls; in lv_fragment_create()
32 instance->child_manager = lv_fragment_manager_create(instance); in lv_fragment_create()
34 cls->constructor_cb(instance, args); in lv_fragment_create()
36 return instance; in lv_fragment_create()
Dlv_fragment.h148 lv_fragment_t * instance; member
/lvgl-3.7.0/docs/others/
Dfragment.md44 /* Create fragment instance, and objects will be added to container */
46 /* Replace current fragment with instance of sample_cls, and init_argument is user defined pointer …
53 /* Add one instance into manager stack. View object of current fragment will be destroyed,
/lvgl-3.7.0/docs/libs/
Dfreetype.md19 …T_FACES`:maximum number of opened FT_Face objects managed by this cache instance.0 means use the s…
20 …T_SIZES`:maximum number of opened FT_Size objects managed by this cache instance. 0 means use the …
Dtiny_ttf.md9 create a TTF font instance at the specified font size. You can then
Drlottie.md92 …n or the current frame index, you can cast the `lv_obj_t` instance to a `lv_rlottie_t` instance an…
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino19 TFT_eSPI tft = TFT_eSPI(screenWidth, screenHeight); /* TFT instance */
/lvgl-3.7.0/docs/widgets/extra/
Dmenu.md50 For instance, you have created a btn obj in the main page. When you click the btn obj, you want it …
/lvgl-3.7.0/docs/get-started/
Dquick-overview.md184 A style instance contains properties such as background color, border width, font, etc. that descri…
/lvgl-3.7.0/scripts/
DDoxyfile251 # instance, some of the names that are used will be different. The list of all
259 # for that language. For instance, namespaces will be presented as packages,
286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
373 # (for instance a group of public functions) to be put as a subgroup of that
943 # (index.html). This can be useful if you have a project on for instance GitHub
1171 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1511 # should contain the MathJax.js script. For instance, if the mathjax directory
1678 # \usepackage command. To get the times font for instance you can specify :
/lvgl-3.7.0/docs/
DCONTRIBUTING.md205 Each widgets' documentation contains examples. For instance, here are the examples of the [Drop-dow…
/lvgl-3.7.0/docs/overview/
Dstyle-props.md274 Set the gradient definition. The pointed instance must exist while the object is alive. NULL to dis…