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

  /external/chromium_org/third_party/skia/src/core/
SkResourceCache.h 124 static size_t GetSingleAllocationByteLimit();
185 size_t getSingleAllocationByteLimit() const;
SkResourceCache.cpp 385 size_t SkResourceCache::getSingleAllocationByteLimit() const {
455 size_t SkResourceCache::GetSingleAllocationByteLimit() {
457 return get_cache()->getSingleAllocationByteLimit();
492 return SkResourceCache::GetSingleAllocationByteLimit();
SkBitmapProcState.cpp 114 size_t maximumAllocation = SkResourceCache::GetSingleAllocationByteLimit();
    [all...]
  /external/skia/src/core/
SkScaledImageCache.h 68 static size_t GetSingleAllocationByteLimit();
159 size_t getSingleAllocationByteLimit() const;
SkScaledImageCache.cpp 675 size_t SkScaledImageCache::getSingleAllocationByteLimit() const {
795 size_t SkScaledImageCache::GetSingleAllocationByteLimit() {
797 return get_cache()->getSingleAllocationByteLimit();
817 return SkScaledImageCache::GetSingleAllocationByteLimit();
SkBitmapProcState.cpp 134 = SkScaledImageCache::GetSingleAllocationByteLimit();
    [all...]

Completed in 743 milliseconds