Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_layout_algorithm.cpp2789 Placement arrowBuildplacement = Placement::NONE; in ClipBubbleWithPath() local
2952 void BubbleLayoutAlgorithm::GetArrowBuildPlacement(Placement& arrowBuildplacement) in GetArrowBuildPlacement()
3046 …eLayoutAlgorithm::BuildTopLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildTopLinePath()
3097 …ayoutAlgorithm::BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildRightLinePath()
3148 …youtAlgorithm::BuildBottomLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildBottomLinePath()
3199 …LayoutAlgorithm::BuildLeftLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement) in BuildLeftLinePath()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_test_ng.cpp1938 Placement arrowBuildplacement = Placement::NONE; variable