Searched refs:grad_cache_size (Results 1 – 1 of 1) sorted by relevance
53 static size_t grad_cache_size = 0; variable85 if(grad_cache_size == 0) return NULL; in next_in_cache()173 if(req_size + act_size < grad_cache_size) { in allocate_item()179 if(req_size <= grad_cache_size) { in allocate_item()180 while(act_size + req_size > grad_cache_size) { in allocate_item()237 grad_cache_size = 0; in lv_gradient_free_cache()246 grad_cache_size = max_bytes; in lv_gradient_set_cache_size()