Home
last modified time | relevance | path

Searched refs:LineBackgroundColor (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h176 struct LineBackgroundColor : public HeapBase { struct
517 List<LineBackgroundColor> GetLineBackgroundSpan() in GetLineBackgroundSpan()
618 List<LineBackgroundColor> linebackgroundColor_;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.h99 LineBackgroundColor lineBackgroundColorSpan_;
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h57 …static void GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackground…
H A Ddraw_label.cpp490 void DrawLabel::GetLineBackgroundColor(uint16_t letterIndex, List<LineBackgroundColor>* linebackgro… in GetLineBackgroundColor()
494 ListNode<LineBackgroundColor>* lbColor = linebackgroundColor->Begin(); in GetLineBackgroundColor()
H A Ddraw_utils.h81 List<LineBackgroundColor>* linebackgroundColor;