Home | History | Annotate | Download | only in win

Lines Matching refs:rcPaint

934     RECT rcPaint;
944 rcPaint = ps.rcPaint;
950 ::GetClientRect(m_viewWindow, &rcPaint);
952 ::FillRect(hdc, &rcPaint, (HBRUSH)GetStockObject(WHITE_BRUSH));
969 IntRect windowDirtyRect = rcPaint;