Home
last modified time | relevance | path

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

12

/lvgl-latest/examples/widgets/table/
Dlv_example_table_1.c61 lv_obj_add_event_cb(table, draw_part_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_example_table_1()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_3.c29 lv_obj_add_event_cb(chart, draw_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_example_chart_3()
Dlv_example_chart_7.c44 lv_obj_add_event_cb(chart, draw_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_example_chart_7()
Dlv_example_chart_8.c82 lv_obj_add_event_cb(stacked_area_chart.obj, draw_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_example_chart_8()
Dlv_example_chart_2.c114 lv_obj_add_event_cb(chart1, draw_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_example_chart_2()
/lvgl-latest/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c8 if(code == LV_EVENT_DRAW_PART_BEGIN) { in event_cb()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.c795 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_div_lines()
826 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_div_lines()
854 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_div_lines()
994 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_series_line()
1027 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_series_line()
1142 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_series_scatter()
1171 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_series_scatter()
1257 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_series_bar()
1353 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_cursors()
1369 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_cursors()
[all …]
/lvgl-latest/docs/widgets/extra/
Dled.md23 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
Dmeter.md62 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
/lvgl-latest/src/core/
Dlv_event.h63LV_EVENT_DRAW_PART_BEGIN, /**< Starting to draw a part. The event parameter is `lv_obj_draw_dsc… enumerator
Dlv_obj.c550 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_dsc); in lv_obj_draw()
623 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_dsc); in lv_obj_draw()
653 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_dsc); in draw_scrollbar()
659 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_dsc); in draw_scrollbar()
Dlv_event.c289 if(e->code == LV_EVENT_DRAW_PART_BEGIN || in lv_event_get_draw_part_dsc()
507 case LV_EVENT_DRAW_PART_BEGIN: in event_is_bubbled()
/lvgl-latest/src/widgets/
Dlv_slider.c376 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_knob()
385 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_knob()
406 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_knob()
Dlv_bar.c398 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_indic()
418 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_indic()
Dlv_checkbox.c241 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in lv_checkbox_draw()
Dlv_arc.c670 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in lv_arc_draw()
695 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in lv_arc_draw()
716 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in lv_arc_draw()
/lvgl-latest/src/extra/widgets/meter/
Dlv_meter.c369 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_arcs()
513 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_ticks_and_labels()
533 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_ticks_and_labels()
595 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_needles()
621 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in draw_needles()
/lvgl-latest/docs/widgets/core/
Dbar.md32 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following parts:
Dcheckbox.md35 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
Dslider.md37 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following parts.
Dtable.md50 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
Darc.md73 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent with the following types:
/lvgl-latest/src/extra/widgets/led/
Dlv_led.c215 lv_event_send(obj, LV_EVENT_DRAW_PART_BEGIN, &part_draw_dsc); in lv_led_event()
/lvgl-latest/tests/src/test_cases/
Dtest_table.c155 lv_obj_add_event_cb(table, draw_part_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in test_table_rendering()
/lvgl-latest/src/extra/widgets/calendar/
Dlv_calendar.c278 lv_obj_add_event_cb(calendar->btnm, draw_part_begin_event_cb, LV_EVENT_DRAW_PART_BEGIN, NULL); in lv_calendar_constructor()

12