/lvgl-latest/src/libs/thorvg/ |
D | tvgSwMemPool.cpp | 38 SwOutline* mpoolReqOutline(SwMpool* mpool, unsigned idx) in mpoolReqOutline() 44 void mpoolRetOutline(SwMpool* mpool, unsigned idx) in mpoolRetOutline() 53 SwOutline* mpoolReqStrokeOutline(SwMpool* mpool, unsigned idx) in mpoolReqStrokeOutline() 59 void mpoolRetStrokeOutline(SwMpool* mpool, unsigned idx) in mpoolRetStrokeOutline() 68 SwOutline* mpoolReqDashOutline(SwMpool* mpool, unsigned idx) in mpoolReqDashOutline() 74 void mpoolRetDashOutline(SwMpool* mpool, unsigned idx) in mpoolRetDashOutline()
|
D | tvgSvgUtil.cpp | 55 int idx =0; in svgUtilURLDecode() local
|
D | tvgLottieAnimation.cpp | 80 const char* LottieAnimation::marker(uint32_t idx) noexcept in marker()
|
D | tvgLottieLoader.cpp | 307 auto idx = 0; in override() local
|
D | tvgTaskScheduler.cpp | 111 atomic<uint32_t> idx{0}; member
|
D | tvgSwPostEffect.cpp | 54 static int _gaussianRemap(int end, int idx, int border) in _gaussianRemap()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 130 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() 138 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() 173 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev() 202 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format() 256 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long() 281 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long() 314 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa() 443 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa() 558 size_t idx = 0U; in lv_vsnprintf_inner() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_snapshot.c | 13 uint32_t idx = 0; in test_snapshot_should_not_leak_memory() local 40 uint32_t idx = 0; in test_snapshot_with_transform_should_not_leak_memory() local
|
D | test_bindings.c | 209 uint32_t idx = lv_buttonmatrix_get_selected_button(buttonmatrix); in buttonmatrix_event_cb() local 220 uint32_t idx = lv_obj_get_index(btn); in list_button_create() local
|
/lvgl-latest/src/core/ |
D | lv_obj_tree.c | 331 lv_obj_t * lv_obj_get_child(const lv_obj_t * obj, int32_t idx) in lv_obj_get_child() 351 lv_obj_t * lv_obj_get_child_by_type(const lv_obj_t * obj, int32_t idx, const lv_obj_class_t * class… in lv_obj_get_child_by_type() 379 lv_obj_t * lv_obj_get_sibling(const lv_obj_t * obj, int32_t idx) in lv_obj_get_sibling() 388 lv_obj_t * lv_obj_get_sibling_by_type(const lv_obj_t * obj, int32_t idx, const lv_obj_class_t * cla… in lv_obj_get_sibling_by_type() 444 uint32_t idx = 0; in lv_obj_get_index_by_type() local
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 169 uint32_t idx = lv_obj_get_index(btn); in btn_click_event_cb() local 179 int32_t idx = (int32_t)lv_obj_get_index(btn); in btn_observer_cb() local
|
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d.h | 49 uint32_t idx; member
|
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 100 void lv_tabview_rename_tab(lv_obj_t * obj, uint32_t idx, const char * new_name) in lv_tabview_rename_tab() 110 void lv_tabview_set_active(lv_obj_t * obj, uint32_t idx, lv_anim_enable_t anim_en) in lv_tabview_set_active() 307 int32_t idx = lv_obj_get_index_by_type(button, &lv_button_class); in button_clicked_event_cb() local
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_layer.c | 114 uint32_t idx = 0; in lv_draw_pxp_layer() local
|
D | lv_draw_pxp.c | 415 int32_t idx = 0; in _pxp_execute_drawing() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_layer.c | 114 uint32_t idx = 0; in lv_draw_vglite_layer() local
|
D | lv_draw_vglite.c | 448 int32_t idx = 0; in _vglite_execute_drawing() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_private.h | 43 uint32_t idx; member
|
D | lv_draw_sw.c | 303 int32_t idx = 0; in execute_drawing() local
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx.h | 72 uint32_t idx; member
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike.c | 180 uint32_t idx = lv_obj_get_index(icon); in menu_item_click_event_cb() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_switch.c | 52 size_t idx = 0; in test_switch_should_not_leak_memory_after_deletion() local
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 234 uint32_t idx = lv_obj_get_index(btn); in btn_click_event_cb() local
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_blend.c | 92 const char * name_sub, lv_color_format_t small_render_cf, uint32_t idx) in canvas_blend_test()
|
/lvgl-latest/src/widgets/animimage/ |
D | lv_animimage.c | 203 static void index_change(lv_obj_t * obj, int32_t idx) in index_change()
|