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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h181 const int startBlockX = (x / BlockDim) * BlockDim; variable
188 if (startBlockY == endBlockY && startBlockX == endBlockX) {
192 const int xoff = x - startBlockX;
202 uint8_t* dst = this->getBlock(startBlockX, startBlockY);
209 this->updateBlockRow(x, y, width, height, startBlockY, startBlockX, endBlockX);
213 } else if (startBlockX == endBlockX) {
215 this->updateBlockCol(x, y, width, height, startBlockX, startBlockY, endBlockY);
224 const int innerStartBlockX = startBlockX + BlockDim;
230 startBlockX, endBlockX);
241 startBlockX, innerStartBlock
634 updateBlockRow(int x, int y, int width, int height, int blockRow, int startBlockX, int endBlockX) argument
[all...]

Completed in 116 milliseconds