Home
last modified time | relevance | path

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

12

/lvgl-latest/examples/widgets/slider/
Dlv_example_slider_3.c34 else if(code == LV_EVENT_DRAW_PART_END) { in slider_event_cb()
/lvgl-latest/examples/widgets/bar/
Dlv_example_bar_6.c53 lv_obj_add_event_cb(bar, event_cb, LV_EVENT_DRAW_PART_END, NULL); in lv_example_bar_6()
/lvgl-latest/examples/widgets/btnmatrix/
Dlv_example_btnmatrix_2.c38 if(code == LV_EVENT_DRAW_PART_END) { in event_cb()
/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_6.c20 else if(code == LV_EVENT_DRAW_PART_END) { in event_cb()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c83 lv_obj_add_event_cb(table, draw_event_cb, LV_EVENT_DRAW_PART_END, NULL); in lv_example_table_2()
/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.h64LV_EVENT_DRAW_PART_END, /**< Finishing to draw a part. The event parameter is `lv_obj_draw_ds… enumerator
Dlv_obj.c581 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_dsc); in lv_obj_draw()
626 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_dsc); in lv_obj_draw()
655 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_dsc); in draw_scrollbar()
662 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_dsc); in draw_scrollbar()
Dlv_event.c290 e->code == LV_EVENT_DRAW_PART_END) { in lv_event_get_draw_part_dsc()
508 case LV_EVENT_DRAW_PART_END: in event_is_bubbled()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.c828 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_div_lines()
856 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_div_lines()
863 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_div_lines()
1004 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_series_line()
1029 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_series_line()
1151 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_series_scatter()
1173 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_series_scatter()
1259 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_series_bar()
1360 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_cursors()
1376 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_cursors()
[all …]
/lvgl-latest/src/widgets/
Dlv_slider.c378 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_knob()
387 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_knob()
408 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_knob()
Dlv_bar.c399 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_indic()
505 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_indic()
Dlv_checkbox.c243 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_checkbox_draw()
Dlv_arc.c675 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_arc_draw()
701 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_arc_draw()
720 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_arc_draw()
/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:
Dbtnmatrix.md59 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
/lvgl-latest/src/extra/widgets/led/
Dlv_led.c217 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_led_event()
/lvgl-latest/src/extra/widgets/meter/
Dlv_meter.c371 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_arcs()
597 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_needles()
623 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in draw_needles()
/lvgl-latest/docs/widgets/
Dobj.md159 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
/lvgl-latest/docs/overview/
Devent.md98 - `LV_EVENT_DRAW_PART_END` Finishing to draw a part. The event parameter is `lv_obj_draw_dsc_t *`…

12