Home
last modified time | relevance | path

Searched refs:setupCache (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrClipMaskManager.h165 void setupCache(const SkClipStack& clip,
DGrAtlasTextContext.cpp339 inline SkGlyphCache* GrAtlasTextContext::setupCache(BitmapTextBlob::Run* run, in setupCache() function in GrAtlasTextContext
522 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], dfPaint, NULL, true); in regenerateTextBlob()
565 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], runPaint, &viewMatrix, in regenerateTextBlob()
689 *cache = this->setupCache(&blob->fRuns[0], *dfPaint, NULL, true); in setupDFBlob()
725 SkGlyphCache* cache = this->setupCache(&blob->fRuns[0], skPaint, &viewMatrix, false); in createDrawTextBlob()
765 SkGlyphCache* cache = this->setupCache(&blob->fRuns[0], skPaint, &viewMatrix, false); in createDrawPosTextBlob()
DGrAtlasTextContext.h334 inline SkGlyphCache* setupCache(Run*, const SkPaint&, const SkMatrix* viewMatrix, bool noGamma);