Home | History | Annotate | Download | only in linear

Lines Matching defs:firstRow

863             final int firstRow = iBlock * BLOCK_SIZE;
864 final int iStart = FastMath.max(row, firstRow);
865 final int iEnd = FastMath.min(endRow + 1, firstRow + iHeight);
878 block, (i - firstRow) * jWidth + (jStart - firstColumn),