Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp475 bool m_bByteAlign; member in CCodec_FaxDecoder
496 m_bByteAlign(EncodedByteAlign), in CCodec_FaxDecoder()
537 if (m_bByteAlign && m_bitpos < bitsize) { in v_GetNextLine()
540 while (m_bByteAlign && bitpos0 < bitpos1) { in v_GetNextLine()
543 m_bByteAlign = false; in v_GetNextLine()
547 if (m_bByteAlign) in v_GetNextLine()