Lines Matching refs:glyphStorage
21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),
27 le_int32 glyphCount = glyphStorage.getGlyphCount();
48 : glyphStorage(that.glyphStorage)
67 : glyphStorage(that.glyphStorage)
86 : glyphStorage(that.glyphStorage)
120 return glyphStorage.insertGlyphs(position, count, success);
125 le_int32 newGlyphCount = glyphStorage.applyInsertions();
168 return glyphStorage[position];
203 LEGlyphID glyph = glyphStorage[position];
205 glyphStorage[position] = LE_SET_GLYPH(glyph, glyphID);
370 LEGlyphID glyphID = glyphStorage[index];
435 FeatureMask fm = glyphStorage.getAuxData(position, success);
448 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK);
511 if (glyphStorage[posn] == 0xFFFE) {
528 } while (newPosition != prevLimit && glyphStorage[newPosition] != 0xFFFE && filterGlyph(newPosition));