Searched refs:LetterHeightSpan (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 106 ListNode<LetterHeightSpan>* node_height = input->heightList_.Begin(); in SetSpannableString() 317 LetterHeightSpan inputSpan; in SetFontHeight() 325 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); in SetFontHeight() 333 EqualInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, heightList_); in SetFontHeight() 335 LetterHeightSpan tempLeft; in SetFontHeight() 339 LetterHeightSpan tempRight; in SetFontHeight() 343 needAddNode = UnequalInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetFontHeight() 347 LetterHeightSpan inputSpan; in SetFontHeight() 363 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); in GetFontHeight()
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 31 struct LetterHeightSpan : HeapBase { struct 107 List<LetterHeightSpan> heightList_;
|
Completed in 2 milliseconds