Searched defs:blockRow (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/utils/
H A DSkTextureCompressor_Blitter.h427 const int blockRow = y / BlockDim;
428 return blockRow * this->blocksWide() + blockCol;
636 int blockRow, int startBlockX, int endBlockX) {
649 const int yoff = y - blockRow;
635 updateBlockRow(int x, int y, int width, int height, int blockRow, int startBlockX, int endBlockX) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBlockFieldMatrix.java1654 * @param blockRow row index (in block sense) of the block
1657 private int blockHeight(final int blockRow) { argument
1658 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE;
H A DBlockRealMatrix.java1674 * @param blockRow row index (in block sense) of the block
1677 private int blockHeight(final int blockRow) { argument
1678 return (blockRow == blockRows - 1) ? rows - blockRow * BLOCK_SIZE : BLOCK_SIZE;

Completed in 101 milliseconds