Searched refs:lv_chart_class (Results 1 – 7 of 7) sorted by relevance
7 if(!lv_obj_draw_part_check_type(dsc, &lv_chart_class, LV_CHART_DRAW_PART_TICK_LABEL)) return; in draw_event_cb()
22 if(!lv_obj_draw_part_check_type(dsc, &lv_chart_class, LV_CHART_DRAW_PART_CURSOR)) return; in event_cb()
120 extern const lv_obj_class_t lv_chart_class;
17 #define MY_CLASS &lv_chart_class49 const lv_obj_class_t lv_chart_class = { variable
273 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()
350 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()
918 else if(lv_obj_check_type(obj, &lv_chart_class)) { in theme_apply()