Home
last modified time | relevance | path

Searched refs:CalculateLine (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.h224 void CalculateLine(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path);
H A Dtext_drag_pattern.cpp210 CalculateLine(points, path); in GenerateSelBackgroundPath()
310 void TextDragPattern::CalculateLine(std::vector<TextPoint>& points, std::shared_ptr<RSPath>& path) in CalculateLine() function in OHOS::Ace::NG::TextDragPattern