Searched refs:rowLength (Results 1 – 4 of 4) 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()
128 inline RowIterator(Plane plane, Transform transform, int rowLength);150 int rowLength) in RowIterator() argument152 mPaddedRowLength = rowLength; in RowIterator()153 mBuffer = std::vector<unsigned char>(rowLength * ROWS); in RowIterator()
1444 final int rowLength = ((length == 16) ? 4 : 3); in remapCoordinateSystemImpl() local1446 final int offset = j * rowLength; in remapCoordinateSystemImpl()
4279 for (int j = 0, rowLength = row.length; j < rowLength; j++) { in printRow()