Home | History | Annotate | Download | only in win32

Lines Matching refs:m_Width

438         m_Width = bitmap.bmWidth;

444 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
459 return m_Width;
715 int flag1 = (x1 < 0) | ((x1 > m_Width) << 1) | ((y1 < 0) << 2) | ((y1 > m_Height) << 3);
716 int flag2 = (x2 < 0) | ((x2 > m_Width) << 1) | ((y2 < 0) << 2) | ((y2 > m_Height) << 3);
721 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width), (FX_FLOAT)(m_Height));