Home
last modified time | relevance | path

Searched refs:duplicate_len (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp145 uint32_t duplicate_len = 257 - m_Operator; in v_GetNextLine() local
146 if (col_pos + duplicate_len >= m_dwLineBytes) { in v_GetNextLine()
147 duplicate_len = m_dwLineBytes - col_pos; in v_GetNextLine()
150 memset(m_pScanline.get() + col_pos, fill, duplicate_len); in v_GetNextLine()
151 col_pos += duplicate_len; in v_GetNextLine()
152 UpdateOperator((uint8_t)duplicate_len); in v_GetNextLine()