Home | History | Annotate | Download | only in dib

Lines Matching refs:m_Width

952     if(!pClone->Create(m_Width, m_Height, dest_format)) {

983 ret = ConvertBuffer(dest_format, pClone->GetBuffer(), pClone->GetPitch(), m_Width, m_Height, this, 0, 0, pal_8bpp, pIccTransform);
1012 for (int col = 0; col < m_Width; col ++) {
1020 int dest_pitch = (dest_bpp * m_Width + 31) / 32 * 4;
1032 for (int col = 0; col < m_Width; col ++) {
1060 ret = ConvertBuffer(dest_format, dest_buf, dest_pitch, m_Width, m_Height, this, 0, 0, pal_8bpp, pIccTransform);