Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h46 const FX_RECT& GetReplaceRect() const { return m_ReplaceRect; } in GetReplaceRect()
100 FX_RECT m_ReplaceRect; variable
DJBig2_GrdProc.cpp441 m_ReplaceRect.left = 0; in ProgressiveDecodeArith()
442 m_ReplaceRect.right = pImage->width(); in ProgressiveDecodeArith()
443 m_ReplaceRect.top = iline; in ProgressiveDecodeArith()
444 m_ReplaceRect.bottom = m_loopIndex; in ProgressiveDecodeArith()