Home
last modified time | relevance | path

Searched refs:backGroundPath_ (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.h159 if (!backGroundPath_) { in GetBackgroundPath()
160 backGroundPath_ = GenerateBackgroundPath(TEXT_DRAG_OFFSET.ConvertToPx()); in GetBackgroundPath()
162 return backGroundPath_; in GetBackgroundPath()
240 std::shared_ptr<RSPath> backGroundPath_; variable