Lines Matching full:glyphstorage
21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),
26 le_int32 glyphCount = glyphStorage.getGlyphCount();
44 : glyphStorage(that.glyphStorage)
62 : glyphStorage(that.glyphStorage)
80 : glyphStorage(that.glyphStorage)
112 return glyphStorage.insertGlyphs(position, count, success);
117 le_int32 newGlyphCount = glyphStorage.applyInsertions();
160 return glyphStorage[position];
195 LEGlyphID glyph = glyphStorage[position];
197 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
358 LEGlyphID glyphID = glyphStorage[index];
410 FeatureMask fm = glyphStorage.getAuxData(position, success);
423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK);
482 if (glyphStorage[posn] == 0xFFFE) {
499 } while (newPosition != prevLimit && glyphStorage[newPosition] != 0xFFFE && filterGlyph(newPosition));