Home
last modified time | relevance | path

Searched refs:updateGlyphCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.cpp285 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()
DFont.h125 void updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,
/frameworks/rs/
DrsFont.h131 void updateGlyphCache(CachedGlyphInfo *glyph);
DrsFont.cpp233 updateGlyphCache(cachedGlyph); in getCachedUTFChar()
239 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache() function in Font
291 updateGlyphCache(newGlyph); in cacheGlyph()