Lines Matching refs:tempStart

46         uint16_t tempStart = tempSpan->data_->start_;
48 if ((tempStart <= index) && (index < tempEnd)) {
211 uint16_t tempStart = tempSpan->data_.start;
215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_);
218 tempLeft.start = tempStart;
225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
245 uint16_t tempStart = tempSpan->data_.start;
247 if ((tempStart <= index) && (index < tempEnd)) {
270 uint16_t tempStart = tempSpan->data_.start;
274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_);
277 tempLeft.start = tempStart;
284 needAddNode = UnequalInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_,
303 uint16_t tempStart = tempSpan->data_.start;
305 if ((tempStart <= index) && (index < tempEnd)) {
328 uint16_t tempStart = tempSpan->data_.start;
333 EqualInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, heightList_);
336 tempLeft.start = tempStart;
343 needAddNode = UnequalInsert<LetterHeightSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
365 uint16_t tempStart = tempSpan->data_.start;
367 if ((tempStart <= index) && (index < tempEnd)) {
397 uint16_t tempStart = tempSpan->data_.start;
403 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
407 tempLeft.start = tempStart;
415 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
435 uint16_t tempStart = tempSpan->data_.start;
437 if ((tempStart <= index) && (index < tempEnd)) {
460 uint16_t tempStart = tempSpan->data_.start;
466 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
470 tempLeft.start = tempStart;
477 needAddNode = UnequalInsert<ForegroundColorSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan,
497 uint16_t tempStart = tempSpan->data_.start;
499 if ((tempStart <= index) && (index < tempEnd)) {
522 uint16_t tempStart = tempSpan->data_.start;
528 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
532 tempLeft.start = tempStart;
540 startIndex, endIndex, tempStart, tempEnd, &tempSpan,
560 uint16_t tempStart = tempSpan->data_.start;
562 if ((tempStart <= index) && (index < tempEnd)) {