Searched refs:fontIdList_ (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 74 if (fontIdList_.Size() > 0) { in Reset() 75 fontIdList_.Clear(); in Reset() 101 ListNode<FontIdSpan>* node_id = input->fontIdList_.Begin(); in SetSpannableString() 102 while (node_id != input->fontIdList_.End()) { in SetSpannableString() 258 if (fontIdList_.IsEmpty()) { in SetFontId() 263 fontIdList_.PushFront(inputSpan); in SetFontId() 267 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in SetFontId() 268 for (; tempSpan != fontIdList_.End(); tempSpan = tempSpan->next_) { in SetFontId() 274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_); in SetFontId() 284 needAddNode = UnequalInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_, in SetFontId() [all...] |
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 106 List<FontIdSpan> fontIdList_; member in OHOS::SpannableString
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_spannable_string_unit_test.cpp | 40 return fontIdList_.Size(); in GetFontIdListSize()
|
Completed in 4 milliseconds