HomeSort by relevance Sort by last modified time
    Searched defs:GrTextBlobCache (Results 1 - 2 of 2) 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) {
GrTextBlobCache.h 18 class GrTextBlobCache {
26 GrTextBlobCache(PFOverBudgetCB cb, void* data)
33 ~GrTextBlobCache();

Completed in 62 milliseconds