Searched defs:colsLeft (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h439 // the range [col, col+colsLeft).
443 const int colsLeft, const Column curAlphai) {
445 SkASSERT(col + colsLeft <= BlockDim);
447 for (int i = col; i < (col + colsLeft); ++i) {
553 const int colsLeft = BlockDim - col; local
554 SkASSERT(curX + colsLeft <= finalX);
556 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn);
561 curX += colsLeft;
569 const int colsLeft = BlockDim; local
571 this->updateBlockColumns(block, col, colsLeft, curAlphaColum
442 updateBlockColumns(Block block, const int col, const int colsLeft, const Column curAlphai) argument
586 const int colsLeft = finalX - curX; local
623 const int colsLeft = BlockDim - col; variable
[all...]

Completed in 47 milliseconds