Searched refs:BuildLeftLinePath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 86 void BuildLeftLinePath(SkPath& path, double arrowOffset, double radius); 93 void BuildLeftLinePath(RSPath& path, double arrowOffset, double radius);
|
H A D | render_bubble.cpp | 870 void RenderBubble::BuildLeftLinePath(SkPath& path, double arrowOffset, double radius) in BuildLeftLinePath() function in OHOS::Ace::RenderBubble 899 void RenderBubble::BuildLeftLinePath(RSPath& path, double arrowOffset, double radius) in BuildLeftLinePath() function in OHOS::Ace::RenderBubble 950 BuildLeftLinePath(path, arrowOffset, radiusPx); in BuildCompletePath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.h | 143 void BuildLeftLinePath(RSPath& path, float arrowOffset, float radius);
|
H A D | bubble_layout_algorithm.h | 185 std::string BuildLeftLinePath(float arrowOffset, float radius, Placement& arrowBuildplacement);
|
H A D | bubble_paint_method.cpp | 434 BuildLeftLinePath(path, arrowOffset, radiusPx); in BuildCompletePath() 718 void BubblePaintMethod::BuildLeftLinePath(RSPath& path, float arrowOffset, float radius) in BuildLeftLinePath() function in OHOS::Ace::NG::BubblePaintMethod
|
H A D | bubble_layout_algorithm.cpp | 1439 path += BuildLeftLinePath(arrowOffset, radiusPx, arrowBuildplacement); in ClipBubbleWithPath() 1829 std::string BubbleLayoutAlgorithm::BuildLeftLinePath(float arrowOffset, float radius, Placement& ar… in BuildLeftLinePath() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 1978 … result = bubbleLayoutAlgorithm->BuildLeftLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement); 1981 … result = bubbleLayoutAlgorithm->BuildLeftLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement); 1984 … result = bubbleLayoutAlgorithm->BuildLeftLinePath(ARROW_OFFSET, RADIUS, arrowBuildplacement);
|