Home
last modified time | relevance | path

Searched refs:GetAnchorY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dposition_layout_utils.h49 deltaY = deltaY - selfNode->NormalizePercentToPx(selfNode->GetAnchorY(), true, true); in GetAbsoluteOffset()
H A Drender_node.h411 const Dimension& GetAnchorY() const in GetAnchorY() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp670 jsonValue->Put("y", render->GetAnchorY().ToString().c_str()); in GetMarkAnchor()