Home
last modified time | relevance | path

Searched refs:CalculateLineAndArc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.h223 …void CalculateLineAndArc(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path, float radi…
H A Dtext_drag_pattern.cpp201 CalculateLineAndArc(points, path, radiusRatio); in GenerateBackgroundPath()
262 void TextDragPattern::CalculateLineAndArc(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& … in CalculateLineAndArc() function in OHOS::Ace::NG::TextDragPattern