Searched refs:LV_EVENT_REFR_EXT_DRAW_SIZE (Results 1 – 25 of 25) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_flags.c | 37 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()
|
D | test_line.c | 66 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in line_event_cb()
|
/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_3.c | 35 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 66 …LV_EVENT_REFR_EXT_DRAW_SIZE, /**< Get required extra draw area around Widget (e.g. for shadow). T… enumerator
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_3.c | 12 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in event_cb()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 278 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()
|
D | lv_obj_draw.c | 344 lv_obj_send_event(obj, LV_EVENT_REFR_EXT_DRAW_SIZE, &s_new); in lv_obj_refresh_ext_draw_size()
|
D | lv_obj.c | 874 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_obj_event()
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 91 obj_setInt(self, "REFR_EXT_DRAW_SIZE", LV_EVENT_REFR_EXT_DRAW_SIZE); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/widgets/line/ |
D | lv_line.c | 197 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_line_event()
|
/lvgl-latest/src/widgets/switch/ |
D | lv_switch.c | 151 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_switch_event()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 203 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_checkbox_event()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 471 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/ |
D | lv_slider.c | 317 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_slider_event()
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 602 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_bar_event()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 499 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/ |
D | event.rst | 150 - :cpp:enumerator:`LV_EVENT_REFR_EXT_DRAW_SIZE`: Get the required extra draw area around Widget (e…
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 636 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_image_event()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 507 …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/ |
D | lv_demo_music_main.c | 787 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in spectrum_draw_event_cb()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 410 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_buttonmatrix_event()
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 685 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_arc_event()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 764 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_label_event()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 530 else if(event_code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_scale_event()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1361 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()
|