Searched refs:nodeParams (Results 1 – 5 of 5) sorted by relevance
187 const auto& nodeParams = nodeDrawable_->GetRenderParams(); in Run() local188 if (nodeParams) { in Run()193 if (nodeParams->GetMatrix().Invert(invertMatrix)) { in Run()202 if (!RSUiFirstProcessStateCheckerHelper::CheckMatchAndWaitNotify(*nodeParams, false)) { in Run()207 nodeParams->GetFirstLevelNodeId(), nodeParams->GetUifirstRootNodeId()); in Run()
166 static int32_t GetScreenRotationOffset(RSSurfaceRenderParams* nodeParams);168 RectF& localBounds, BufferDrawParam& params, RSSurfaceRenderParams* nodeParams = nullptr);198 static ScreenId GetScreenIdFromSurfaceRenderParams(RSSurfaceRenderParams* nodeParams);
1254 ScreenId RSBaseRenderUtil::GetScreenIdFromSurfaceRenderParams(RSSurfaceRenderParams* nodeParams) in GetScreenIdFromSurfaceRenderParams() argument1259 auto displayLock = nodeParams->GetAncestorDisplayNode().lock(); in GetScreenIdFromSurfaceRenderParams()1268 auto ancestorDrawable = nodeParams->GetAncestorDisplayDrawable().lock(); in GetScreenIdFromSurfaceRenderParams()1290 int32_t RSBaseRenderUtil::GetScreenRotationOffset(RSSurfaceRenderParams* nodeParams) in GetScreenRotationOffset() argument1293 if (nodeParams == nullptr) { in GetScreenRotationOffset()1298 uint32_t apiCompatibleVersion = nodeParams->GetApiCompatibleVersion(); in GetScreenRotationOffset()1304 ScreenId screenId = GetScreenIdFromSurfaceRenderParams(nodeParams); in GetScreenRotationOffset()1316 RectF &localBounds, BufferDrawParam ¶ms, RSSurfaceRenderParams *nodeParams) in DealWithSurfaceRotationAndGravity() argument1321 if (nodeParams != nullptr && nodeParams->GetFixRotationByUser()) { in DealWithSurfaceRotationAndGravity()1322 int32_t rotationDegree = GetScreenRotationOffset(nodeParams); in DealWithSurfaceRotationAndGravity()[all …]
421 auto& nodeParams = surfaceDrawable->GetRenderParams(); in CreateBufferDrawParam() local422 if (useRenderParams && !nodeParams) { in CreateBufferDrawParam()427 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(nodeParams.get()); in CreateBufferDrawParam()475 auto& nodeParams = surfaceDrawable.GetRenderParams(); in CreateBufferDrawParam() local476 if (!nodeParams) { in CreateBufferDrawParam()480 auto surfaceNodeParams = static_cast<RSSurfaceRenderParams*>(nodeParams.get()); in CreateBufferDrawParam()488 auto boundWidth = nodeParams->GetBounds().GetWidth(); in CreateBufferDrawParam()489 auto boundHeight = nodeParams->GetBounds().GetHeight(); in CreateBufferDrawParam()492 const sptr<SurfaceBuffer> buffer = nodeParams->GetBuffer(); in CreateBufferDrawParam()497 params.acquireFence = nodeParams->GetAcquireFence(); in CreateBufferDrawParam()[all …]
1253 const auto& nodeParams = GetRenderParams(); in ScaleAndRotateMirrorForWiredScreen() local1254 if (!nodeParams) { in ScaleAndRotateMirrorForWiredScreen()1261 auto mirrorScreenInfo = nodeParams->GetScreenInfo(); in ScaleAndRotateMirrorForWiredScreen()