Searched defs:DiscardableFactory (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkResourceCache.h117 typedef SkDiscardableMemory* (*DiscardableFactory)(size_t bytes); typedef in class:SkResourceCache
147 * Returns the DiscardableFactory used by the global cache, or NULL.
149 static DiscardableFactory GetDiscardableFactory();
153 * Returns NULL if the ResourceCache has not been initialized with a DiscardableFactory.
169 * Construct the cache to call DiscardableFactory when it
175 SkResourceCache(DiscardableFactory);
225 DiscardableFactory discardableFactory() const { return fDiscardableFactory; }
242 DiscardableFactory fDiscardableFactory;

Completed in 64 milliseconds