Searched refs:tempLeft (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 217 FontSizeSpan tempLeft; in SetFontSize() local 218 tempLeft.start = tempStart; in SetFontSize() 219 tempLeft.end = startIndex; in SetFontSize() 220 tempLeft.fontSize = tempSize; in SetFontSize() 226 sizeList_, tempLeft, tempRight); in SetFontSize() 276 FontIdSpan tempLeft; in SetFontId() local 277 tempLeft.start = tempStart; in SetFontId() 278 tempLeft.end = startIndex; in SetFontId() 279 tempLeft.fontId = tempId; in SetFontId() 285 tempLeft, tempRigh in SetFontId() 335 LetterHeightSpan tempLeft; SetFontHeight() local 406 BackgroundColorSpan tempLeft; SetBackgroundColor() local 469 ForegroundColorSpan tempLeft; SetForegroundColor() local 531 LineBackgroundColorSpan tempLeft; SetLineBackgroundColor() local [all...] |
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 167 SpanType tempLeft, in UnequalInsert() 189 tempList.Insert(*tempSpan, tempLeft); 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