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

/frameworks/base/libs/hwui/font/
H A DFont.cpp263 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) { function in class:android::uirenderer::Font
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp189 // If the new glyph didn't fit and we are not just trying to precache it,
551 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs) { function in class:android::uirenderer::FontRenderer
567 font->precache(paint, text, numGlyphs);

Completed in 129 milliseconds