Home | History | Annotate | Download | only in pdf

Lines Matching refs:startIndex

921         int startIndex = fFirstGlyphID - widthRangeEntry->fStartId;
922 int endIndex = startIndex + fLastGlyphID - fFirstGlyphID + 1;
923 if (startIndex < 0)
924 startIndex = 0;
930 firstChar = startIndex + widthRangeEntry->fStartId;
932 for (int i = startIndex; i < endIndex; i++)