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

/frameworks/base/libs/hwui/
H A DPathCache.cpp462 void PathCache::precache(SkPath* path, SkPaint* paint) { function in class:android::uirenderer::PathCache
484 // attempt to precache the same path several times
H A DFontRenderer.cpp266 // If the new glyph didn't fit and we are not just trying to precache it,
678 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix) { function in class:android::uirenderer::FontRenderer
680 font->precache(paint, text, numGlyphs);
/frameworks/base/libs/hwui/font/
H A DFont.cpp352 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) { function in class:android::uirenderer::Font

Completed in 76 milliseconds