Lines Matching refs:index
883 int index = c.fGlyphIndex;
884 int glyphLimit = index + c.fGlyphCount;
900 glyphLimit > index + 1 || // toUnicode wouldn't work
901 unichar != map_glyph(glyphToUnicode, glyphIDs[index])) // test single Unichar map
920 for (; index < glyphLimit; ++index) {
921 SkGlyphID gid = glyphIDs[index];
925 SkPoint xy = glyphRun.positions()[index];
928 glyphs[index], textScaleX, textScaleY,
939 if (needs_new_font(font, glyphs[index], fontType)) {
941 font = SkPDFFont::GetFontResource(fDocument, glyphs[index], typeface);
953 SkScalar advance = advanceScale * glyphs[index]->advanceX();