Lines Matching refs:entry
446 lv_cache_entry_t * entry = dsc->cache_entry;
448 if(!(entry->process_state & IMAGE_PROCESS_STATE_PREMULTIPLIED_ALPHA)) {
452 entry->process_state |= IMAGE_PROCESS_STATE_PREMULTIPLIED_ALPHA;
455 if(!(entry->process_state & IMAGE_PROCESS_STATE_STRIDE_ALIGNED)) {
468 entry->process_state |= IMAGE_PROCESS_STATE_STRIDE_ALIGNED;
544 the *weight* value in the cache entry in
548 Every cache entry has a *"life"* value. Every time an image is opened
554 If there is no more space in the cache, the entry with *usage_count == 0*
597 static void my_cache_invalidate_cb(lv_cache_entry_t * entry)
602 static const void * my_cache_get_data_cb(lv_cache_entry_t * entry)
607 static void my_cache_release_cb(lv_cache_entry_t * entry)