HomeSort by relevance Sort by last modified time
    Searched refs:mCachedGlyphs (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 63 for (uint32_t i = 0; i < mCachedGlyphs.size(); i++) {
64 delete mCachedGlyphs.valueAt(i);
69 for (uint32_t i = 0; i < mCachedGlyphs.size(); i++) {
70 mCachedGlyphs.valueAt(i)->mIsValid = false;
141 ssize_t index = mCachedGlyphs.indexOfKey(textUnit);
143 cachedGlyph = mCachedGlyphs.valueAt(index);
275 mCachedGlyphs.add(glyph, newGlyph);
FontRenderer.h 135 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
  /frameworks/base/libs/rs/
rsFont.cpp 33 Font::Font(Context *rsc) : ObjectBase(rsc), mCachedGlyphs(NULL) {
85 for (uint32_t i = 0; i < mCachedGlyphs.size(); i ++) {
86 mCachedGlyphs.valueAt(i)->mIsValid = false;
224 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar);
283 mCachedGlyphs.add(glyph, newGlyph);
324 for (uint32_t i = 0; i < mCachedGlyphs.size(); i ++) {
325 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i);
rsFont.h 129 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;

Completed in 17 milliseconds