Lines Matching refs:glyphIndex
54560 glyphIndex: r.uint16,
56430 for (var glyphIndex = 0; glyphIndex < glyphs.length - 1; glyphIndex++) {
56431 var left = glyphs[glyphIndex].id;
56432 var right = glyphs[glyphIndex + 1].id;
56433 positions[glyphIndex].xAdvance += this.getKerning(left, right);
58152 …_proto21._insertGlyphs = function _insertGlyphs(glyphIndex, insertionActionIndex, count, isBefore)…
58160 glyphIndex++;
58162 (_this$glyphs = this.glyphs).splice.apply(_this$glyphs, [glyphIndex, 0].concat(insertions));
58932 var glyphIndex = this.glyphIterator.index;
58936 this.glyphIterator.reset(options, glyphIndex);
58949 this.glyphIterator.reset(options, glyphIndex);