Home
last modified time | relevance | path

Searched refs:SetLineBackgroundSpan (Results 1 – 5 of 5) 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() function
451 labelText_->SetLineBackgroundSpan(lineBackgroundColor, start, end); in SetLineBackgroundSpan()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp161 text_->SetLineBackgroundSpan(Color::Blue(), 1, 3);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp581 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 Dtext_component.cpp386 uiLabel_.SetLineBackgroundSpan(lineBackgroundColorSpan_.linebackgroundColor, in SetRichTextSpan()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h509 void SetLineBackgroundSpan(ColorType linebackgroundColor, int16_t start, int16_t end) in SetLineBackgroundSpan() function