Home
last modified time | relevance | path

Searched defs:shouldClearFilteredCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_filter_cache_manager.h63 bool shouldClearFilteredCache; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp121 bool shouldClearFilteredCache) in DrawFilterWithoutSnapshot()
424 void RSFilterCacheManager::CompactFilterCache(bool shouldClearFilteredCache) in CompactFilterCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp270 const bool isForegroundFilter, bool shouldClearFilteredCache) in DrawFilter()
433 const std::unique_ptr<RSFilterCacheManager>& cacheManager, bool shouldClearFilteredCache, in DrawBackgroundEffect()