Home
last modified time | relevance | path

Searched refs:GrTextBlobCache (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlobCache.cpp10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE()
12 GrTextBlobCache::~GrTextBlobCache() { in DECLARE_SKMESSAGEBUS_MESSAGE()
16 void GrTextBlobCache::freeAll() { in freeAll()
30 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t id) { in PostPurgeBlobMessage()
DGrAtlasTextContext.h24 class GrTextBlobCache; variable
67 static inline sk_sp<GrAtlasTextBlob> MakeDrawTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
75 static inline sk_sp<GrAtlasTextBlob> MakeDrawPosTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
DGrTextBlobCache.h18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data) in GrTextBlobCache() function
33 ~GrTextBlobCache();
DGrAtlasTextContext.cpp98 GrTextBlobCache* cache = context->getTextBlobCache(); in drawTextBlob()
138 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob); in drawTextBlob()
234 GrAtlasTextContext::MakeDrawTextBlob(GrTextBlobCache* blobCache, in MakeDrawTextBlob()
259 GrAtlasTextContext::MakeDrawPosTextBlob(GrTextBlobCache* blobCache, in MakeDrawPosTextBlob()
/external/skia/include/gpu/
DGrContext.h37 class GrTextBlobCache; variable
341 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); } in getTextBlobCache()
394 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
/external/skia/include/core/
DSkTextBlob.h85 friend class GrTextBlobCache; variable
/external/skia/gn/
Dgpu.gni366 "$_src/gpu/text/GrTextBlobCache.cpp",
367 "$_src/gpu/text/GrTextBlobCache.h",
/external/skia/src/core/
DSkTextBlob.cpp299 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID); in ~SkTextBlob()
/external/skia/src/gpu/
DGrContext.cpp108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
/external/skia/
DAndroid.bp558 "src/gpu/text/GrTextBlobCache.cpp",