Home
last modified time | relevance | path

Searched refs:GrTextBlobCache (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.cpp8 #include "src/gpu/text/GrTextBlobCache.h"
10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage, uint32_t, true)
14 const GrTextBlobCache::PurgeBlobMessage& msg, uint32_t msgBusUniqueID) { in SkShouldPostMessageToBus()
18 GrTextBlobCache::GrTextBlobCache(uint32_t messageBusID) in GrTextBlobCache() function in GrTextBlobCache
23 sk_sp<GrTextBlob> GrTextBlobCache::addOrReturnExisting( in addOrReturnExisting()
31 sk_sp<GrTextBlob> GrTextBlobCache::find(const GrTextBlob::Key& key) { in find()
47 void GrTextBlobCache::remove(GrTextBlob* blob) { in remove()
52 void GrTextBlobCache::internalRemove(GrTextBlob* blob) { in internalRemove()
69 void GrTextBlobCache
[all...]
H A DGrTextBlobCache.h21 class GrTextBlobCache { class
23 GrTextBlobCache(uint32_t messageBusID);
/third_party/skia/src/gpu/
H A DGrContextThreadSafeProxyPriv.h15 #include "src/gpu/text/GrTextBlobCache.h"
37 GrTextBlobCache* getTextBlobCache() { return fProxy->fTextBlobCache.get(); } in getTextBlobCache()
38 const GrTextBlobCache* getTextBlobCache() const { return fProxy->fTextBlobCache.get(); } in getTextBlobCache()
H A DGrRecordingContext.cpp24 #include "src/gpu/text/GrTextBlobCache.h"
147 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache()
151 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache()
H A DGrContextThreadSafeProxy.cpp44 fTextBlobCache = std::make_unique<GrTextBlobCache>(fContextID); in init()
H A DGrRecordingContextPriv.h56 GrTextBlobCache* getTextBlobCache() { return this->context()->getTextBlobCache(); } in getTextBlobCache()
/third_party/skia/include/gpu/
H A DGrRecordingContext.h31 class GrTextBlobCache;
188 GrTextBlobCache* getTextBlobCache();
189 const GrTextBlobCache* getTextBlobCache() const;
H A DGrContextThreadSafeProxy.h24 class GrTextBlobCache;
149 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
/third_party/skia/include/core/
H A DSkTextBlob.h261 friend class GrTextBlobCache;
/third_party/skia/tests/
H A DTextBlobCacheTest.cpp34 #include "src/gpu/text/GrTextBlobCache.h"
58 static void SetBudget(GrTextBlobCache* cache, size_t budget) { in SetBudget()
/third_party/skia/src/core/
H A DSkTextBlob.cpp26 #include "src/gpu/text/GrTextBlobCache.h"
152 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp73 #include "src/gpu/text/GrTextBlobCache.h"
370 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache()

Completed in 12 milliseconds