Searched refs:duplicate_len (Results 1 – 1 of 1) sorted by relevance
158 uint32_t duplicate_len = 257 - m_Operator; in GetNextLine() local159 if (col_pos + duplicate_len >= m_dwLineBytes) { in GetNextLine()160 duplicate_len = in GetNextLine()164 fxcrt::spanset(scan_span.subspan(col_pos, duplicate_len), fill); in GetNextLine()165 col_pos += duplicate_len; in GetNextLine()166 UpdateOperator((uint8_t)duplicate_len); in GetNextLine()