Searched refs:blockRow (Results 1 – 3 of 3) sorted by relevance
427 const int blockRow = y / BlockDim; in getBlockOffset() local428 return blockRow * this->blocksWide() + blockCol; in getBlockOffset()636 int blockRow, int startBlockX, int endBlockX) { in updateBlockRow() argument649 const int yoff = y - blockRow; in updateBlockRow()
1677 private int blockHeight(final int blockRow) { in blockHeight() argument1678 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE; in blockHeight()
1657 private int blockHeight(final int blockRow) { in blockHeight() argument1658 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE; in blockHeight()