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() 426 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, in updateGlyphCache() function in android::uirenderer::Font 480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
D | Font.h | 127 void updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,
|
/frameworks/rs/ |
D | rsFont.h | 131 void updateGlyphCache(CachedGlyphInfo *glyph);
|
D | rsFont.cpp | 232 updateGlyphCache(cachedGlyph); in getCachedUTFChar() 238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache() function in android::renderscript::Font 290 updateGlyphCache(newGlyph); in cacheGlyph()
|