Searched refs:precache (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/tests/microbench/ |
D | FontBench.cpp | 43 fontRenderer.precache(&paint, glyphs.data(), glyphs.size(), SkMatrix::I()); in BM_FontRenderer_precache_cachehits() 46 fontRenderer.precache(&paint, glyphs.data(), glyphs.size(), SkMatrix::I()); in BM_FontRenderer_precache_cachehits()
|
/frameworks/base/libs/hwui/font/ |
D | Font.h | 115 void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs);
|
D | Font.cpp | 358 void Font::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs) { in precache() function in android::uirenderer::Font
|
/frameworks/base/libs/hwui/ |
D | PathCache.h | 234 void precache(const SkPath* path, const SkPaint* paint);
|
D | FontRenderer.h | 94 … void precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, const SkMatrix& matrix);
|
D | FrameBuilder.cpp | 708 mCaches.pathCache.precache(op.path, op.paint); in deferPathOp() 771 fontRenderer.precache(op.paint, op.glyphs, op.glyphCount, SkMatrix::I()); in deferTextOp() 776 fontRenderer.precache(op.paint, op.glyphs, op.glyphCount, SkMatrix::MakeScale( in deferTextOp() 787 mCaches.fontRenderer.getFontRenderer().precache( in deferTextOnPathOp()
|
D | FontRenderer.cpp | 641 void FontRenderer::precache(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, in precache() function in android::uirenderer::FontRenderer 644 font->precache(paint, glyphs, numGlyphs); in precache()
|
D | PathCache.cpp | 401 void PathCache::precache(const SkPath* path, const SkPaint* paint) { in precache() function in android::uirenderer::PathCache
|