Home | History | Annotate | Download | only in win

Lines Matching refs:m_height

117     int m_height;
151 , m_height(0)
349 if (!m_height || !m_width)
356 else if (m_gWorld && (m_width > m_gWorldWidth || m_height > m_gWorldHeight)) {
370 m_gWorldHeight = max(cGWorldMinHeight, m_height);
384 bounds.bottom = m_height;
411 if (m_width == width && m_height == height)
414 m_height = height;
438 bounds.bottom = m_height;
637 height = m_private->m_height;
655 AlphaBlend(hdc, x, y, m_private->m_width, m_private->m_height, hdcSrc,
656 0, 0, m_private->m_width, m_private->m_height, blendFunction);
1129 float movieRatio = static_cast<float>(m_private->m_width) / m_private->m_height;