Lines Matching refs:colsLeft
443 const int colsLeft, const Column curAlphai) { in updateBlockColumns() argument
445 SkASSERT(col + colsLeft <= BlockDim); in updateBlockColumns()
447 for (int i = col; i < (col + colsLeft); ++i) { in updateBlockColumns()
553 const int colsLeft = BlockDim - col; in flushRuns() local
554 SkASSERT(curX + colsLeft <= finalX); in flushRuns()
556 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
561 curX += colsLeft; in flushRuns()
569 const int colsLeft = BlockDim; in flushRuns() local
571 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
586 const int colsLeft = finalX - curX; in flushRuns() local
588 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()
589 curX += colsLeft; in flushRuns()
623 const int colsLeft = BlockDim - col; in flushRuns() local
626 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()