Searched defs:precache (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathCache.cpp395 void PathCache::precache(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
412 // attempt to precache the same path several times
H A DFontRenderer.cpp254 // If the new glyph didn't fit and we are not just trying to precache it,
638 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, function in class:android::uirenderer::FontRenderer
641 font->precache(paint, glyphs, numGlyphs);
/frameworks/base/libs/hwui/font/
H A DFont.cpp352 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { function in class:android::uirenderer::Font

Completed in 93 milliseconds