Lines Matching refs:endIndex
1313 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;1316 if (endIndex > widthRangeEntry->fAdvance.count())1317 endIndex = widthRangeEntry->fAdvance.count();1323 for (int i = startIndex; i < endIndex; i++) {