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

  /external/chromium_org/third_party/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();
  /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();

Completed in 47 milliseconds