Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h84 void BuildRightLinePath(SkPath& path, double arrowOffset, double radius);
91 void BuildRightLinePath(RSPath& path, double arrowOffset, double radius);
H A Drender_bubble.cpp746 void RenderBubble::BuildRightLinePath(SkPath& path, double arrowOffset, double radius) in BuildRightLinePath() function in OHOS::Ace::RenderBubble
776 void RenderBubble::BuildRightLinePath(RSPath& path, double arrowOffset, double radius) in BuildRightLinePath() function in OHOS::Ace::RenderBubble
946 BuildRightLinePath(path, arrowOffset, radiusPx); in BuildCompletePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h141 void BuildRightLinePath(RSPath& path, float arrowOffset, float radius);
H A Dbubble_layout_algorithm.h183 std::string BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
H A Dbubble_paint_method.cpp430 BuildRightLinePath(path, arrowOffset, radiusPx); in BuildCompletePath()
559 void BubblePaintMethod::BuildRightLinePath(RSPath& path, float arrowOffset, float radius) in BuildRightLinePath() function in OHOS::Ace::NG::BubblePaintMethod
H A Dbubble_layout_algorithm.cpp1431 path += BuildRightLinePath(arrowOffset, radiusPx, arrowBuildplacement); in ClipBubbleWithPath()
1727 std::string BubbleLayoutAlgorithm::BuildRightLinePath(float arrowOffset, float radius, Placement& a… in BuildRightLinePath() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1950 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
1953 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
1956 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);