Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp36 m_dest_pitch(0), in CCodec_Jbig2Context()
63 pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
101 int dword_size = pJbig2Context->m_height * pJbig2Context->m_dest_pitch / 4; in ContinueDecode()
Dccodec_jbig2module.h31 uint32_t m_dest_pitch; variable