/lvgl-latest/examples/widgets/slider/ |
D | lv_example_slider_3.c | 34 else if(code == LV_EVENT_DRAW_PART_END) { in slider_event_cb()
|
/lvgl-latest/examples/widgets/bar/ |
D | lv_example_bar_6.c | 53 lv_obj_add_event_cb(bar, event_cb, LV_EVENT_DRAW_PART_END, NULL); in lv_example_bar_6()
|
/lvgl-latest/examples/widgets/btnmatrix/ |
D | lv_example_btnmatrix_2.c | 38 if(code == LV_EVENT_DRAW_PART_END) { in event_cb()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_6.c | 20 else if(code == LV_EVENT_DRAW_PART_END) { in event_cb()
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_2.c | 83 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/ |
D | led.md | 23 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
|
D | meter.md | 62 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
|
/lvgl-latest/src/core/ |
D | lv_event.h | 64 …LV_EVENT_DRAW_PART_END, /**< Finishing to draw a part. The event parameter is `lv_obj_draw_ds… enumerator
|
D | lv_obj.c | 581 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()
|
D | lv_event.c | 290 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/ |
D | lv_chart.c | 828 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/ |
D | lv_slider.c | 378 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()
|
D | lv_bar.c | 399 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()
|
D | lv_checkbox.c | 243 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_checkbox_draw()
|
D | lv_arc.c | 675 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/ |
D | bar.md | 32 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following parts:
|
D | checkbox.md | 35 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
|
D | slider.md | 37 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following parts.
|
D | table.md | 50 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
|
D | arc.md | 73 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent with the following types:
|
D | btnmatrix.md | 59 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` are sent for the following types:
|
/lvgl-latest/src/extra/widgets/led/ |
D | lv_led.c | 217 lv_event_send(obj, LV_EVENT_DRAW_PART_END, &part_draw_dsc); in lv_led_event()
|
/lvgl-latest/src/extra/widgets/meter/ |
D | lv_meter.c | 371 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/ |
D | obj.md | 159 - `LV_EVENT_DRAW_PART_BEGIN` and `LV_EVENT_DRAW_PART_END` is sent for the following types:
|
/lvgl-latest/docs/overview/ |
D | event.md | 98 - `LV_EVENT_DRAW_PART_END` Finishing to draw a part. The event parameter is `lv_obj_draw_dsc_t *`…
|