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

  /external/skia/src/core/
SkResourceCache.h 150 static size_t GetEffectiveSingleAllocationByteLimit();
226 size_t getEffectiveSingleAllocationByteLimit() const;
SkBitmapController.cpp 60 size_t maximumAllocation = SkResourceCache::GetEffectiveSingleAllocationByteLimit();
SkResourceCache.cpp 527 size_t SkResourceCache::getEffectiveSingleAllocationByteLimit() const {
615 size_t SkResourceCache::GetEffectiveSingleAllocationByteLimit() {
617 return get_cache()->getEffectiveSingleAllocationByteLimit();

Completed in 145 milliseconds