Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
Djbig2module.cpp54 pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
80 int dword_size = pJbig2Context->m_height * pJbig2Context->m_dest_pitch / 4; in Decode()
Djbig2module.h34 uint32_t m_dest_pitch = 0; variable