Searched refs:precaching (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.h | 118 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching); 120 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching); 135 bool precaching = false);
|
D | Font.cpp | 271 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) { in getCachedGlyph() argument 280 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph() 283 cachedGlyph = cacheGlyph(paint, textUnit, precaching); in getCachedGlyph() 418 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache() argument 433 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching); in updateGlyphCache() 461 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph() argument 471 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 134 uint32_t* retOriginY, bool precaching);
|
D | FontRenderer.cpp | 207 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) { in cacheBitmap() argument 253 if (!precaching) { in cacheBitmap()
|