Home | History | Annotate | Download | only in layoutex

Lines Matching refs:fRunCount

47     le_int32 fRunCount;
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
104 fRunCount = run;
110 fRunCount = 0;
122 LE_ARRAY_COPY(runLimits, fRunLimits, fRunCount);
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
129 return fRunCount;
1161 for (i = 0; i < fRunCount; i += 1) {
1197 const VisualRun *lastRun = getVisualRun(fRunCount - 1);
1211 if (runIndex < 0 || runIndex >= fRunCount) {
1221 if (fRunCount >= fRunCapacity) {
1231 fRuns[fRunCount++] = new ParagraphLayout::VisualRun(font, direction, glyphCount, glyphs, positions, glyphToCharMap);
1238 for (le_int32 i = 0; i < fRunCount; i += 1) {