Lines Matching refs:endIndex
1305 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;1308 if (endIndex > widthRangeEntry->fAdvance.count())1309 endIndex = widthRangeEntry->fAdvance.count();1315 for (int i = startIndex; i < endIndex; i++) {