Searched refs:colsLeft (Results 1 – 1 of 1) sorted by relevance
443 const int colsLeft, const Column curAlphai) { in updateBlockColumns() argument445 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() local554 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() local571 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn); in flushRuns()586 const int colsLeft = finalX - curX; in flushRuns() local[all …]