Searched refs:precaching (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.h | 120 CachedGlyphInfo* cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching); 122 CachedGlyphInfo* glyph, bool precaching); 139 CachedGlyphInfo* getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching = false);
|
D | Font.cpp | 270 CachedGlyphInfo* Font::getCachedGlyph(SkPaint* paint, glyph_t textUnit, bool precaching) { in getCachedGlyph() argument 277 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph() 280 cachedGlyph = cacheGlyph(paint, textUnit, precaching); in getCachedGlyph() 420 CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache() argument 435 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching); in updateGlyphCache() 463 CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph() argument 472 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 152 uint32_t *retOriginX, uint32_t *retOriginY, bool precaching);
|
D | FontRenderer.cpp | 219 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) { in cacheBitmap() argument 265 if (!precaching) { in cacheBitmap()
|