Home | History | Annotate | Download | only in layoutex

Lines Matching refs:fRuns

1162         delete fRuns[i];
1165 LE_DELETE_ARRAY(fRuns);
1215 return fRuns[runIndex];
1224 fRuns = LE_NEW_ARRAY(ParagraphLayout::VisualRun *, fRunCapacity);
1227 fRuns = (ParagraphLayout::VisualRun **) LE_GROW_ARRAY(fRuns, fRunCapacity);
1231 fRuns[fRunCount++] = new ParagraphLayout::VisualRun(font, direction, glyphCount, glyphs, positions, glyphToCharMap);
1239 le_int32 ascent = fRuns[i]->getAscent();
1240 le_int32 descent = fRuns[i]->getDescent();
1241 le_int32 leading = fRuns[i]->getLeading();