Searched refs:x_shift3 (Results 1 – 1 of 1) sorted by relevance
295 int x_shift3 = (int)(line_end - data); in ReadData() local300 x_shift3 = m_strm.GetByte()*nch; in ReadData()304 len = x_shift3 + (y_shift * width3) & ((code == 0) - 1); in ReadData()308 y, m_height, x_shift3, in ReadData()312 y, m_height, x_shift3, in ReadData()386 int x_shift3 = (int)(line_end - data); in ReadData() local389 if( code || !line_end_flag || x_shift3 < width3 ) in ReadData()393 x_shift3 = m_strm.GetByte()*nch; in ReadData()397 x_shift3 += (y_shift * width3) & ((code == 0) - 1); in ReadData()404 y, m_height, x_shift3, in ReadData()[all …]