Searched refs:precaching (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.h | 124 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching); 126 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching); 144 bool precaching = false);
|
D | Font.cpp | 277 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() 421 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache() argument 436 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching); in updateGlyphCache() 464 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph() argument 474 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 147 uint32_t *retOriginX, uint32_t *retOriginY, bool precaching);
|
D | FontRenderer.cpp | 212 uint32_t* retOriginX, uint32_t* retOriginY, bool precaching) { in cacheBitmap() argument 258 if (!precaching) { in cacheBitmap()
|
/frameworks/base/docs/html-intl/intl/in/preview/ |
D | api-overview.jd | 300 kecepatan bit untuk streaming, mengurangi kualitas gambar, menangguhkan precaching optimistik,
|
/frameworks/base/docs/html/preview/ |
D | api-overview.jd | 340 bit rate for streaming, reducing image quality, deferring optimistic precaching,
|