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/
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);
  /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 62 milliseconds