Searched refs:GetForegroundFilterCache (Results 1 – 10 of 10) sorted by relevance
163 bool isForegroundFilterCache = params.GetForegroundFilterCache() != nullptr; in GenerateCacheIfNeed()244 params.GetForegroundFilterCache() == nullptr && GetCacheType() != DrawableCacheType::NONE) { in CheckCacheTypeAndDraw()249 if (params.GetForegroundFilterCache() == nullptr && drawBlurForCache_ && curDrawingCacheRoot_ && in CheckCacheTypeAndDraw()256 if (HasFilterOrEffect() && params.GetForegroundFilterCache() == nullptr) { in CheckCacheTypeAndDraw()312 } else if (params.GetForegroundFilterCache() != nullptr) { in DrawWithNodeGroupCache()314 DrawCachedImage(*curCanvas, params.GetCacheSize(), params.GetForegroundFilterCache()); in DrawWithNodeGroupCache()798 } else if (params.GetForegroundFilterCache() != nullptr) { in UpdateCacheSurface()
475 ASSERT_TRUE(params.GetForegroundFilterCache());478 ASSERT_TRUE(params.GetForegroundFilterCache() == nullptr);500 ASSERT_TRUE(params.GetForegroundFilterCache());510 ASSERT_TRUE(params.GetForegroundFilterCache() == nullptr);
101 const std::shared_ptr<RSFilter>& GetForegroundFilterCache() const;
439 const std::shared_ptr<RSFilter>& RSRenderParams::GetForegroundFilterCache() const in GetForegroundFilterCache() function in OHOS::Rosen::RSRenderParams
515 EXPECT_TRUE(!properties.GetForegroundFilterCache());519 EXPECT_TRUE(properties.GetForegroundFilterCache());523 EXPECT_TRUE(properties.GetForegroundFilterCache());
376 auto foregroundFilterCache = properties.GetForegroundFilterCache(); in DumpNodePropertiesEffects()
246 const std::shared_ptr<RSFilter>& GetForegroundFilterCache() const;
1691 foregroundFilter = properties.GetForegroundFilterCache(); in UpdateDirtyRegion()2403 if (GetRenderProperties().GetForegroundFilterCache() != nullptr) { in MarkForegroundFilterCache()4088 … stagingRenderParams_->SetForegroundFilterCache(GetRenderProperties().GetForegroundFilterCache()); in UpdateRenderParams()
1286 const std::shared_ptr<RSFilter>& RSProperties::GetForegroundFilterCache() const in GetForegroundFilterCache() function in OHOS::Rosen::RSProperties3986 auto foregroundFilterCache_ = GetForegroundFilterCache(); in Dump()
882 foregroundFilter = properties.GetForegroundFilterCache(); in GetForegroundEffectDirtyRect()