Searched refs:tempRight (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 221 FontSizeSpan tempRight; in SetFontSize() local 222 tempRight.start = endIndex; in SetFontSize() 223 tempRight.end = tempEnd; in SetFontSize() 224 tempRight.fontSize = tempSize; in SetFontSize() 226 sizeList_, tempLeft, tempRight); in SetFontSize() 280 FontIdSpan tempRight; in SetFontId() local 281 tempRight.start = endIndex; in SetFontId() 282 tempRight.end = tempEnd; in SetFontId() 283 tempRight.fontId = tempId; in SetFontId() 285 tempLeft, tempRight); in SetFontId() 339 LetterHeightSpan tempRight; SetFontHeight() local 410 BackgroundColorSpan tempRight; SetBackgroundColor() local 473 ForegroundColorSpan tempRight; SetForegroundColor() local 535 LineBackgroundColorSpan tempRight; SetLineBackgroundColor() local [all...] |
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 168 SpanType tempRight) in UnequalInsert() 190 tempList.Insert(*tempSpan, tempRight); in UnequalInsert() 161 UnequalInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList, SpanType tempLeft, SpanType tempRight) UnequalInsert() argument
|
Completed in 2 milliseconds