Searched refs:rowLength (Results 1 – 2 of 2) sorted by relevance
1415 final int rowLength = ((length == 16) ? 4 : 3); in remapCoordinateSystemImpl() local1417 final int offset = j * rowLength; in remapCoordinateSystemImpl()
4033 for (int j = 0, rowLength = row.length; j < rowLength; j++) { in printRow()