Home | History | Annotate | Download | only in dib

Lines Matching refs:m_Width

59     FX_RECT dest_clip(0, 0, m_Height, m_Width);

81 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top;
82 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom;
196 if (dest_width == m_Width && dest_height == m_Height) {