Home
last modified time | relevance | path

Searched refs:fSingleAllocationByteLimit (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkResourceCache.cpp86 fSingleAllocationByteLimit = 0; in init()
417 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()
418 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
423 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()
428 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
DSkResourceCache.h270 size_t fSingleAllocationByteLimit; variable
/external/skqp/src/core/
DSkResourceCache.cpp86 fSingleAllocationByteLimit = 0; in init()
417 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()
418 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
423 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()
428 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
DSkResourceCache.h270 size_t fSingleAllocationByteLimit; variable