Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp47 uint16_t tempEnd = tempSpan->data_->end_; in GetTextStyle() local
214 tempRight.end = tempEnd; in SetFontSize()
237 uint16_t tempEnd = tempSpan->data_.end; in GetFontSize() local
262 uint16_t tempEnd = tempSpan->data_.end; in SetFontId() local
273 tempRight.end = tempEnd; in SetFontId()
295 uint16_t tempEnd = tempSpan->data_.end; in GetFontId() local
320 uint16_t tempEnd = tempSpan->data_.end; in SetFontHeight() local
332 tempRight.end = tempEnd; in SetFontHeight()
403 tempRight.end = tempEnd; in SetBackgroundColor()
466 tempRight.end = tempEnd; in SetForegroundColor()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h123 uint16_t tempEnd, in EqualInsert() argument
127 if ((startIndex == tempStart) && endIndex == tempEnd) { in EqualInsert()
137 } else if (endIndex <= tempEnd) { in EqualInsert()
138 endIndex = tempEnd; in EqualInsert()
147 if (startIndex > tempEnd) { in EqualInsert()
149 } else if (endIndex <= tempEnd) { in EqualInsert()
164 uint16_t tempEnd, in UnequalInsert() argument
174 if (startIndex > tempEnd) { in UnequalInsert()
176 } else if (startIndex > tempStart && endIndex >= tempEnd) { in UnequalInsert()
182 } else if (startIndex <= tempStart && endIndex < tempEnd) { in UnequalInsert()
[all …]