Searched defs:updateGlyphCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
426 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, function in class:android::uirenderer::Font
480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
/frameworks/rs/
H A DrsFont.cpp232 updateGlyphCache(cachedGlyph);
238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { function in class:android::renderscript::Font
290 updateGlyphCache(newGlyph);

Completed in 74 milliseconds