Home
last modified time | relevance | path

Searched refs:tempStart (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp46 uint16_t tempStart = tempSpan->data_->start_; in GetTextStyle() local
48 if ((tempStart <= index) && (index < tempEnd)) { in GetTextStyle()
211 uint16_t tempStart = tempSpan->data_.start; in SetFontSize() local
215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_); in SetFontSize()
218 tempLeft.start = tempStart; in SetFontSize()
225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetFontSize()
245 uint16_t tempStart = tempSpan->data_.start; in GetFontSize() local
247 if ((tempStart <= index) && (index < tempEnd)) { in GetFontSize()
270 uint16_t tempStart = tempSpan->data_.start; in SetFontId() local
274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEn in SetFontId()
303 uint16_t tempStart = tempSpan->data_.start; GetFontId() local
328 uint16_t tempStart = tempSpan->data_.start; SetFontHeight() local
365 uint16_t tempStart = tempSpan->data_.start; GetFontHeight() local
397 uint16_t tempStart = tempSpan->data_.start; SetBackgroundColor() local
435 uint16_t tempStart = tempSpan->data_.start; GetBackgroundColor() local
460 uint16_t tempStart = tempSpan->data_.start; SetForegroundColor() local
497 uint16_t tempStart = tempSpan->data_.start; GetForegroundColor() local
522 uint16_t tempStart = tempSpan->data_.start; SetLineBackgroundColor() local
560 uint16_t tempStart = tempSpan->data_.start; GetLineBackgroundColor() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h122 uint16_t tempStart, in EqualInsert()
127 if ((startIndex == tempStart) && endIndex == tempEnd) { in EqualInsert()
131 if (startIndex <= tempStart) { in EqualInsert()
135 if (endIndex < tempStart) { in EqualInsert()
152 startIndex = tempStart; in EqualInsert()
163 uint16_t tempStart, in UnequalInsert()
176 } else if (startIndex > tempStart && endIndex >= tempEnd) { in UnequalInsert()
179 } else if (startIndex <= tempStart && endIndex >= tempEnd) { in UnequalInsert()
182 } else if (startIndex <= tempStart && endIndex < tempEnd) { in UnequalInsert()
185 } else if (endIndex < tempStart) { in UnequalInsert()
120 EqualInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList) EqualInsert() argument
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
[all...]

Completed in 2 milliseconds