Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DFont.h126 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
128 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching);
146 bool precaching = false);
DFont.cpp277 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) { in getCachedGlyph() argument
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph()
288 cachedGlyph = cacheGlyph(paint, textUnit, precaching); in getCachedGlyph()
427 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache() argument
442 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching); in updateGlyphCache()
470 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph() argument
480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
/frameworks/base/libs/hwui/
DFontRenderer.h139 uint32_t *retOriginX, uint32_t *retOriginY, bool precaching);
DFontRenderer.cpp209 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) { in cacheBitmap() argument
255 if (!precaching) { in cacheBitmap()