Searched refs:FontSizeSpan (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 96 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 D | spannable_string.h | 22 struct FontSizeSpan : HeapBase { struct 105 List<FontSizeSpan> sizeList_;
|
Completed in 2 milliseconds