Home | History | Annotate | Download | only in win

Lines Matching refs:rcPaint

1014     RECT rcPaint;
1024 rcPaint = ps.rcPaint;
1030 ::GetClientRect(m_viewWindow, &rcPaint);
1032 ::FillRect(hdc, &rcPaint, (HBRUSH)GetStockObject(WHITE_BRUSH));
1054 IntRect windowDirtyRect = rcPaint;