Searched refs:updateGlyphCache (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph() 420 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, in updateGlyphCache() function in android::uirenderer::Font 474 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
D | Font.h | 125 void updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,
|
/frameworks/rs/ |
D | rsFont.h | 131 void updateGlyphCache(CachedGlyphInfo *glyph);
|
D | rsFont.cpp | 233 updateGlyphCache(cachedGlyph); in getCachedUTFChar() 239 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache() function in Font 291 updateGlyphCache(newGlyph); in cacheGlyph()
|