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

  /external/skia/src/core/
SkResourceCache.h 153 static size_t GetSingleAllocationByteLimit();
227 size_t getSingleAllocationByteLimit() const;
SkResourceCache.cpp 515 size_t SkResourceCache::getSingleAllocationByteLimit() const {
612 size_t SkResourceCache::GetSingleAllocationByteLimit() {
614 return get_cache()->getSingleAllocationByteLimit();
666 return SkResourceCache::GetSingleAllocationByteLimit();

Completed in 44 milliseconds