Home
last modified time | relevance | path

Searched refs:GetAbsMatrix (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp201 auto matrix = globalGeometry->GetAbsMatrix(); in FillWindowSceneInfo()
504 auto localMatrix = nodeLocalGeometry->GetAbsMatrix(); in DumpNodeInfo()
505 auto globalMatrix = nodeGeometry->GetAbsMatrix(); in DumpNodeInfo()
561 auto matrix = globalGeometry->GetAbsMatrix(); in GetUINodeInfo()
573 auto matrix = localGeometry->GetAbsMatrix(); in GetUINodeInfo()
713 auto matrix = globalGeometry->GetAbsMatrix(); in GetRSNodeInfo()
725 auto matrix = localGeometry->GetAbsMatrix(); in GetRSNodeInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_abs_geometry.h57 const Drawing::Matrix& GetAbsMatrix() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp362 return MapRect(rect, GetAbsMatrix()); in MapAbsRect()
402 const Drawing::Matrix& RSObjAbsGeometry::GetAbsMatrix() const in GetAbsMatrix() function in OHOS::Rosen::RSObjAbsGeometry
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp449 … if (RSUniRenderUtil::GetRotationDegreeFromMatrix(geoPtr->GetAbsMatrix()) % RS_ROTATION_90 != 0) { in UpdateSurfaceRenderNodeRotate()
766 parentSurfaceNodeMatrix_ = geoPtr->GetAbsMatrix(); in QuickPrepareSurfaceRenderNode()
815 UpdateSrcRect(node, geo->GetAbsMatrix(), geo->GetAbsRect()); in PrepareForUIFirstNode()
1053 property.GetFrameOffsetX() * geoPtr->GetAbsMatrix().Get(Drawing::Matrix::SCALE_X), in UpdatePrepareClip()
1054 property.GetFrameOffsetY() * geoPtr->GetAbsMatrix().Get(Drawing::Matrix::SCALE_Y), in UpdatePrepareClip()
1285 UpdateSrcRect(node, geoPtr->GetAbsMatrix(), geoPtr->GetAbsRect()); in AfterUpdateSurfaceDirtyCalc()
1348 UpdateSrcRect(node, geo->GetAbsMatrix(), geo->GetAbsRect()); in UpdateHwcNodeInfoForAppNode()
2940 auto absMatrix = geoPtr->GetAbsMatrix(); in UpdateSurfaceRenderNodeScale()
3006 parentSurfaceNodeMatrix_ = geoPtr->GetAbsMatrix(); in PrepareRootRenderNode()
H A Drs_uni_render_util.cpp1897 TraverseAndCollectUIExtensionInfo(child, boundsGeo.GetAbsMatrix(), hostId, callbackData); in TraverseAndCollectUIExtensionInfo()
1930 parentGeo->GetAbsMatrix().Invert(invertAbsParentMatrix); in GetMatrix()
1931 relativeMat = geo->GetAbsMatrix(); in GetMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp447 oldAbsMatrix_ = geoPtr->GetAbsMatrix(); in UpdateSubTreeInfo()
1493 auto parentMatrix = &(parent->GetRenderProperties().GetBoundsGeometry()->GetAbsMatrix()); in UpdateDrawRect()
1603 matrix.PostConcat(GetRenderProperties().GetBoundsGeometry()->GetAbsMatrix()); in UpdateBufferDirtyRegion()
1804 if (parentGeoPtr && parentGeoPtr->GetAbsMatrix().Invert(invertAbsParentMatrix)) { in MapAndUpdateChildrenRect()
1805 auto childRelativeToParentMatrix = geoPtr->GetAbsMatrix(); in MapAndUpdateChildrenRect()
1903 selfMatrix.PostConcat(rootGeo->GetAbsMatrix()); in GetAbsMatrixReverse()
3366 geoPtr->GetAbsMatrix().MapRect(absRect, filterRect); in GetFilterRect()
H A Drs_surface_render_node.cpp2165 const auto& absMatrix = boundsGeometry->GetAbsMatrix(); in CheckAndUpdateOpaqueRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp278 … Drawing::Matrix matrix = (geoPtr && isAbsCoordinate) ? geoPtr->GetAbsMatrix() : Drawing::Matrix(); in GetShadowDirtyRect()
868 … Drawing::Matrix matrix = (geoPtr && isAbsCoordinate) ? geoPtr->GetAbsMatrix() : Drawing::Matrix(); in GetPixelStretchDirtyRect()
894 … Drawing::Matrix matrix = (geoPtr && isAbsCoordinate) ? geoPtr->GetAbsMatrix() : Drawing::Matrix(); in GetForegroundEffectDirtyRect()
1379 … Drawing::Matrix matrix = (geoPtr && isAbsCoordinate) ? geoPtr->GetAbsMatrix() : Drawing::Matrix(); in GetOutlineDirtyRect()
H A Drs_properties.cpp460 prevAbsMatrix_ = boundsGeo_->GetAbsMatrix(); in UpdateGeometryByParent()
480 … auto parentMatrix = parent == nullptr ? nullptr : &(parent->GetBoundsGeometry()->GetAbsMatrix()); in UpdateGeometry()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1466 …parentNode->renderContent_->renderProperties_.boundsGeo_->GetAbsMatrix().Invert(invertAbsParentMat…
1467 auto assertResult = node->renderContent_->renderProperties_.boundsGeo_->GetAbsMatrix();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp587 globalGeometry_->UpdateMatrix(&parentGlobalGeometry->GetAbsMatrix(), std::nullopt); in UpdateGlobalGeometry()