Searched refs:wxRect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebCore/platform/graphics/wx/ |
D | IntRectWx.cpp | 34 IntRect::IntRect(const wxRect& r) in IntRect() 40 IntRect::operator wxRect() const in operator wxRect() 42 return wxRect(x(), y(), width(), height()); in operator wxRect()
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
D | scrollbar_render.cpp | 110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, in wxRenderer_DrawScrollbar() 134 …renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLL… in wxRenderer_DrawScrollbar() 145 wxRect buttonRect = rect; in wxRenderer_DrawScrollbar() 169 …renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLL… in wxRenderer_DrawScrollbar()
|
/external/webkit/WebCore/platform/wx/ |
D | ScrollViewWx.cpp | 142 wxRect contentsRect = updateRect; in platformRepaintContentRectangle() 187 wxRect vRect(win->GetVirtualSize()); in platformSetScrollPosition() 188 wxRect cRect(win->GetClientSize()); in platformSetScrollPosition() 238 wxRect crect(win->GetClientRect()), vrect(win->GetVirtualSize()); in adjustScrollbars() 342 wxRect wxrect = rect; in platformContentsToScreen()
|
/external/webkit/WebCore/platform/graphics/ |
D | IntRect.h | 58 class wxRect; variable 137 IntRect(const wxRect&); 138 operator wxRect() const;
|
/external/webkit/WebCore/platform/wx/wxcode/win/ |
D | scrollbar_render.cpp | 123 …const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart … in wxRenderer_DrawScrollbar() 136 wxRect transRect = rect; in wxRenderer_DrawScrollbar()
|
/external/webkit/WebCore/platform/wx/wxcode/ |
D | scrollbar_render.h | 48 const wxRect& rect,
|
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/ |
D | scrollbar_render.cpp | 57 const wxRect& rect, wxOrientation orient, int current, in wxRenderer_DrawScrollbar()
|
/external/webkit/WebKit/wx/ |
D | WebView.cpp | 549 wxRect paintRect = GetUpdateRegion().GetBox(); in OnPaint() 576 frame->view()->setFrameRect(wxRect(wxPoint(0,0), event.GetSize())); in OnSize()
|