Lines Matching defs:tempRight
221 FontSizeSpan tempRight;
222 tempRight.start = endIndex;
223 tempRight.end = tempEnd;
224 tempRight.fontSize = tempSize;
226 sizeList_, tempLeft, tempRight);
280 FontIdSpan tempRight;
281 tempRight.start = endIndex;
282 tempRight.end = tempEnd;
283 tempRight.fontId = tempId;
285 tempLeft, tempRight);
339 LetterHeightSpan tempRight;
340 tempRight.start = endIndex;
341 tempRight.end = tempEnd;
342 tempRight.height = tempHeight;
344 heightList_, tempLeft, tempRight);
410 BackgroundColorSpan tempRight;
411 tempRight.start = endIndex;
412 tempRight.end = tempEnd;
413 tempRight.backgroundColor.full = tempSize.full;
416 backgroundColorList_, tempLeft, tempRight);
473 ForegroundColorSpan tempRight;
474 tempRight.start = endIndex;
475 tempRight.end = tempEnd;
476 tempRight.fontColor.full = tempSize.full;
478 foregroundColorList_, tempLeft, tempRight);
535 LineBackgroundColorSpan tempRight;
536 tempRight.start = endIndex;
537 tempRight.end = tempEnd;
538 tempRight.linebackgroundColor.full = tempSize.full;
541 lineBackgroundColorList_, tempLeft, tempRight);