Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp117 uint8_t* m_pOutput; member in __anonc88c85550111::CLZWDecoder
167 m_pOutput = dest_buf; in Decode()
199 if (m_pOutput) { in Decode()
200 m_pOutput[m_OutPos] = (uint8_t)code; in Decode()
228 if (m_pOutput) { in Decode()
230 m_pOutput[m_OutPos + i] = m_DecodeStack[m_StackLen - i - 1]; in Decode()