Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp96 ListNode<FontSizeSpan>* node = input->sizeList_.Begin(); in SetSpannableString()
200 FontSizeSpan inputSpan; in SetFontSize()
208 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); in SetFontSize()
215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_); in SetFontSize()
217 FontSizeSpan tempLeft; in SetFontSize()
221 FontSizeSpan tempRight; in SetFontSize()
225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetFontSize()
229 FontSizeSpan inputSpan; in SetFontSize()
243 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); in GetFontSize()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h22 struct FontSizeSpan : HeapBase { struct
105 List<FontSizeSpan> sizeList_;

Completed in 2 milliseconds