Searched refs:cache_w (Results 1 – 2 of 2) sorted by relevance
45 int32_t cache_w; /**< the cache automatically calculates the width */ member
634 spans->cache_w = 0; in lv_spangroup_constructor()683 spans->cache_w = (int32_t)lv_spangroup_get_expand_width(obj, 0); in lv_spangroup_event()687 width = spans->cache_w; in lv_spangroup_event()693 if(width != spans->cache_w || spans->refresh) { in lv_spangroup_event()695 spans->cache_w = width; in lv_spangroup_event()