Searched refs:rowLength (Results 1 – 3 of 3) sorted by relevance
130 inline RowIterator(Plane plane, Transform transform, int rowLength);152 int rowLength) in RowIterator() argument154 mPaddedRowLength = rowLength; in RowIterator()155 mBuffer = std::vector<unsigned char>(rowLength * ROWS); in RowIterator()
1419 final int rowLength = ((length == 16) ? 4 : 3); in remapCoordinateSystemImpl() local1421 final int offset = j * rowLength; in remapCoordinateSystemImpl()
4104 for (int j = 0, rowLength = row.length; j < rowLength; j++) { in printRow()