Searched defs:m_bpp (Results 1 - 9 of 9) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.h65 int m_bpp; member in class:GrFmtPxMReader
H A Dgrfmt_bmp.h72 int m_bpp; member in class:GrFmtBmpReader
H A Dgrfmt_sunras.h78 int m_bpp; member in class:GrFmtSunRasterReader
H A Dgrfmt_tiff.h128 int m_bpp; member in class:GrFmtTiffReader
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_pxm.hpp71 int m_bpp; member in class:cv::PxMDecoder
H A Dgrfmt_bmp.hpp79 int m_bpp; member in class:cv::BmpDecoder
H A Dgrfmt_sunras.hpp84 int m_bpp; member in class:cv::SunRasterDecoder
/external/pdfium/core/include/fxge/
H A Dfx_dib.h172 return (FXDIB_Format)(m_AlphaFlag * 0x100 + m_bpp);
197 int GetBPP() const { return m_bpp; }
211 return IsAlphaMask() ? 0 : (m_bpp == 1 ? 2 : (m_bpp == 8 ? 256 : 0));
271 int m_bpp; member in class:CFX_DIBSource
H A Dfx_ge.h266 int GetBPP() const { return m_bpp; }
414 int m_bpp; member in class:CFX_RenderDevice

Completed in 156 milliseconds