Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_opa_layered (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/core/
Dlv_refr.c1103 const lv_opa_t opa_layered = lv_obj_get_style_opa_layered(obj, LV_PART_MAIN); in refr_obj()
Dlv_obj_style.c992 if(lv_obj_get_style_opa_layered(obj, 0) != LV_OPA_COVER) return LV_LAYER_TYPE_SIMPLE; in calculate_layer_type()
Dlv_obj_style_gen.h604 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