Home
last modified time | relevance | path

Searched refs:GenerateBackgroundPoints (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.cpp200 GenerateBackgroundPoints(points, offset); in GenerateBackgroundPath()
209 GenerateBackgroundPoints(points, offset); in GenerateSelBackgroundPath()
214 void TextDragPattern::GenerateBackgroundPoints(std::vector<TextPoint>& points, float offset, bool n… in GenerateBackgroundPoints() function in OHOS::Ace::NG::TextDragPattern
H A Dtext_drag_pattern.h222 …void GenerateBackgroundPoints(std::vector<TextPoint>& points, float offset, bool needAdjust = true…