Searched defs:IntPoint (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/cairo/
H A DShareableBitmapCairo.cpp42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&) argument
/external/webkit/Source/WebCore/platform/graphics/brew/
H A DIntPointBrew.cpp27 #include "IntPoint.h"
33 IntPoint::IntPoint(const AEEPoint& point) function in class:WebCore::IntPoint
39 IntPoint::operator AEEPoint() const
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DIntPointCG.cpp27 #include "IntPoint.h"
35 IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y)) function in class:WebCore::IntPoint
39 IntPoint::operator CGPoint() const
/external/webkit/Source/WebCore/platform/graphics/efl/
H A DIntPointEfl.cpp24 #include "IntPoint.h"
30 IntPoint::IntPoint(const Evas_Point& p) function in class:WebCore::IntPoint
36 IntPoint::operator Evas_Point() const // NOLINT
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIntPointGtk.cpp21 #include "IntPoint.h"
27 IntPoint::IntPoint(const GdkPoint& p) function in class:WebCore::IntPoint
33 IntPoint::operator GdkPoint() const
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DIntPointHaiku.cpp29 #include "IntPoint.h"
36 IntPoint::IntPoint(const BPoint& point) function in class:WebCore::IntPoint
42 IntPoint::operator BPoint() const
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIntPointQt.cpp29 #include "IntPoint.h"
35 IntPoint::IntPoint(const QPoint& p) function in class:WebCore::IntPoint
41 IntPoint::operator QPoint() const
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DIntPointWx.cpp27 #include "IntPoint.h"
34 IntPoint::IntPoint(const wxPoint& p) function in class:WebCore::IntPoint
40 IntPoint::operator wxPoint() const
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DIntPointSkia.cpp32 #include "IntPoint.h"
38 IntPoint::IntPoint(const SkIPoint& p) function in class:WebCore::IntPoint
44 IntPoint::operator SkIPoint() const
50 IntPoint::operator SkPoint() const
/external/webkit/Source/WebCore/platform/graphics/win/
H A DIntPointWin.cpp27 #include "IntPoint.h"
33 IntPoint::IntPoint(const POINT& p) function in class:WebCore::IntPoint
39 IntPoint::operator POINT() const
45 IntPoint::IntPoint(const POINTS& p) function in class:WebCore::IntPoint
51 IntPoint::operator POINTS() const
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DDragClientEfl.cpp43 void DragClientEfl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
53 DragSourceAction DragClientEfl::dragSourceActionMaskForPoint(const IntPoint&) argument
58 void DragClientEfl::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) argument
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DDragClientHaiku.cpp51 DragSourceAction DragClientHaiku::dragSourceActionMaskForPoint(const IntPoint&) argument
57 void DragClientHaiku::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
62 void DragClientHaiku::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) argument
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DDragClientWinCE.cpp39 void DragClientWinCE::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
50 DragSourceAction DragClientWinCE::dragSourceActionMaskForPoint(const IntPoint&) argument
56 void DragClientWinCE::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) argument
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebDragClient.cpp41 void WebDragClient::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
50 DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
56 void WebDragClient::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderBR.cpp76 VisiblePosition RenderBR::positionForPoint(const IntPoint&) argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DDragClientAndroid.cpp40 DragSourceAction DragClientAndroid::dragSourceActionMaskForPoint(const IntPoint&) { notImplemented(); return DragSourceActionNone; } argument
43 void DragClientAndroid::willPerformDragSourceAction(DragSourceAction, IntPoint const&, Clipboard*) {}
44 void DragClientAndroid::startDrag(void*, IntPoint const&, IntPoint const&, Clipboard*, Frame*, bool) {}
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DDragClientWx.cpp47 void DragClientWx::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
57 DragSourceAction DragClientWx::dragSourceActionMaskForPoint(const IntPoint&) argument
64 const IntPoint& dragImageOrigin,
65 const IntPoint& eventPos, Clipboard*,
/external/webkit/Source/WebKit/chromium/public/
H A DWebPoint.h37 #include "IntPoint.h"
61 WebPoint(const WebCore::IntPoint& p)
67 WebPoint& operator=(const WebCore::IntPoint& p)
74 operator WebCore::IntPoint() const
76 return WebCore::IntPoint(x, y);
/external/webkit/Source/WebKit/chromium/src/
H A DDragClientImpl.cpp53 void DragClientImpl::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
67 DragSourceAction DragClientImpl::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
74 const IntPoint& dragImageOrigin,
75 const IntPoint& eventPos,
/external/webkit/Source/WebCore/platform/android/
H A DClipboardAndroid.cpp85 void ClipboardAndroid::setDragImage(CachedImage*, const IntPoint&) argument
89 void ClipboardAndroid::setDragImageElement(Node*, const IntPoint&) argument
93 DragImageRef ClipboardAndroid::createDragImage(IntPoint&) const
/external/webkit/Source/WebCore/platform/brew/
H A DClipboardBrew.cpp87 void ClipboardBrew::setDragImage(CachedImage*, const IntPoint&) argument
91 void ClipboardBrew::setDragImageElement(Node*, const IntPoint&) argument
95 DragImageRef ClipboardBrew::createDragImage(IntPoint&) const
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDragClientQt.cpp80 DragSourceAction DragClientQt::dragSourceActionMaskForPoint(const IntPoint&) argument
85 void DragClientQt::willPerformDragSourceAction(DragSourceAction, const IntPoint&, Clipboard*) argument
89 void DragClientQt::startDrag(DragImageRef dragImage, const IntPoint&, const IntPoint&, Clipboard* clipboard, Frame* frame, bool) argument
/external/webkit/Source/WebCore/platform/efl/
H A DClipboardEfl.cpp91 IntPoint ClipboardEfl::dragLocation() const
94 return IntPoint(0, 0);
103 void ClipboardEfl::setDragImage(CachedImage*, const IntPoint&) argument
114 void ClipboardEfl::setDragImageElement(Node*, const IntPoint&) argument
119 DragImageRef ClipboardEfl::createDragImage(IntPoint&) const
/external/webkit/Source/WebCore/platform/graphics/
H A DIntPoint.h78 class IntPoint { class in namespace:WebCore
80 IntPoint() : m_x(0), m_y(0) { } function in class:WebCore::IntPoint
81 IntPoint(int x, int y) : m_x(x), m_y(y) { } function in class:WebCore::IntPoint
82 explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { } function in class:WebCore::IntPoint
84 static IntPoint zero() { return IntPoint(); }
95 IntPoint expandedTo(const IntPoint& other) const
97 return IntPoint(m_x > other.m_x ? m_x : other.m_x,
101 IntPoint shrunkT
[all...]
/external/webkit/Source/WebCore/platform/haiku/
H A DClipboardHaiku.cpp31 #include "IntPoint.h"
146 IntPoint ClipboardHaiku::dragLocation() const
149 return IntPoint(0, 0);
158 void ClipboardHaiku::setDragImage(CachedImage*, const IntPoint&) argument
169 void ClipboardHaiku::setDragImageElement(Node*, const IntPoint&) argument
174 DragImageRef ClipboardHaiku::createDragImage(IntPoint& dragLocation) const

Completed in 912 milliseconds

12