Home
last modified time | relevance | path

Searched refs:numBlocksAllocated (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/private/
DSkDeque.h135 int numBlocksAllocated() const;
/third_party/skia/tests/
DDequeTest.cpp79 fNumBlocksAllocated = deq.numBlocksAllocated(); in DequeUnitTestHelper()
/third_party/skia/src/core/
DSkDeque.cpp218 int SkDeque::numBlocksAllocated() const { in numBlocksAllocated() function in SkDeque