Searched refs:precache (Results 1 - 7 of 7) sorted by path

/frameworks/base/libs/hwui/
H A DDisplayListOp.h1241 renderer.getCaches().pathCache.precache(mPath, paint);
1319 fontRenderer.precache(paint, mText, mCount, SkMatrix::I());
1388 fontRenderer.precache(paint, mText, mCount, transform);
H A DFontRenderer.cpp267 // If the new glyph didn't fit and we are not just trying to precache it,
680 void FontRenderer::precache(const SkPaint* paint, const char* text, int numGlyphs, function in class:android::uirenderer::FontRenderer
683 font->precache(paint, text, numGlyphs);
H A DFontRenderer.h100 void precache(const SkPaint* paint, const char* text, int numGlyphs, const SkMatrix& matrix);
H A DPathCache.cpp457 void PathCache::precache(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
479 // attempt to precache the same path several times
H A DPathCache.h221 void precache(const SkPath* path, const SkPaint* paint);
/frameworks/base/libs/hwui/font/
H A DFont.cpp365 void Font::precache(const SkPaint* paint, const char* text, int numGlyphs) { function in class:android::uirenderer::Font
H A DFont.h113 void precache(const SkPaint* paint, const char* text, int numGlyphs);

Completed in 89 milliseconds