Home
last modified time | relevance | path

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

/lvgl-latest/src/others/fragment/
Dlv_fragment_manager.c67 lv_fragment_manager_t * instance = lv_malloc_zeroed(sizeof(lv_fragment_manager_t)); in lv_fragment_manager_create() local
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()
211 return top->states->instance; in lv_fragment_manager_get_top()
[all …]
Dlv_fragment.c30 lv_fragment_t * instance = lv_malloc_zeroed(cls->instance_size); in lv_fragment_create() local
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_private.h48 lv_fragment_t * instance; member
/lvgl-latest/src/misc/
Dlv_iter.c26 void * instance; /**< Pointer to the object to iterate over */ member
61 lv_iter_t * lv_iter_create(void * instance, const uint32_t elem_size, const uint32_t context_size, in lv_iter_create() argument
72 iter->instance = instance; in lv_iter_create()
129 const lv_result_t iter_res = iter->next_cb(iter->instance, iter->context, elem); in lv_iter_next()
209 const lv_result_t iter_res = iter->next_cb(iter->instance, iter->context, buf); in peek_fill_cb()
Dlv_iter.h28 typedef lv_result_t (*lv_iter_next_cb)(void * instance, void * context, void * elem);
44 lv_iter_t * lv_iter_create(void * instance, uint32_t elem_size, uint32_t context_size, lv_iter_next…
/lvgl-latest/src/libs/thorvg/
DtvgWgCanvas.cpp63 Result WgCanvas::target(void* instance, void* surface, uint32_t w, uint32_t h, void* device) noexce… in target() argument
70 if (!instance || !surface || (w == 0) || (h == 0)) return Result::InvalidArguments; in target()
76 …if (!renderer->target((WGPUInstance)instance, (WGPUSurface)surface, w, h, (WGPUDevice)device)) ret… in target()
DtvgLottieExpressions.h133 static LottieExpressions* instance();
134 static void retrieve(LottieExpressions* instance);
165 static LottieExpressions* instance() { return nullptr; } in instance() function
166 static void retrieve(TVG_UNUSED LottieExpressions* instance) {} in retrieve()
DtvgLottieBuilder.h97 exps = LottieExpressions::instance(); in LottieBuilder()
DtvgLottieExpressions.cpp1403 LottieExpressions* LottieExpressions::instance() in instance() function in LottieExpressions
1417 void LottieExpressions::retrieve(LottieExpressions* instance) in retrieve() argument
1420 delete(instance); in retrieve()
Dthorvg.h1802 …Result target(void* instance, void* surface, uint32_t w, uint32_t h, void* device = nullptr) noexc…
/lvgl-latest/docs/details/other-components/
Dfragment.rst60 /* Create fragment instance, and Widgets will be added to container */
62 …/* Replace current fragment with instance of sample_cls, and init_argument is user defined pointer…
70 /* Add one instance into manager stack. View object of current fragment will be destroyed,
Dxml.rst135 After this, a new instance of any of the registered components can be created with:
/lvgl-latest/src/misc/cache/
Dlv_cache_lru_rb.c97 static lv_result_t cache_iter_next_cb(void * instance, void * context, void * elem);
476 static lv_result_t cache_iter_next_cb(void * instance, void * context, void * elem) in cache_iter_next_cb() argument
478 lv_lru_rb_t_ * lru = (lv_lru_rb_t_ *)instance; in cache_iter_next_cb()
/lvgl-latest/docs/details/libs/
Dtiny_ttf.rst18 create a TTF font instance at the specified line height. You can then
Drlottie.rst132 you can cast the :c:struct:`lv_obj_t` instance to a :c:struct:`lv_rlottie_t` instance
/lvgl-latest/docs/details/widgets/
Dmenu.rst88 If you have, for instance, created a button obj in the main Page. When you
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dconfiguration.rst75 multi-instance feature, set :c:macro:`LV_GLOBAL_CUSTOM` in ``lv_conf.h``
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst195 By default a local container registry uses clear text HTTP so the Docker instance
/lvgl-latest/docs/
DCHANGELOG.rst112 - **feat(draw_buff): adapt lv_draw_buf_dup to support multi-instance** `6179 <https://github.com/lv…
120 - **feat(cache): add name for cache instance** `6040 <https://github.com/lvgl/lvgl/pull/6040>`__
134 - **feat(draw_buff): add user custom draw buffer instance support** `5974 <https://github.com/lvgl/…
460 - **refactor(image_decoder): extract cache operation to image decoder from decoder instance** `6155…
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
944 # (index.html). This can be useful if you have a project on for instance GitHub
1172 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1512 # should contain the MathJax.js script. For instance, if the mathjax directory
1679 # \usepackage command. To get the times font for instance you can specify :
/lvgl-latest/docs/intro/
Dbasics.rst317 A style instance contains properties such as background color, border
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp243 static vg_lite_ctx instance; in get_instance() local
244 return &instance; in get_instance()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst604 Set gradient definition. The pointed instance must exist while Widget is alive. NULL to disable. It…