Home
last modified time | relevance | path

Searched refs:nextN0 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkBlockAllocator.cpp224 int nextN0; in addBlock() local
226 nextN0 = fN0; in addBlock()
228 nextN0 = fN1; in addBlock()
231 nextN0 = nextN1; in addBlock()
233 fN0 = std::min(kMaxN, nextN0); in addBlock()

Completed in 1 milliseconds