Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h140 int m_ScanlineSize; variable
Dfx_codec_progress.cpp275 m_ScanlineSize = 0; in CCodec_ProgressiveDecoder()
904 FXSYS_memcpy(m_pDecodeBuf, row_buf, m_ScanlineSize); in BmpReadScanline()
2026 m_ScanlineSize = (m_SrcWidth * m_SrcComponents + 3) / 4 * 4; in StartDecode()
2028 m_pDecodeBuf = FX_Alloc(uint8_t, m_ScanlineSize); in StartDecode()
2029 FXSYS_memset(m_pDecodeBuf, 0, m_ScanlineSize); in StartDecode()