Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp50 m_nWidth = w; in CJBig2_Image()
72 m_nWidth = w; in CJBig2_Image()
79 : m_nWidth(other.m_nWidth), in CJBig2_Image()
101 if (x < 0 || x >= m_nWidth) in GetPixel()
117 if (x < 0 || x >= m_nWidth) in SetPixel()
160 ComposeToInternal(pDst, x, y, op, FX_RECT(0, 0, m_nWidth, m_nHeight)); in ComposeTo()
194 if (x < 0 || x >= m_nWidth || y < 0 || y >= m_nHeight) in SubImage()
276 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in ComposeToInternal()
DJBig2_Image.h35 int32_t width() const { return m_nWidth; } in width()
90 int32_t m_nWidth = 0; // 1-bit pixels variable