Home
last modified time | relevance | path

Searched refs:linebackgroundColor (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp490 void DrawLabel::GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackgroundColor, in GetLineBackgroundColor() argument
493 if (linebackgroundColor->Size() > 0) { in GetLineBackgroundColor()
494 ListNode<LineBackgroundColor>* lbColor = linebackgroundColor->Begin(); in GetLineBackgroundColor()
495 for (; lbColor != linebackgroundColor->End(); lbColor = lbColor->next_) { in GetLineBackgroundColor()
500 linebgColor = lbColor->data_.linebackgroundColor ; in GetLineBackgroundColor()
542 ColorType linebackgroundColor; in DrawLineBackgroundColor() local
547 letterIndex, linebackgroundColor); in DrawLineBackgroundColor()
551 style.bgColor_ = linebackgroundColor; in DrawLineBackgroundColor()
557 linebackgroundColor.alpha); in DrawLineBackgroundColor()
H A Ddraw_label.h57 static void GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackgroundColor,
H A Ddraw_utils.h81 List<LineBackgroundColor>* linebackgroundColor; member
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h179 ColorType linebackgroundColor; member
509 void SetLineBackgroundSpan(ColorType linebackgroundColor, int16_t start, int16_t end) in SetLineBackgroundSpan() argument
514 spannableString_->SetLineBackgroundColor(linebackgroundColor, (uint16_t)start, (uint16_t)end); in SetLineBackgroundSpan()
H A Dspannable_string.h58 ColorType linebackgroundColor; member
/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp130 SetLineBackgroundColor(node_lineBackColor->data_.linebackgroundColor, in SetSpannableString()
514 inputSpan.linebackgroundColor.full = inputLineBackgroundColor.full; in SetLineBackgroundColor()
525 tempSize.full = tempSpan->data_.linebackgroundColor.full; in SetLineBackgroundColor()
534 tempLeft.linebackgroundColor.full = tempSize.full; in SetLineBackgroundColor()
538 tempRight.linebackgroundColor.full = tempSize.full; in SetLineBackgroundColor()
547 inputSpan.linebackgroundColor.full = inputLineBackgroundColor.full; in SetLineBackgroundColor()
563 outputLineBackgroundColor.full = tempSpan->data_.linebackgroundColor.full; in GetLineBackgroundColor()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp162 lineBackgroundColorSpan_.linebackgroundColor = GetRGBColor(color); in ApplyPrivateStyle()
386 uiLabel_.SetLineBackgroundSpan(lineBackgroundColorSpan_.linebackgroundColor, in SetRichTextSpan()

Completed in 5 milliseconds