Home
last modified time | relevance | path

Searched refs:foregroundFilterCache (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderparams_fuzzer/
H A Drsrenderparams_fuzzer.cpp136 std::shared_ptr<RSFilter> foregroundFilterCache; in DoSetShadowRect() local
137 rsRenderParams.SetForegroundFilterCache(foregroundFilterCache); in DoSetShadowRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp453 auto foregroundFilterCache = properties.GetForegroundFilterCache(); in DumpNodePropertiesEffects() local
454 if (foregroundFilterCache && foregroundFilterCache->IsValid()) { in DumpNodePropertiesEffects()
455 out["ForegroundFilter"] = foregroundFilterCache->GetDescription(); in DumpNodePropertiesEffects()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp447 void RSRenderParams::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument
449 if (foregroundFilterCache_ == foregroundFilterCache) { in SetForegroundFilterCache()
452 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp357 std::shared_ptr<RSFilter> foregroundFilterCache; in HWTEST_F() local
358 properties.SetForegroundFilterCache(foregroundFilterCache); in HWTEST_F()
359 EXPECT_TRUE(foregroundFilterCache == nullptr); in HWTEST_F()
361 foregroundFilterCache = std::make_shared<RSFilter>(); in HWTEST_F()
362 properties.SetForegroundFilterCache(foregroundFilterCache); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h94 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h245 void SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1286 void RSProperties::SetForegroundFilterCache(const std::shared_ptr<RSFilter>& foregroundFilterCache) in SetForegroundFilterCache() argument
1288 foregroundFilterCache_ = foregroundFilterCache; in SetForegroundFilterCache()
1289 if (foregroundFilterCache) { in SetForegroundFilterCache()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1055 auto foregroundFilterCache = GetRenderProperties().GetForegroundFilterCache(); in UpdateDrawingCacheInfoBeforeChildren() local
1056 if (!ShouldPaint() || (isScreenRotation && !foregroundFilterCache)) { in UpdateDrawingCacheInfoBeforeChildren()

Completed in 20 milliseconds