Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlockAllocator.h654 int nextCursor = end + deltaBytes; in resize() local
655 SkASSERT(nextCursor >= start); in resize()
656 // We still check nextCursor >= start for release builds that wouldn't assert. in resize()
657 if (nextCursor <= fSize && nextCursor >= start) { in resize()
658 if (nextCursor < fCursor) { in resize()
660 this->poisonRange(nextCursor + 1, end); in resize()
663 this->unpoisonRange(end, nextCursor); in resize()
666 fCursor = nextCursor; in resize()

Completed in 2 milliseconds