Home | History | Annotate | Download | only in dib

Lines Matching refs:m_bpp

600     : m_Width(0), m_Height(0), m_bpp(0), m_AlphaFlag(0), m_Pitch(0) {}
643 const uint8_t* src_scan = GetScanline(row) + rect.left * m_bpp / 8;
860 int Bpp = m_bpp / 8;
869 if (m_bpp == 1) {