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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h438 // the range [col, col+colsLeft).
442 const int colsLeft, const Column curAlphai) {
444 SkASSERT(col + colsLeft <= BlockDim);
446 for (int i = col; i < (col + colsLeft); ++i) {
552 const int colsLeft = BlockDim - col; local
553 SkASSERT(curX + colsLeft <= finalX);
555 this->updateBlockColumns(block, col, colsLeft, curAlphaColumn);
560 curX += colsLeft;
568 const int colsLeft = BlockDim; local
570 this->updateBlockColumns(block, col, colsLeft, curAlphaColum
441 updateBlockColumns(Block block, const int col, const int colsLeft, const Column curAlphai) argument
585 const int colsLeft = finalX - curX; local
622 const int colsLeft = BlockDim - col; variable
[all...]

Completed in 246 milliseconds