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

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

Completed in 126 milliseconds