Lines Matching refs:fGlyphStorage
148 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
155 fGlyphStorage = new LEGlyphStorage();
156 if (fGlyphStorage == NULL) {
163 return fGlyphStorage->getGlyphCount();
168 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
173 fGlyphStorage->getCharIndices(charIndices, success);
179 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
184 fGlyphStorage->getGlyphs(glyphs, success);
190 fGlyphStorage->getGlyphPositions(positions, success);
195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
501 if (fGlyphStorage->getGlyphCount() > 0) {
502 fGlyphStorage->reset();
505 glyphCount = computeGlyphs(chars, offset, count, max, rightToLeft, *fGlyphStorage, success);
506 positionGlyphs(*fGlyphStorage, x, y, success);
507 adjustGlyphPositions(chars, offset, count, rightToLeft, *fGlyphStorage, success);
514 if(fGlyphStorage!=NULL) {
515 fGlyphStorage->reset();
670 delete fGlyphStorage;