Home
last modified time | relevance | path

Searched refs:LV_STYLE_RES_FOUND (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_style.c339 if(found == LV_STYLE_RES_FOUND) return value_act; in lv_obj_get_style_prop()
352 if(found == LV_STYLE_RES_FOUND) return true; in lv_obj_has_style_prop()
741 if(found == LV_STYLE_RES_FOUND) { in get_prop_core()
742 return LV_STYLE_RES_FOUND; in get_prop_core()
761 if(found == LV_STYLE_RES_FOUND) { in get_prop_core()
763 return LV_STYLE_RES_FOUND; in get_prop_core()
769 if(weight >= 0) return LV_STYLE_RES_FOUND; in get_prop_core()
1094 if(found == LV_STYLE_RES_FOUND) return LV_STYLE_RES_FOUND; in get_selector_style_prop()
1121 if(found == LV_STYLE_RES_FOUND) return LV_STYLE_RES_FOUND; in get_selector_style_prop()
1136 return LV_STYLE_RES_FOUND; in get_selector_style_prop()
[all …]
Dlv_obj_pos.c68 if((res_x == LV_STYLE_RES_FOUND && v_x.num != x) || res_x == LV_STYLE_RES_NOT_FOUND) { in lv_obj_set_x()
82 if((res_y == LV_STYLE_RES_FOUND && v_y.num != y) || res_y == LV_STYLE_RES_NOT_FOUND) { in lv_obj_set_y()
229 if((res_w == LV_STYLE_RES_FOUND && v_w.num != w) || res_w == LV_STYLE_RES_NOT_FOUND) { in lv_obj_set_width()
242 if((res_h == LV_STYLE_RES_FOUND && v_h.num != h) || res_h == LV_STYLE_RES_NOT_FOUND) { in lv_obj_set_height()
Dlv_obj.c930 …_style_get_prop_inlined(obj_style->style, LV_STYLE_TRANSITION, &v) != LV_STYLE_RES_FOUND) continue; in update_obj_state()
/lvgl-latest/src/misc/
Dlv_style.h345 LV_STYLE_RES_FOUND, enumerator
509 return LV_STYLE_RES_FOUND; in lv_style_get_prop_inlined()
520 return LV_STYLE_RES_FOUND; in lv_style_get_prop_inlined()
/lvgl-latest/src/widgets/scale/
Dlv_scale.c1244 if(res == LV_STYLE_RES_FOUND) { in scale_set_line_properties()
1253 if(res == LV_STYLE_RES_FOUND) { in scale_set_line_properties()
1262 if(res == LV_STYLE_RES_FOUND) { in scale_set_line_properties()
1293 if(res == LV_STYLE_RES_FOUND) { in scale_set_arc_properties()
1302 if(res == LV_STYLE_RES_FOUND) { in scale_set_arc_properties()
1311 if(res == LV_STYLE_RES_FOUND) { in scale_set_arc_properties()
1320 if(res == LV_STYLE_RES_FOUND) { in scale_set_arc_properties()
1329 if(res == LV_STYLE_RES_FOUND) { in scale_set_arc_properties()
1363 if(res == LV_STYLE_RES_FOUND) { in scale_set_indicator_label_properties()
1372 if(res == LV_STYLE_RES_FOUND) { in scale_set_indicator_label_properties()
[all …]
/lvgl-latest/src/widgets/span/
Dlv_span.c784 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_font()
798 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_letter_space()
811 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_color()
822 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_opa()
836 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_blend_mode()
850 if(res != LV_STYLE_RES_FOUND) { in lv_span_get_style_text_decor()