Home
last modified time | relevance | path

Searched refs:GetForegroundFilterCache (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp163 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_test.cpp475 ASSERT_TRUE(params.GetForegroundFilterCache());
478 ASSERT_TRUE(params.GetForegroundFilterCache() == nullptr);
500 ASSERT_TRUE(params.GetForegroundFilterCache());
510 ASSERT_TRUE(params.GetForegroundFilterCache() == nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h101 const std::shared_ptr<RSFilter>& GetForegroundFilterCache() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp439 const std::shared_ptr<RSFilter>& RSRenderParams::GetForegroundFilterCache() const in GetForegroundFilterCache() function in OHOS::Rosen::RSRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp515 EXPECT_TRUE(!properties.GetForegroundFilterCache());
519 EXPECT_TRUE(properties.GetForegroundFilterCache());
523 EXPECT_TRUE(properties.GetForegroundFilterCache());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp376 auto foregroundFilterCache = properties.GetForegroundFilterCache(); in DumpNodePropertiesEffects()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h246 const std::shared_ptr<RSFilter>& GetForegroundFilterCache() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1691 foregroundFilter = properties.GetForegroundFilterCache(); in UpdateDirtyRegion()
2403 if (GetRenderProperties().GetForegroundFilterCache() != nullptr) { in MarkForegroundFilterCache()
4088 … stagingRenderParams_->SetForegroundFilterCache(GetRenderProperties().GetForegroundFilterCache()); in UpdateRenderParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1286 const std::shared_ptr<RSFilter>& RSProperties::GetForegroundFilterCache() const in GetForegroundFilterCache() function in OHOS::Rosen::RSProperties
3986 auto foregroundFilterCache_ = GetForegroundFilterCache(); in Dump()
H A Drs_properties_painter.cpp882 foregroundFilter = properties.GetForegroundFilterCache(); in GetForegroundEffectDirtyRect()