Home
last modified time | relevance | path

Searched refs:AttachCache (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h139 static void AttachCache(SkGlyphCache*);
140 using AttachCacheFunctor = SkFunctionWrapper<void, SkGlyphCache, AttachCache>;
DSkGlyphCache.cpp563 void SkGlyphCache::AttachCache(SkGlyphCache* cache) { in AttachCache() function in SkGlyphCache
DSkPaint.cpp2360 SkGlyphCache::AttachCache(fCache); in ~SkTextBaseIter()
/external/skia/src/gpu/text/
DGrTextUtils.cpp77 SkGlyphCache::AttachCache(cache); in DrawBmpText()
119 SkGlyphCache::AttachCache(cache); in DrawBmpPosText()
297 SkGlyphCache::AttachCache(origPaintCache); in DrawDFText()
414 SkGlyphCache::AttachCache(cache); in DrawDFPosText()
DGrAtlasTextBlob_regenInBatch.cpp165 SkGlyphCache::AttachCache(*cache); in regenInBatch()
DGrStencilAndCoverTextContext.cpp640 SkGlyphCache::AttachCache(fDetachedGlyphCache); in releaseGlyphCache()
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.cpp177 SkGlyphCache::AttachCache(cache); in onPrepareDraws()