Searched refs:tempEnd (Results 1 – 2 of 2) sorted by relevance
47 uint16_t tempEnd = tempSpan->data_->end_; in GetTextStyle() local214 tempRight.end = tempEnd; in SetFontSize()237 uint16_t tempEnd = tempSpan->data_.end; in GetFontSize() local262 uint16_t tempEnd = tempSpan->data_.end; in SetFontId() local273 tempRight.end = tempEnd; in SetFontId()295 uint16_t tempEnd = tempSpan->data_.end; in GetFontId() local320 uint16_t tempEnd = tempSpan->data_.end; in SetFontHeight() local332 tempRight.end = tempEnd; in SetFontHeight()403 tempRight.end = tempEnd; in SetBackgroundColor()466 tempRight.end = tempEnd; in SetForegroundColor()[all …]
123 uint16_t tempEnd, in EqualInsert() argument127 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() argument174 if (startIndex > tempEnd) { in UnequalInsert()176 } else if (startIndex > tempStart && endIndex >= tempEnd) { in UnequalInsert()182 } else if (startIndex <= tempStart && endIndex < tempEnd) { in UnequalInsert()[all …]