Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.h167 if (!selBackGroundPath_) { in GetSelBackgroundPath()
168 selBackGroundPath_ = GenerateSelBackgroundPath(0.0); in GetSelBackgroundPath()
170 return selBackGroundPath_; in GetSelBackgroundPath()
241 std::shared_ptr<RSPath> selBackGroundPath_; variable