Searched refs:arrowBuildplacement (Results 1 – 3 of 3) sorted by relevance
1418 Placement arrowBuildplacement = Placement::NONE; in ClipBubbleWithPath() local1420 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 …]
181 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);
1934 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 …]