Searched refs:IsHardwareEnabledTopSurface (Results 1 – 9 of 9) sorted by relevance
56 if (!hardCursorNode->IsHardwareEnabledTopSurface() || !hardCursorNode->ShouldPaint()) { in SetHardCursorNodeInfo()70 if (hardCursorNode && hardCursorNode->IsHardwareEnabledTopSurface()) { in HardCursorCreateLayerForDirect()
786 if (node.IsHardwareEnabledTopSurface() && node.shared_from_this()) { in QuickPrepareSurfaceRenderNode()1245 if (node.IsHardwareEnabledTopSurface() && node.ShouldPaint()) { in BeforeUpdateSurfaceDirtyCalc()1284 if (node.IsHardwareEnabledTopSurface()) { in AfterUpdateSurfaceDirtyCalc()1374 if (!node.IsHardwareEnabledTopSurface()) { in UpdateDstRect()1383 if (node.IsHardwareEnabledType() || node.IsHardwareEnabledTopSurface()) { in UpdateDstRect()1861 if (!pointWindow->IsHardwareEnabledTopSurface() || !pointWindow->ShouldPaint()) { in UpdatePointWindowDirtyStatus()2156 surfaceNode.IsHardwareEnabledTopSurface() && surfaceNode.GetHardCursorStatus()) { in CheckMergeDisplayDirtyByPosChanged()
144 if (surfaceDrawable != nullptr && surfaceDrawable->IsHardwareEnabledTopSurface()) { in CheckColorPickerEnabled()187 if (surfaceDrawable == nullptr || !surfaceDrawable->IsHardwareEnabledTopSurface() || in GetIntersectImageBySubset()
271 bool RSSurfaceRenderNodeDrawable::IsHardwareEnabledTopSurface() const in IsHardwareEnabledTopSurface() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable786 if (!IsHardwareEnabledTopSurface() && !surfaceParams.IsLayerTop()) { in DealWithSelfDrawingNodeBuffer()811 …if (IsHardwareEnabledTopSurface() && RSUniRenderThread::Instance().GetRSRenderThreadParams()->HasM… in DealWithSelfDrawingNodeBuffer()
241 bool IsHardwareEnabledTopSurface() const;
1531 if (surfaceNodeDrawable->IsHardwareEnabledTopSurface() || surfaceParams->IsLayerTop()) { in FindHardwareEnabledNodes()
895 ASSERT_FALSE(surfaceDrawable_->IsHardwareEnabledTopSurface());902 ASSERT_TRUE(renderNode_->IsHardwareEnabledTopSurface());1247 ASSERT_FALSE(surfaceDrawable_->IsHardwareEnabledTopSurface());
113 bool IsHardwareEnabledTopSurface() const;
1082 bool RSSurfaceRenderNode::IsHardwareEnabledTopSurface() const in IsHardwareEnabledTopSurface() function in OHOS::Rosen::RSSurfaceRenderNode