Home
last modified time | relevance | path

Searched refs:tempLeft (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp208 FontSizeSpan tempLeft; in SetFontSize() local
209 tempLeft.start = tempStart; in SetFontSize()
210 tempLeft.end = startIndex; in SetFontSize()
267 FontIdSpan tempLeft; in SetFontId() local
268 tempLeft.start = tempStart; in SetFontId()
269 tempLeft.end = startIndex; in SetFontId()
270 tempLeft.fontId = tempId; in SetFontId()
326 LetterHeightSpan tempLeft; in SetFontHeight() local
327 tempLeft.start = tempStart; in SetFontHeight()
328 tempLeft.end = startIndex; in SetFontHeight()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h167 SpanType tempLeft, in UnequalInsert() argument
189 tempList.Insert(*tempSpan, tempLeft); in UnequalInsert()