HomeSort by relevance Sort by last modified time
    Searched refs:GrTextBlobCache (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/text/
GrTextBlobCache.cpp 8 #include "GrTextBlobCache.h"
10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage)
12 GrTextBlobCache::~GrTextBlobCache() {
16 void GrTextBlobCache::freeAll() {
30 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t id) {
GrAtlasTextContext.h 24 class GrTextBlobCache;
67 static inline sk_sp<GrAtlasTextBlob> MakeDrawTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
75 static inline sk_sp<GrAtlasTextBlob> MakeDrawPosTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
GrTextBlobCache.h 18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data)
33 ~GrTextBlobCache();
GrAtlasTextContext.cpp 10 #include "GrTextBlobCache.h"
98 GrTextBlobCache* cache = context->getTextBlobCache();
138 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob);
234 GrAtlasTextContext::MakeDrawTextBlob(GrTextBlobCache* blobCache,
259 GrAtlasTextContext::MakeDrawPosTextBlob(GrTextBlobCache* blobCache,
  /external/skia/include/gpu/
GrContext.h 37 class GrTextBlobCache;
341 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); }
394 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
  /external/skia/include/core/
SkTextBlob.h 85 friend class GrTextBlobCache;
  /external/skia/src/core/
SkTextBlob.cpp 15 #include "text/GrTextBlobCache.h"
299 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID);
  /external/skia/src/gpu/
GrContext.cpp 27 #include "text/GrTextBlobCache.h"
108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this));
    [all...]

Completed in 544 milliseconds