Searched refs:nextX (Results 1 – 1 of 1) sorted by relevance
519 int nextX[BlockDim]; in flushRuns() local521 nextX[i] = 0x7FFFFF; in flushRuns()531 nextX[i] = *(fBufferedRuns[i].fRuns); in flushRuns()534 finalX = SkMin32(nextX[i], finalX); in flushRuns()597 if (nextX[i] == finalX) { in flushRuns()602 nextX[i] += *(fBufferedRuns[i].fRuns); in flushRuns()608 finalX = SkMin32(nextX[i], finalX); in flushRuns()619 SkASSERT(nextX[i] == kLongestRun || nextX[i] == curX); in flushRuns()