Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_Blitter.h427 const int blockRow = y / BlockDim; in getBlockOffset() local
428 return blockRow * this->blocksWide() + blockCol; in getBlockOffset()
636 int blockRow, int startBlockX, int endBlockX) { in updateBlockRow() argument
649 const int yoff = y - blockRow; in updateBlockRow()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java1677 private int blockHeight(final int blockRow) { in blockHeight() argument
1678 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE; in blockHeight()
DBlockFieldMatrix.java1657 private int blockHeight(final int blockRow) { in blockHeight() argument
1658 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE; in blockHeight()