• Home
  • Raw
  • Download

Lines Matching refs:SkGlyphCache

339 inline SkGlyphCache* GrAtlasTextContext::setupCache(BitmapTextBlob::Run* run,  in setupCache()
345 return SkGlyphCache::DetachCache(run->fTypeface, run->fDescriptor.getDesc()); in setupCache()
522 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], dfPaint, NULL, true); in regenerateTextBlob()
560 SkGlyphCache::AttachCache(cache); in regenerateTextBlob()
565 SkGlyphCache* cache = this->setupCache(&cacheBlob->fRuns[run], runPaint, &viewMatrix, in regenerateTextBlob()
584 SkGlyphCache::AttachCache(cache); in regenerateTextBlob()
667 SkGlyphCache* cache = SkGlyphCache::DetachCache(run.fTypeface, in fallbackDrawPosText()
672 SkGlyphCache::AttachCache(cache); in fallbackDrawPosText()
677 const SkMatrix& viewMatrix, SkGlyphCache** cache, in setupDFBlob()
707 SkGlyphCache* cache; in createDrawTextBlob()
716 SkGlyphCache::AttachCache(cache); in createDrawTextBlob()
725 SkGlyphCache* cache = this->setupCache(&blob->fRuns[0], skPaint, &viewMatrix, false); in createDrawTextBlob()
728 SkGlyphCache::AttachCache(cache); in createDrawTextBlob()
749 SkGlyphCache* cache; in createDrawPosTextBlob()
757 SkGlyphCache::AttachCache(cache); in createDrawPosTextBlob()
765 SkGlyphCache* cache = this->setupCache(&blob->fRuns[0], skPaint, &viewMatrix, false); in createDrawPosTextBlob()
768 SkGlyphCache::AttachCache(cache); in createDrawPosTextBlob()
800 SkGlyphCache* cache, const SkPaint& skPaint, in internalDrawBMPText()
891 SkGlyphCache* cache, const SkPaint& skPaint, in internalDrawBMPPosText()
1056 SkGlyphCache* cache, const SkPaint& skPaint, in internalDrawDFText()
1076 SkGlyphCache* origPaintCache = SkGlyphCache::DetachCache(origPaint.getTypeface(), in internalDrawDFText()
1126 SkGlyphCache::AttachCache(origPaintCache); in internalDrawDFText()
1130 SkGlyphCache* cache, const SkPaint& skPaint, in internalDrawDFPosText()
1572 SkGlyphCache* cache = NULL; in generateGeometry()
1626 SkGlyphCache::AttachCache(cache); in generateGeometry()
1629 cache = SkGlyphCache::DetachCache(run.fTypeface, desc); in generateGeometry()
1726 SkGlyphCache::AttachCache(cache); in generateGeometry()