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.cpp55 m_nWidth = w; in CJBig2_Image()
77 m_nWidth = w; in CJBig2_Image()
84 : m_nWidth(other.m_nWidth), in CJBig2_Image()
105 if (x < 0 || x >= m_nWidth) in GetPixel()
121 if (x < 0 || x >= m_nWidth) in SetPixel()
164 ComposeToInternal(pDst, x, y, op, FX_RECT(0, 0, m_nWidth, m_nHeight)); in ComposeTo()
198 if (x < 0 || x >= m_nWidth || y < 0 || y >= m_nHeight) in SubImage()
280 FX_SAFE_INT32 iChecked = pDst->m_nWidth; in ComposeToInternal()
DJBig2_Image.h39 int32_t width() const { return m_nWidth; } in width()
94 int32_t m_nWidth = 0; // 1-bit pixels variable