Searched refs:const_prop (Results 1 – 1 of 1) sorted by relevance
399 const lv_style_const_prop_t * const_prop; in lv_style_get_prop_inlined() local400 … for(const_prop = style->v_p.const_props; const_prop->prop != LV_STYLE_PROP_INV; const_prop++) { in lv_style_get_prop_inlined()401 if(const_prop->prop == prop) { in lv_style_get_prop_inlined()402 *value = const_prop->value; in lv_style_get_prop_inlined()