Searched refs:linebackgroundColor (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.cpp | 490 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 D | draw_label.h | 57 static void GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackgroundColor,
|
H A D | draw_utils.h | 81 List<LineBackgroundColor>* linebackgroundColor; member
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 179 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 D | spannable_string.h | 58 ColorType linebackgroundColor; member
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 130 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 D | text_component.cpp | 162 lineBackgroundColorSpan_.linebackgroundColor = GetRGBColor(color); in ApplyPrivateStyle() 386 uiLabel_.SetLineBackgroundSpan(lineBackgroundColorSpan_.linebackgroundColor, in SetRichTextSpan()
|
Completed in 5 milliseconds