Home | History | Annotate | Download | only in pdf

Lines Matching refs:endIndex

922         int endIndex = startIndex + fLastGlyphID - fFirstGlyphID + 1;
925 if (endIndex > widthRangeEntry->fAdvance.count())
926 endIndex = widthRangeEntry->fAdvance.count();
932 for (int i = startIndex; i < endIndex; i++)