Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h50 bool GetAlphaOffscreen() const;
H A Drs_modifier_extractor.cpp146 bool RSModifierExtractor::GetAlphaOffscreen() const in GetAlphaOffscreen() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp82 modifierExtractor.GetAlphaOffscreen(); in DoGet001()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp114 …return content.GetRenderProperties().GetAlphaOffscreen() ? std::make_unique<RSAlphaOffscreenDrawab… in Generate()
H A Drs_properties.cpp892 bool RSProperties::GetAlphaOffscreen() const in GetAlphaOffscreen() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp766 ASSERT_EQ(node->GetStagingProperties().GetAlphaOffscreen(), value);
770 …ASSERT_EQ(node->GetStagingProperties().GetAlphaOffscreen(), node1->GetStagingProperties().GetAlpha…
787 ASSERT_EQ(node->GetStagingProperties().GetAlphaOffscreen(), value);
791 ASSERT_EQ(node->GetStagingProperties().GetAlphaOffscreen(), value);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h166 bool GetAlphaOffscreen() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1114 bool offScreen = properties.GetAlphaOffscreen();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp1540 EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetAlphaOffscreen(), true));
1552 EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetAlphaOffscreen(), false));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4087 stagingRenderParams_->SetAlphaOffScreen(GetRenderProperties().GetAlphaOffscreen()); in UpdateRenderParams()