Home
last modified time | relevance | path

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

/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_3.c31 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()
/lvgl-latest/tests/src/test_cases/
Dtest_line.c70 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in line_event_cb()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_4.c12 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in event_cb()
/lvgl-latest/src/core/
Dlv_event.h56LV_EVENT_REFR_EXT_DRAW_SIZE, /**< Get the required extra draw area around the object (e.g. for sha… enumerator
Dlv_event.c352 if(e->code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_event_set_ext_draw_size()
500 case LV_EVENT_REFR_EXT_DRAW_SIZE: in event_is_bubbled()
Dlv_obj_draw.c365 lv_event_send(obj, LV_EVENT_REFR_EXT_DRAW_SIZE, &s_new); in lv_obj_refresh_ext_draw_size()
Dlv_obj.c868 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_obj_event()
/lvgl-latest/src/widgets/
Dlv_line.c137 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_line_event()
Dlv_switch.c122 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_switch_event()
Dlv_checkbox.c185 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_checkbox_event()
Dlv_roller.c406 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_roller_event()
430 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_roller_label_event()
Dlv_slider.c288 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_slider_event()
Dlv_bar.c521 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_bar_event()
Dlv_img.c462 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_img_event()
Dlv_arc.c620 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_arc_event()
Dlv_btnmatrix.c419 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_btnmatrix_event()
Dlv_label.c751 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_label_event()
/lvgl-latest/docs/overview/
Devent.md90 - `LV_EVENT_REFR_EXT_DRAW_SIZE` Get the required extra draw area around an object (e.g. for a shad…
Ddrawing.md215 #### LV_EVENT_REFR_EXT_DRAW_SIZE subsubsection
/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.c368 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_colorwheel_event()
/lvgl-latest/demos/music/
Dlv_demo_music_main.c758 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in spectrum_draw_event_cb()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1289 if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in slider_event_cb()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.c736 else if(code == LV_EVENT_REFR_EXT_DRAW_SIZE) { in lv_chart_event()