Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkResourceCache.cpp46 fSingleAllocationByteLimit = 0; in init()
380 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()
381 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
386 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()
DSkResourceCache.h218 size_t fSingleAllocationByteLimit; variable
/external/skia/src/core/
DSkScaledImageCache.cpp170 fSingleAllocationByteLimit = 0; in init()
670 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()
671 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()
676 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()
DSkScaledImageCache.h190 size_t fSingleAllocationByteLimit; variable