Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp27 : m_pData(nullptr), m_nWidth(0), m_nHeight(0), m_nStride(0) { in CJBig2_Image()
36 m_nHeight = h; in CJBig2_Image()
39 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image()
43 : m_pData(nullptr), m_nWidth(0), m_nHeight(0), m_nStride(0) { in CJBig2_Image()
52 m_nHeight = h; in CJBig2_Image()
60 m_nHeight(other.m_nHeight), in CJBig2_Image()
64 FX_Alloc2D(uint8_t, m_nStride, m_nHeight))); in CJBig2_Image()
65 JBIG2_memcpy(data(), other.data(), m_nStride * m_nHeight); in CJBig2_Image()
78 if (y < 0 || y >= m_nHeight) in getPixel()
93 if (y < 0 || y >= m_nHeight) in setPixel()
[all …]
DJBig2_Image.h33 int32_t height() const { return m_nHeight; } in height()
77 int32_t m_nHeight; // lines variable