Searched refs:getTextBlobCache (Results 1 – 11 of 11) sorted by relevance
139 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() function in GrRecordingContext140 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()143 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() function in GrRecordingContext144 return fThreadSafeProxy->priv().getTextBlobCache(); in getTextBlobCache()
37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache() function
61 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
60 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache() function
210 SkASSERT(this->getTextBlobCache()); in init()315 this->getTextBlobCache()->purgeStaleBlobs(); in purgeUnlockedResources()339 this->getTextBlobCache()->purgeStaleBlobs(); in performDeferredCleanup()452 this->getTextBlobCache()->usedBytes()); in dumpMemoryStatistics()
396 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache()
186 GrTextBlobCache* getTextBlobCache();187 const GrTextBlobCache* getTextBlobCache() const;
57 return fGrContext->contextPriv().getTextBlobCache(); in textBlobCache()
207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache() function
76 GrTextBlobTestingPeer::SetBudget(dContext->priv().getTextBlobCache(), 0); in text_blob_cache_inner()
532 GrTextBlobCache* textBlobCache = context->contextPriv().getTextBlobCache(); in drawGlyphRunList()901 blob = context->contextPriv().getTextBlobCache()->makeBlob(glyphRunList, color); in createOp_TestingOnly()