Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkChunkAlloc.cpp56 fBlockCount = 0; in SkChunkAlloc()
69 fBlockCount = 0; in reset()
87 fBlockCount += 1; in newBlock()
/external/chromium_org/third_party/skia/src/core/
DSkChunkAlloc.cpp56 fBlockCount = 0; in SkChunkAlloc()
69 fBlockCount = 0; in reset()
87 fBlockCount += 1; in newBlock()
/external/chromium_org/third_party/skia/include/core/
DSkChunkAlloc.h46 int blockCount() const { return fBlockCount; } in blockCount()
63 int fBlockCount; variable
/external/skia/include/core/
DSkChunkAlloc.h46 int blockCount() const { return fBlockCount; } in blockCount()
63 int fBlockCount; variable