Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkResourceCache.cpp77 fSingleAllocationByteLimit = 0; in init()
408 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()
409 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
414 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()
419 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
DSkResourceCache.h271 size_t fSingleAllocationByteLimit; variable