Searched refs:setSingleAllocationByteLimit (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkResourceCache.h204 * setSingleAllocationByteLimit() returns the previous value.
206 size_t setSingleAllocationByteLimit(size_t maximumAllocationSize);
H A DSkResourceCache.cpp482 size_t SkResourceCache::setSingleAllocationByteLimit(size_t newLimit) { function in class:SkResourceCache
584 return get_cache()->setSingleAllocationByteLimit(size);

Completed in 41 milliseconds