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

/frameworks/base/libs/hwui/font/
H A DFont.h125 void updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,
H A DFont.cpp285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
420 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, function in class:android::uirenderer::Font
474 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
/frameworks/rs/
H A DrsFont.h131 void updateGlyphCache(CachedGlyphInfo *glyph);
H A DrsFont.cpp233 updateGlyphCache(cachedGlyph);
239 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { function in class:Font
291 updateGlyphCache(newGlyph);

Completed in 435 milliseconds