Home
last modified time | relevance | path

Searched refs:ignore_cache (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_core/
Dlv_obj.c1479 list->ignore_cache = dis; in _lv_obj_disable_style_caching()
1484 list->ignore_cache = dis; in _lv_obj_disable_style_caching()
2586 if(!list->ignore_cache && list->style_cnt > 0) { in _lv_obj_get_style_int()
2774 if(!list->ignore_cache && list->style_cnt > 0) { in _lv_obj_get_style_opa()
2853 if(!list->ignore_cache && list->style_cnt > 0) { in _lv_obj_get_style_ptr()
4300 bool cahche_ori = style_list->ignore_cache;
4305 style_list->ignore_cache = 1;
4311 style_list->ignore_cache = cahche_ori;
4336 style_list->ignore_cache = 1;
4342 style_list->ignore_cache = cahche_ori;
[all …]
Dlv_style.h230 uint32_t ignore_cache : 1; /*1: Ignore cache while getting value of properties*/ member