/lvgl-latest/src/others/fragment/ |
D | lv_fragment_manager.c | 67 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 …]
|
D | lv_fragment.c | 30 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()
|
D | lv_fragment_private.h | 48 lv_fragment_t * instance; member
|
/lvgl-latest/src/misc/ |
D | lv_iter.c | 26 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()
|
D | lv_iter.h | 28 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/ |
D | tvgWgCanvas.cpp | 63 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()
|
D | tvgLottieExpressions.h | 133 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()
|
D | tvgLottieBuilder.h | 97 exps = LottieExpressions::instance(); in LottieBuilder()
|
D | tvgLottieExpressions.cpp | 1403 LottieExpressions* LottieExpressions::instance() in instance() function in LottieExpressions 1417 void LottieExpressions::retrieve(LottieExpressions* instance) in retrieve() argument 1420 delete(instance); in retrieve()
|
D | thorvg.h | 1802 …Result target(void* instance, void* surface, uint32_t w, uint32_t h, void* device = nullptr) noexc…
|
/lvgl-latest/docs/details/other-components/ |
D | fragment.rst | 60 /* 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,
|
D | xml.rst | 135 After this, a new instance of any of the registered components can be created with:
|
/lvgl-latest/src/misc/cache/ |
D | lv_cache_lru_rb.c | 97 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/ |
D | tiny_ttf.rst | 18 create a TTF font instance at the specified line height. You can then
|
D | rlottie.rst | 132 you can cast the :c:struct:`lv_obj_t` instance to a :c:struct:`lv_rlottie_t` instance
|
/lvgl-latest/docs/details/widgets/ |
D | menu.rst | 88 If you have, for instance, created a button obj in the main Page. When you
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | configuration.rst | 75 multi-instance feature, set :c:macro:`LV_GLOBAL_CUSTOM` in ``lv_conf.h``
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 195 By default a local container registry uses clear text HTTP so the Docker instance
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 112 - **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…
|
D | Doxyfile | 251 # 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/ |
D | basics.rst | 317 A style instance contains properties such as background color, border
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 243 static vg_lite_ctx instance; in get_instance() local 244 return &instance; in get_instance()
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 604 Set gradient definition. The pointed instance must exist while Widget is alive. NULL to disable. It…
|