Searched refs:rcPaint (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp189 ::FillRect(hdc, &ps.rcPaint, (HBRUSH)::GetStockObject(BLACK_BRUSH));
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinX.c1020 event.xexpose.x = ps.rcPaint.left;
1021 event.xexpose.y = ps.rcPaint.top;
1022 event.xexpose.width = ps.rcPaint.right - ps.rcPaint.left;
1023 event.xexpose.height = ps.rcPaint.bottom - ps.rcPaint.top;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinX.c1042 event.xexpose.x = ps.rcPaint.left;
1043 event.xexpose.y = ps.rcPaint.top;
1044 event.xexpose.width = ps.rcPaint.right - ps.rcPaint.left;
1045 event.xexpose.height = ps.rcPaint.bottom - ps.rcPaint.top;
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c2765 ps.rcPaint.left = rect.left;
2766 ps.rcPaint.right = rect.right;
2770 if (!IsRectEmpty(&ps.rcPaint))
2771 gui_redraw(ps.rcPaint.left, ps.rcPaint.top,
2772 ps.rcPaint.right - ps.rcPaint.left + 1,
2773 ps.rcPaint.bottom - ps.rcPaint.top + 1);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp1071 paint(paintInfo.rcPaint, paintInfo.hdc);
/macosx-10.9.5/WebCore-7537.78.1/plugins/win/
H A DPluginViewWin.cpp158 GetClientRect(hWnd, &lpPaint->rcPaint);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1081 RECT rcPaint; local
1091 rcPaint = ps.rcPaint;
1097 ::GetClientRect(m_viewWindow, &rcPaint);
1099 ::FillRect(hdc, &rcPaint, (HBRUSH)GetStockObject(WHITE_BRUSH));
1121 IntRect windowDirtyRect = rcPaint;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32fns.c2898 UnionRect (&(wmsg.rect), &update_rect, &(paintStruct.rcPaint));

Completed in 312 milliseconds