Home
last modified time | relevance | path

Searched refs:arrowBuildplacement (Results 1 – 3 of 3) 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
1420 GetArrowBuildPlacement(arrowBuildplacement); in ClipBubbleWithPath()
1422 …if ((arrowBuildplacement == Placement::TOP_LEFT) || (arrowBuildplacement == Placement::LEFT_TOP)) { in ClipBubbleWithPath()
1428 …if ((arrowBuildplacement != Placement::TOP_RIGHT) && (arrowBuildplacement != Placement::RIGHT_TOP)… in ClipBubbleWithPath()
1432 …if ((arrowBuildplacement != Placement::RIGHT_BOTTOM) && (arrowBuildplacement != Placement::BOTTOM_… in ClipBubbleWithPath()
1436 …if ((arrowBuildplacement != Placement::BOTTOM_LEFT) && (arrowBuildplacement != Placement::LEFT_BOT… in ClipBubbleWithPath()
1440 …if ((arrowBuildplacement != Placement::LEFT_TOP) && (arrowBuildplacement != Placement::TOP_LEFT)) { in ClipBubbleWithPath()
1601 arrowBuildplacement = Placement::TOP; in GetArrowBuildPlacement()
1603 arrowBuildplacement = Placement::TOP; in GetArrowBuildPlacement()
1666 if (arrowBuildplacement > Placement::BOTTOM) { in GetArrowBuildPlacement()
[all …]
H A Dbubble_layout_algorithm.h181 void GetArrowBuildPlacement(Placement& arrowBuildplacement);
182 std::string BuildTopLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
183 std::string BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
184 … std::string BuildBottomLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
185 std::string BuildLeftLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1934 arrowBuildplacement = Placement::TOP_RIGHT;
1938 arrowBuildplacement = Placement::TOP_LEFT;
1941 arrowBuildplacement = Placement::TOP;
1949 arrowBuildplacement = Placement::RIGHT_BOTTOM;
1952 arrowBuildplacement = Placement::RIGHT_TOP;
1955 arrowBuildplacement = Placement::RIGHT;
1966 arrowBuildplacement = Placement::BOTTOM_LEFT;
1969 arrowBuildplacement = Placement::BOTTOM;
1977 arrowBuildplacement = Placement::LEFT_BOTTOM;
1980 arrowBuildplacement = Placement::LEFT_TOP;
[all …]