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.cpp474 bool m_bByteAlign; member in CCodec_FaxDecoder
495 m_bByteAlign(EncodedByteAlign), in CCodec_FaxDecoder()
536 if (m_bByteAlign && m_bitpos < bitsize) { in v_GetNextLine()
539 while (m_bByteAlign && bitpos0 < bitpos1) { in v_GetNextLine()
542 m_bByteAlign = false; in v_GetNextLine()
547 if (m_bByteAlign) in v_GetNextLine()