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/
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...]
  /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 287 milliseconds