Searched refs:BuildRightLinePath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 84 void BuildRightLinePath(SkPath& path, double arrowOffset, double radius); 91 void BuildRightLinePath(RSPath& path, double arrowOffset, double radius);
|
H A D | render_bubble.cpp | 746 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 D | bubble_paint_method.h | 141 void BuildRightLinePath(RSPath& path, float arrowOffset, float radius);
|
H A D | bubble_layout_algorithm.h | 183 std::string BuildRightLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
|
H A D | bubble_paint_method.cpp | 430 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 D | bubble_layout_algorithm.cpp | 1431 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 D | bubble_test_ng.cpp | 1950 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement); 1953 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement); 1956 … result = bubbleLayoutAlgorithm->BuildRightLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
|