Home
last modified time | relevance | path

Searched defs:arrowBuildplacement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp1418 Placement arrowBuildplacement = Placement::NONE; in ClipBubbleWithPath() local
1582 void BubbleLayoutAlgorithm::GetArrowBuildPlacement(Placement& arrowBuildplacement) in GetArrowBuildPlacement()
1676 …eLayoutAlgorithm::BuildTopLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildTopLinePath()
1727 …ayoutAlgorithm::BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildRightLinePath()
1778 …youtAlgorithm::BuildBottomLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildBottomLinePath()
1829 …LayoutAlgorithm::BuildLeftLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildLeftLinePath()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1924 Placement arrowBuildplacement = Placement::NONE; variable