Lines Matching refs:tempLeft
217 FontSizeSpan tempLeft;
218 tempLeft.start = tempStart;
219 tempLeft.end = startIndex;
220 tempLeft.fontSize = tempSize;
226 sizeList_, tempLeft, tempRight);
276 FontIdSpan tempLeft;
277 tempLeft.start = tempStart;
278 tempLeft.end = startIndex;
279 tempLeft.fontId = tempId;
285 tempLeft, tempRight);
335 LetterHeightSpan tempLeft;
336 tempLeft.start = tempStart;
337 tempLeft.end = startIndex;
338 tempLeft.height = tempHeight;
344 heightList_, tempLeft, tempRight);
406 BackgroundColorSpan tempLeft;
407 tempLeft.start = tempStart;
408 tempLeft.end = startIndex;
409 tempLeft.backgroundColor.full = tempSize.full;
416 backgroundColorList_, tempLeft, tempRight);
469 ForegroundColorSpan tempLeft;
470 tempLeft.start = tempStart;
471 tempLeft.end = startIndex;
472 tempLeft.fontColor.full = tempSize.full;
478 foregroundColorList_, tempLeft, tempRight);
531 LineBackgroundColorSpan tempLeft;
532 tempLeft.start = tempStart;
533 tempLeft.end = startIndex;
534 tempLeft.linebackgroundColor.full = tempSize.full;
541 lineBackgroundColorList_, tempLeft, tempRight);