Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label.h449 void SetLineBackgroundSpan(ColorType lineBackgroundColor, int16_t start, int16_t end) in SetLineBackgroundSpan() argument
451 labelText_->SetLineBackgroundSpan(lineBackgroundColor, start, end); in SetLineBackgroundSpan()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp54 ColorType lineBackgroundColor; in DrawTextOneLine() local
68 labelLine.spannableString->GetLineBackgroundColor(letterIndex, lineBackgroundColor); in DrawTextOneLine()
90 lineBackgroundColor in DrawTextOneLine()
H A Ddraw_utils.h108 ColorType& lineBackgroundColor; member
H A Ddraw_utils.cpp260 lineStyle.bgColor_ = letterInfo.lineBackgroundColor; in DrawNormalLetter()