Lines Matching defs:tempEnd
47 uint16_t tempEnd = tempSpan->data_->end_;
48 if ((tempStart <= index) && (index < tempEnd)) {
212 uint16_t tempEnd = tempSpan->data_.end;
215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_);
223 tempRight.end = tempEnd;
225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
246 uint16_t tempEnd = tempSpan->data_.end;
247 if ((tempStart <= index) && (index < tempEnd)) {
271 uint16_t tempEnd = tempSpan->data_.end;
274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_);
282 tempRight.end = tempEnd;
284 needAddNode = UnequalInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_,
304 uint16_t tempEnd = tempSpan->data_.end;
305 if ((tempStart <= index) && (index < tempEnd)) {
329 uint16_t tempEnd = tempSpan->data_.end;
333 EqualInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, heightList_);
341 tempRight.end = tempEnd;
343 needAddNode = UnequalInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
366 uint16_t tempEnd = tempSpan->data_.end;
367 if ((tempStart <= index) && (index < tempEnd)) {
398 uint16_t tempEnd = tempSpan->data_.end;
403 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
412 tempRight.end = tempEnd;
415 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
436 uint16_t tempEnd = tempSpan->data_.end;
437 if ((tempStart <= index) && (index < tempEnd)) {
461 uint16_t tempEnd = tempSpan->data_.end;
466 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
475 tempRight.end = tempEnd;
477 needAddNode = UnequalInsert<ForegroundColorSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
498 uint16_t tempEnd = tempSpan->data_.end;
499 if ((tempStart <= index) && (index < tempEnd)) {
523 uint16_t tempEnd = tempSpan->data_.end;
528 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
537 tempRight.end = tempEnd;
540 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
561 uint16_t tempEnd = tempSpan->data_.end;
562 if ((tempStart <= index) && (index < tempEnd)) {