Home
last modified time | relevance | path

Searched refs:precaching (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.h118 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
120 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching);
135 bool precaching = false);
DFont.cpp271 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/
DFontRenderer.h134 uint32_t* retOriginY, bool precaching);
DFontRenderer.cpp207 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) { in cacheBitmap() argument
253 if (!precaching) { in cacheBitmap()