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 D | window_scene_layout_manager.cpp | 201 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 D | rs_obj_abs_geometry.h | 57 const Drawing::Matrix& GetAbsMatrix() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_obj_abs_geometry.cpp | 362 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 D | rs_uni_render_visitor.cpp | 449 … 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 D | rs_uni_render_util.cpp | 1897 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 D | rs_render_node.cpp | 447 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 D | rs_surface_render_node.cpp | 2165 const auto& absMatrix = boundsGeometry->GetAbsMatrix(); in CheckAndUpdateOpaqueRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 278 … 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 D | rs_properties.cpp | 460 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 D | rs_uni_render_util_test.cpp | 1466 …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 D | rs_node.cpp | 587 globalGeometry_->UpdateMatrix(&parentGlobalGeometry->GetAbsMatrix(), std::nullopt); in UpdateGlobalGeometry()
|