Lines Matching refs:endIndex
1294 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;1297 if (endIndex > widthRangeEntry->fAdvance.count())1298 endIndex = widthRangeEntry->fAdvance.count();1304 for (int i = startIndex; i < endIndex; i++) {