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

  /external/chromium_org/third_party/skia/src/core/
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.cpp 675 size_t SkScaledImageCache::getSingleAllocationByteLimit() const {
795 size_t SkScaledImageCache::GetSingleAllocationByteLimit() {
797 return get_cache()->getSingleAllocationByteLimit();
817 return SkScaledImageCache::GetSingleAllocationByteLimit();

Completed in 271 milliseconds