Home | History | Annotate | Download | only in npapi

Lines Matching refs:RECT

457 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
461 WindowlessPaint(hdc, rect);
758 const gfx::Rect& window_rect_in_dip,
759 const gfx::Rect& clip_rect_in_dip) {
765 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip);
766 gfx::Rect clip_rect = gfx::win::DIPToScreenRect(clip_rect_in_dip);
936 // Get the invalid rect which is in screen coordinates and convert to
938 gfx::Rect invalid_rect;
944 RECT window_rect;
960 RECT rect = invalid_rect.ToRECT();
961 RedrawWindow(hwnd, &rect, NULL, flags);
1010 const gfx::Rect& window_rect,
1011 const gfx::Rect& clip_rect) {
1039 const gfx::Rect& damage_rect) {
1042 RECT damage_rect_win;
1360 HWND window, const RECT* rect) {
1380 BOOL result = TrackPopupMenu(menu, flags, x, y, reserved, window, rect);
1438 gfx::Rect* caret_rect) {