Home
last modified time | relevance | path

Searched refs:startBlockY (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkTextureCompressor_Blitter.h182 const int startBlockY = (y / BlockDim) * BlockDim; in blitRect() local
188 if (startBlockY == endBlockY && startBlockX == endBlockX) { in blitRect()
195 const int yoff = y - startBlockY; in blitRect()
202 uint8_t* dst = this->getBlock(startBlockX, startBlockY); in blitRect()
207 } else if (startBlockY == endBlockY) { in blitRect()
209 this->updateBlockRow(x, y, width, height, startBlockY, startBlockX, endBlockX); in blitRect()
215 this->updateBlockCol(x, y, width, height, startBlockX, startBlockY, endBlockY); in blitRect()
225 const int innerStartBlockY = startBlockY + BlockDim; in blitRect()
229 this->updateBlockRow(x, y, width, topRowHeight, startBlockY, in blitRect()
240 this->updateBlockCol(x, y, innerStartBlockX - x, endBlockY, startBlockY, in blitRect()
[all …]