Searched refs:nextCursor (Results 1 – 3 of 3) sorted by relevance
648 int nextCursor = end + deltaBytes; in resize() local649 SkASSERT(nextCursor >= start); in resize()651 if (nextCursor <= fSize && nextCursor >= start) { in resize()652 if (nextCursor < fCursor) { in resize()654 this->poisonRange(nextCursor + 1, end); in resize()657 this->unpoisonRange(end, nextCursor); in resize()660 fCursor = nextCursor; in resize()
750 private int nextCursor = -1; field in MinMaxPriorityQueue.QueueIterator763 return (nextCursor < size()) || ((forgetMeNot != null) && !forgetMeNot.isEmpty()); in hasNext()770 if (nextCursor < size()) { in next()771 cursor = nextCursor; in next()806 nextCursor--; in remove()847 if (nextCursor < c) { in nextNotInSkipMe()853 nextCursor = c; in nextNotInSkipMe()