Searched refs:precache (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/microbench/
H A DFontBench.cpp43 fontRenderer.precache(&paint, glyphs.data(), glyphs.size(), SkMatrix::I());
46 fontRenderer.precache(&paint, glyphs.data(), glyphs.size(), SkMatrix::I());
/frameworks/base/libs/hwui/font/
H A DFont.h113 void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs);
H A DFont.cpp358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { function in class:android::uirenderer::Font
/frameworks/base/libs/hwui/
H A DFontRenderer.h107 void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, const SkMatrix& matrix);
H A DPathCache.h228 void precache(const SkPath* path, const SkPaint* paint);
H A DFrameBuilder.cpp703 mCaches.pathCache.precache(op.path, op.paint);
766 fontRenderer.precache(op.paint, op.glyphs, op.glyphCount, SkMatrix::I());
771 fontRenderer.precache(op.paint, op.glyphs, op.glyphCount, SkMatrix::MakeScale(
782 mCaches.fontRenderer.getFontRenderer().precache(
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);
H A DDisplayListOp.h1196 renderer.getCaches().pathCache.precache(mPath, mPaint);
1273 fontRenderer.precache(mPaint, mText, mCount, SkMatrix::I());
1323 fontRenderer.precache(mPaint, mText, mCount, transform);
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

Completed in 114 milliseconds