Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_flags.c37 lv_obj_add_event_cb(obj_main, ext_draw_size_event_cb, LV_EVENT_REFR_EXT_DRAW_SIZE, NULL); in test_obj_flag_overflow_visible_1()
60 lv_obj_add_event_cb(obj_child_2, ext_draw_size_event_cb, LV_EVENT_REFR_EXT_DRAW_SIZE, NULL); in test_obj_flag_overflow_visible_1()
Dtest_line.c66 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in line_event_cb()
/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_3.c35 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()
/lvgl-latest/src/misc/
Dlv_event.h66LV_EVENT_REFR_EXT_DRAW_SIZE, /**< Get required extra draw area around Widget (e.g. for shadow). T… enumerator
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c12 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in event_cb()
/lvgl-latest/src/core/
Dlv_obj_event.c278 if(e->code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_event_set_ext_draw_size()
400 case LV_EVENT_REFR_EXT_DRAW_SIZE: in event_is_bubbled()
Dlv_obj_draw.c344 lv_obj_send_event(obj, LV_EVENT_REFR_EXT_DRAW_SIZE, &s_new); in lv_obj_refresh_ext_draw_size()
Dlv_obj.c874 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_obj_event()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c91 obj_setInt(self, "REFR_EXT_DRAW_SIZE", LV_EVENT_REFR_EXT_DRAW_SIZE); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/widgets/line/
Dlv_line.c197 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_line_event()
/lvgl-latest/src/widgets/switch/
Dlv_switch.c151 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_switch_event()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c203 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_checkbox_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c471 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_roller_event()
495 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_roller_label_event()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c317 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_slider_event()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c602 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_bar_event()
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_stats.c499 lv_obj_add_event_cb(chart, chart_refr_ext_draw, LV_EVENT_REFR_EXT_DRAW_SIZE, NULL); in chart_create()
/lvgl-latest/docs/details/base-widget/
Devent.rst150 - :cpp:enumerator:`LV_EVENT_REFR_EXT_DRAW_SIZE`: Get the required extra draw area around Widget (e…
/lvgl-latest/src/widgets/image/
Dlv_image.c636 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_image_event()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_thermostat.c507 …b(scale_and_arc_box, widget3_scale_and_arc_box_ext_draw_size_event_cb, LV_EVENT_REFR_EXT_DRAW_SIZE, in create_widget3()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c787 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in spectrum_draw_event_cb()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c410 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/arc/
Dlv_arc.c685 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_arc_event()
/lvgl-latest/src/widgets/label/
Dlv_label.c764 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_label_event()
/lvgl-latest/src/widgets/scale/
Dlv_scale.c530 else if(event_code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_scale_event()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1361 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()