HomeSort by relevance Sort by last modified time
    Searched full:wxrect (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wx/
IntRectWx.cpp 34 IntRect::IntRect(const wxRect& r)
40 IntRect::operator wxRect() const
42 return wxRect(x(), y(), width(), height());
  /external/webkit/Source/WebCore/platform/wx/
ScrollViewWx.cpp 142 wxRect contentsRect = updateRect;
187 wxRect vRect(win->GetVirtualSize());
188 wxRect cRect(win->GetClientSize());
238 wxRect crect(win->GetClientRect()), vrect(win->GetVirtualSize());
342 wxRect wxrect = rect; local
343 platformWidget()->ClientToScreen(&wxrect.x, &wxrect.y);
344 return wxrect;
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient,
134 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags));
145 wxRect buttonRect = rect;
169 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_FWDBTNEND, focusPart, hoverPart, flags));
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 64 class wxRect;
170 IntRect(const wxRect&);
171 operator wxRect() const;
  /external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h 48 const wxRect& rect,
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
136 wxRect transRect = rect;
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 57 const wxRect& rect, wxOrientation orient, int current,
  /external/webkit/Source/WebKit/wx/
WebView.cpp 679 wxRect paintRect = GetUpdateRegion().GetBox();

Completed in 614 milliseconds