Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp400 uint32_t duplicate_len = 257 - m_Operator; in v_GetNextLine() local
401 if (col_pos + duplicate_len >= m_dwLineBytes) { in v_GetNextLine()
402 duplicate_len = m_dwLineBytes - col_pos; in v_GetNextLine()
405 FXSYS_memset(m_pScanline + col_pos, fill, duplicate_len); in v_GetNextLine()
406 col_pos += duplicate_len; in v_GetNextLine()
407 UpdateOperator((uint8_t)duplicate_len); in v_GetNextLine()