Home
last modified time | relevance | path

Searched refs:shouldClearFilteredCache (Results 1 – 5 of 5) 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
94 void CompactFilterCache(bool shouldClearFilteredCache);
110 const Drawing::RectI& src, const Drawing::RectI& dst, bool shouldClearFilteredCache);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp121 bool shouldClearFilteredCache) in DrawFilterWithoutSnapshot() argument
123 if (!RSSystemProperties::GetDrawFilterWithoutSnapshotEnabled() || !shouldClearFilteredCache || in DrawFilterWithoutSnapshot()
162 if (DrawFilterWithoutSnapshot(canvas, filter, src, dst, params.shouldClearFilteredCache)) { in DrawFilter()
424 void RSFilterCacheManager::CompactFilterCache(bool shouldClearFilteredCache) in CompactFilterCache() argument
426 InvalidateFilterCache(shouldClearFilteredCache ? in CompactFilterCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h45 bool shouldClearFilteredCache);
47 const std::unique_ptr<RSFilterCacheManager>& cacheManager, bool shouldClearFilteredCache,
/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() argument
334 { false, shouldClearFilteredCache }); in DrawFilter()
335 …cacheManager->CompactFilterCache(shouldClearFilteredCache); // flag for clear witch cache after dr… in DrawFilter()
433 const std::unique_ptr<RSFilterCacheManager>& cacheManager, bool shouldClearFilteredCache, in DrawBackgroundEffect() argument
462 …cacheManager->CompactFilterCache(shouldClearFilteredCache); // flag for clear witch cache after dr… in DrawBackgroundEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_filter_cache_manager_test.cpp185 params.shouldClearFilteredCache = false;