Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h519 return linebackgroundColor_; in GetLineBackgroundSpan()
618 List<LineBackgroundColor> linebackgroundColor_; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp69 if (linebackgroundColor_.Size() > 0) { in ~Text()
70 linebackgroundColor_.Clear(); in ~Text()
323 … &backgroundColor_, &foregroundColor_, &linebackgroundColor_, spannableString_, 0}; in Draw()