Home
last modified time | relevance | path

Searched refs:lv_chart_class (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/examples/widgets/chart/
Dlv_example_chart_3.c7 if(!lv_obj_draw_part_check_type(dsc, &lv_chart_class, LV_CHART_DRAW_PART_TICK_LABEL)) return; in draw_event_cb()
Dlv_example_chart_6.c22 if(!lv_obj_draw_part_check_type(dsc, &lv_chart_class, LV_CHART_DRAW_PART_CURSOR)) return; in event_cb()
/lvgl-3.7.0/src/extra/widgets/chart/
Dlv_chart.h120 extern const lv_obj_class_t lv_chart_class;
Dlv_chart.c17 #define MY_CLASS &lv_chart_class
49 const lv_obj_class_t lv_chart_class = { variable
/lvgl-3.7.0/src/extra/themes/basic/
Dlv_theme_basic.c273 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()
/lvgl-3.7.0/src/extra/themes/mono/
Dlv_theme_mono.c350 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c918 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()