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

  /external/chromium_org/third_party/skia/src/core/
SkResourceCache.h 123 static size_t SetSingleAllocationByteLimit(size_t);
182 * setSingleAllocationByteLimit() returns the previous value.
184 size_t setSingleAllocationByteLimit(size_t maximumAllocationSize);
SkResourceCache.cpp 379 size_t SkResourceCache::setSingleAllocationByteLimit(size_t newLimit) {
450 size_t SkResourceCache::SetSingleAllocationByteLimit(size_t size) {
452 return get_cache()->setSingleAllocationByteLimit(size);
496 return SkResourceCache::SetSingleAllocationByteLimit(newLimit);
  /external/skia/src/core/
SkScaledImageCache.h 67 static size_t SetSingleAllocationByteLimit(size_t);
156 * setSingleAllocationByteLimit() returns the previous value.
158 size_t setSingleAllocationByteLimit(size_t maximumAllocationSize);
SkScaledImageCache.cpp 669 size_t SkScaledImageCache::setSingleAllocationByteLimit(size_t newLimit) {
790 size_t SkScaledImageCache::SetSingleAllocationByteLimit(size_t size) {
792 return get_cache()->setSingleAllocationByteLimit(size);
821 return SkScaledImageCache::SetSingleAllocationByteLimit(newLimit);

Completed in 1501 milliseconds