Searched refs:mCachedGlyphs (Results 1 – 2 of 2) sorted by relevance
34 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) { in Font()87 for (uint32_t i = 0; i < mCachedGlyphs.size(); i ++) { in invalidateTextureCache()88 mCachedGlyphs.valueAt(i)->mIsValid = false; in invalidateTextureCache()226 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar); in getCachedUTFChar()285 mCachedGlyphs.add(glyph, newGlyph); in cacheGlyph()326 for (uint32_t i = 0; i < mCachedGlyphs.size(); i ++) { in ~Font()327 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font()
127 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs; variable