Home
last modified time | relevance | path

Searched refs:BuildBottomLinePath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h85 void BuildBottomLinePath(SkPath& path, double arrowOffset, double radius);
92 void BuildBottomLinePath(RSPath& path, double arrowOffset, double radius);
H A Drender_bubble.cpp808 void RenderBubble::BuildBottomLinePath(SkPath& path, double arrowOffset, double radius) in BuildBottomLinePath() function in OHOS::Ace::RenderBubble
838 void RenderBubble::BuildBottomLinePath(RSPath& path, double arrowOffset, double radius) in BuildBottomLinePath() function in OHOS::Ace::RenderBubble
948 BuildBottomLinePath(path, arrowOffset, radiusPx); in BuildCompletePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h142 void BuildBottomLinePath(RSPath& path, float arrowOffset, float radius);
H A Dbubble_layout_algorithm.h184 … std::string BuildBottomLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
H A Dbubble_paint_method.cpp432 BuildBottomLinePath(path, arrowOffset, radiusPx); in BuildCompletePath()
625 void BubblePaintMethod::BuildBottomLinePath(RSPath& path, float arrowOffset, float radius) in BuildBottomLinePath() function in OHOS::Ace::NG::BubblePaintMethod
H A Dbubble_layout_algorithm.cpp1435 path += BuildBottomLinePath(arrowOffset, radiusPx, arrowBuildplacement); in ClipBubbleWithPath()
1778 std::string BubbleLayoutAlgorithm::BuildBottomLinePath(float arrowOffset, float radius, Placement& … in BuildBottomLinePath() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1964 … result = bubbleLayoutAlgorithm->BuildBottomLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
1967 … result = bubbleLayoutAlgorithm->BuildBottomLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
1970 … result = bubbleLayoutAlgorithm->BuildBottomLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);