Home
last modified time | relevance | path

Searched refs:wxPoint (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/graphics/wx/
DIntPointWx.cpp34 IntPoint::IntPoint(const wxPoint& p) in IntPoint()
40 IntPoint::operator wxPoint() const in operator wxPoint()
42 return wxPoint(m_x, m_y); in operator wxPoint()
DGraphicsContextWx.cpp247 wxPoint* polygon = new wxPoint[npoints]; in drawConvexPolygon()
249 polygon[i] = wxPoint(points[i].x(), points[i].y()); in drawConvexPolygon()
289 wxPoint pos(0, 0); in clip()
DImageWx.cpp214 wxPoint origin(context->GetDeviceOrigin()); in drawPattern()
/external/webkit/WebCore/platform/wx/
DScrollViewWx.cpp77 wxPoint pos(viewStart); in OnScrollWinEvents()
119 wxPoint viewStart;
183 wxPoint scrollOffset = m_data->viewStart; in platformSetScrollPosition()
184 wxPoint orig(scrollOffset); in platformSetScrollPosition()
185 wxPoint newScrollOffset(scrollPoint); in platformSetScrollPosition()
206 wxPoint delta(orig - newScrollOffset); in platformSetScrollPosition()
DMouseWheelEventWx.cpp35 PlatformWheelEvent::PlatformWheelEvent(const wxMouseEvent& event, const wxPoint& globalPoint) in PlatformWheelEvent()
DMouseEventWx.cpp36 PlatformMouseEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int c… in PlatformMouseEvent()
/external/webkit/WebCore/platform/graphics/
DIntPoint.h63 class wxPoint; variable
136 IntPoint(const wxPoint&);
137 operator wxPoint() const;
/external/webkit/WebKit/wx/
DWebView.cpp282 wxWebView::wxWebView(wxWindow* parent, int id, const wxPoint& position, in wxWebView()
294 bool wxWebView::Create(wxWindow* parent, int id, const wxPoint& position, in Create()
576 frame->view()->setFrameRect(wxRect(wxPoint(0,0), event.GetSize())); in OnSize()
604 wxPoint globalPoint = ClientToScreen(event.GetPosition()); in OnMouseEvents()
625 wxPoint diff(event.GetPosition() - m_impl->tripleClickPos); in OnMouseEvents()
654 wxPoint localEventPoint = ScreenToClient(event.GetPosition()); in OnContextMenuEvents()
907 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const in HitTest()
DWebView.h119 const wxPoint& point = wxDefaultPosition,
130 const wxPoint& point = wxDefaultPosition,
186 wxWebViewDOMElementInfo HitTest(const wxPoint& pos) const;
369 wxPoint GetPosition() const { return m_position; } in GetPosition()
370 void SetPosition(wxPoint pos) { m_position = pos; } in SetPosition()
374 wxPoint m_position;
DWebViewPrivate.h50 wxPoint tripleClickPos;
DWebFrame.h143 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
DWebFrame.cpp397 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const in HitTest()
/external/webkit/WebCore/platform/
DPlatformWheelEvent.h50 class wxPoint; variable
139 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&);
DPlatformMouseEvent.h145 PlatformMouseEvent(const wxMouseEvent&, const wxPoint& globalPoint, int clickCount);