Searched refs:GetAlphaOffscreen (Results 1 – 10 of 10) sorted by relevance
50 bool GetAlphaOffscreen() const;
146 bool RSModifierExtractor::GetAlphaOffscreen() const in GetAlphaOffscreen() function in OHOS::Rosen::RSModifierExtractor
82 modifierExtractor.GetAlphaOffscreen(); in DoGet001()
114 …return content.GetRenderProperties().GetAlphaOffscreen() ? std::make_unique<RSAlphaOffscreenDrawab… in Generate()
892 bool RSProperties::GetAlphaOffscreen() const in GetAlphaOffscreen() function in OHOS::Rosen::RSProperties
766 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);
166 bool GetAlphaOffscreen() const;
1114 bool offScreen = properties.GetAlphaOffscreen();
1540 EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetAlphaOffscreen(), true));1552 EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetAlphaOffscreen(), false));
4087 stagingRenderParams_->SetAlphaOffScreen(GetRenderProperties().GetAlphaOffscreen()); in UpdateRenderParams()