Searched refs:lv_obj_get_style_opa_layered (Results 1 – 3 of 3) sorted by relevance
1103 const lv_opa_t opa_layered = lv_obj_get_style_opa_layered(obj, LV_PART_MAIN); in refr_obj()
992 if(lv_obj_get_style_opa_layered(obj, 0) != LV_OPA_COVER) return LV_LAYER_TYPE_SIMPLE; in calculate_layer_type()
604 static inline lv_opa_t lv_obj_get_style_opa_layered(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_opa_layered() function