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 D | rs_filter_cache_manager.h | 63 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 D | rs_filter_cache_manager.cpp | 121 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 D | rs_property_drawable_utils.h | 45 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 D | rs_property_drawable_utils.cpp | 270 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 D | rs_filter_cache_manager_test.cpp | 185 params.shouldClearFilteredCache = false;
|