Searched defs:precaching (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp277 CachedGlyphInfo* Font::getCachedGlyph(const SkPaint* paint, glyph_t textUnit, bool precaching) { argument
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
288 cachedGlyph = cacheGlyph(paint, textUnit, precaching);
427 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) {
442 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching);
470 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { argument
480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching);
426 updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) argument
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp209 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) {
255 if (!precaching) {
263 // either the glyph didn't fit or we're precaching and will cache it when we draw
208 cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) argument

Completed in 552 milliseconds