Searched refs:readWidth (Results 1 – 1 of 1) sorted by relevance
213 int readWidth = (data[2] & 0xFF) << 8 | (data[3] & 0xFF); in decodeScanline() local214 if (readWidth != width) in decodeScanline()215 … throw new IOException("Illegal scanline width in HDR file: "+width+" != "+readWidth); in decodeScanline()