Searched refs:SetLineBackgroundSpan (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label.h | 449 void SetLineBackgroundSpan(ColorType lineBackgroundColor, int16_t start, int16_t end) in SetLineBackgroundSpan() function 451 labelText_->SetLineBackgroundSpan(lineBackgroundColor, start, end); in SetLineBackgroundSpan()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | text_unit_test.cpp | 161 text_->SetLineBackgroundSpan(Color::Blue(), 1, 3);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_font/ |
H A D | ui_test_font.cpp | 581 label->SetLineBackgroundSpan(Color::Blue(), 1, 3); // 1 : start index; 3 : end index in UIKitFontTestLineBackgroundSpan() 582 label->SetLineBackgroundSpan(Color::Red(), 5, 5); // 5 : start index; 5 : end index in UIKitFontTestLineBackgroundSpan()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.cpp | 386 uiLabel_.SetLineBackgroundSpan(lineBackgroundColorSpan_.linebackgroundColor, in SetRichTextSpan()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 509 void SetLineBackgroundSpan(ColorType linebackgroundColor, int16_t start, int16_t end) in SetLineBackgroundSpan() function
|