Home
last modified time | relevance | path

Searched refs:FontIdSpan (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp101 ListNode<FontIdSpan>* node_id = input->fontIdList_.Begin(); in SetSpannableString()
259 FontIdSpan inputSpan; in SetFontId()
267 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in SetFontId()
274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_); in SetFontId()
276 FontIdSpan tempLeft; in SetFontId()
280 FontIdSpan tempRight; in SetFontId()
284 needAddNode = UnequalInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_, in SetFontId()
288 FontIdSpan inputSpan; in SetFontId()
301 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in GetFontId()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h37 struct FontIdSpan : HeapBase { struct
106 List<FontIdSpan> fontIdList_;

Completed in 2 milliseconds