Home | History | Annotate | Download | only in pdf

Lines Matching full:startindex

1376         int startIndex = firstGlyphID() - widthRangeEntry->fStartId;
1377 int endIndex = startIndex + lastGlyphID() - firstGlyphID() + 1;
1378 if (startIndex < 0)
1379 startIndex = 0;
1385 firstChar = startIndex + widthRangeEntry->fStartId;
1387 for (int i = startIndex; i < endIndex; i++) {