Home
last modified time | relevance | path

Searched refs:lv_colorwheel_class (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.h50 extern const lv_obj_class_t lv_colorwheel_class;
Dlv_colorwheel.c18 #define MY_CLASS &lv_colorwheel_class
54 const lv_obj_class_t lv_colorwheel_class = {.instance_size = sizeof(lv_colorwheel_t), .base_class =… variable
/lvgl-latest/src/extra/themes/basic/
Dlv_theme_basic.c324 else if(lv_obj_check_type(obj, &lv_colorwheel_class)) { in theme_apply()
397 else if(lv_obj_check_type(obj, &lv_colorwheel_class)) { in theme_apply()
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c1146 else if(lv_obj_check_type(obj, &lv_colorwheel_class)) { in theme_apply()