Searched refs:IntPoint (Results 151 - 175 of 517) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.h80 const IntPoint& repeatTimes, const FloatPoint& startPoint,
84 const IntPoint& repeatTimes, const FloatPoint& startPoint,
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageBufferWx.cpp75 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
80 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkPluginWidget.cpp61 IntPoint loc = parent()->contentsToWindow(rect.location());
85 IntPoint loc = parent()->contentsToWindow(rect.location());
/external/webkit/Source/WebCore/platform/mac/
H A DDragDataMac.mm40 DragData::DragData(DragDataRef data, const IntPoint& clientPosition, const IntPoint& globalPosition,
51 DragData::DragData(const String& dragStorageName, const IntPoint& clientPosition, const IntPoint& globalPosition,
/external/webkit/Source/WebCore/platform/win/
H A DPlatformMouseEventWin.cpp38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
H A DWheelEventWin.cpp39 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
46 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControlsChromium.cpp149 IntPoint sliderTopLeft = bufferedRect.location();
150 IntPoint sliderTopRight = sliderTopLeft;
196 context->drawLine(IntPoint(x, rect.y()), IntPoint(x, rect.y() + rect.height()));
229 context->drawLine(IntPoint(rect.x() + 1, rect.y()),
230 IntPoint(rect.x() + 1, rect.y() + rect.height()));
235 context->drawLine(IntPoint(rect.x() + rect.width() - 1, rect.y()),
236 IntPoint(rect.x() + rect.width() - 1, rect.y() + rect.height()));
H A DRenderBox.h100 IntPoint location() const { return m_frameRect.location(); }
104 void setLocation(const IntPoint& location) { m_frameRect.setLocation(location); }
105 void setLocation(int x, int y) { setLocation(IntPoint(x, y)); }
124 virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, IntPoint* cachedOffsetToRepaintContainer) const;
248 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
330 virtual void panScroll(const IntPoint&);
366 virtual VisiblePosition positionForPoint(const IntPoint&);
388 IntPoint flipForWritingMode(const RenderBox* child, const IntPoint&, FlippingAdjustment) const;
390 IntPoint flipForWritingMod
[all...]
H A DEllipsisBox.cpp56 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->fontMetrics().ascent()));
78 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
98 IntPoint(m_x + tx, m_y + ty + y), h, c, style->colorSpace());
113 renderer()->updateHitTestResult(result, IntPoint(x - mtx, y - mty));
120 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty));
H A DInlineBox.cpp167 IntPoint childPoint = IntPoint(tx, ty);
195 return renderer()->hitTest(request, result, IntPoint(x, y), tx, ty);
325 IntPoint InlineBox::flipForWritingMode(const IntPoint& point)
H A DRenderLayerCompositor.h174 void frameViewDidChangeLocation(const IntPoint& contentsOffset);
176 void frameViewDidScroll(const IntPoint& = IntPoint());
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp151 IntPoint parentOriginInContainer(parentX, parentY);
152 IntPoint borderBoxOriginInContainer = parentOriginInContainer + parentOriginToBorderBox();
262 AffineTransform RenderSVGRoot::localToRepaintContainerTransform(const IntPoint& parentOriginInContainer) const
320 IntPoint pointInContainer(x, y);
323 IntPoint pointInParent = pointInContainer - containerToParentOffset;
324 IntPoint pointInBorderBox = pointInParent - parentOriginToBorderBox();
327 IntPoint pointInContentBox = pointInBorderBox - borderOriginToContentBox();
331 IntPoint localPoint = localToParentTransform().inverse().mapPoint(pointInParent);
/external/webkit/Source/WebKit/android/nav/
H A DDrawExtra.cpp55 const IntPoint& additionalOffset,
66 IntPoint offset = additionalOffset;
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp56 m_position = widget->convertFromContainingWindow(IntPoint(e.x, e.y));
57 m_globalPosition = IntPoint(e.globalX, e.globalY);
90 m_position = widget->convertFromContainingWindow(IntPoint(e.x, e.y));
91 m_globalPosition = IntPoint(e.globalX, e.globalY);
288 IntPoint p = view->contentsToWindow(
289 IntPoint(event.absoluteLocation().x(), event.absoluteLocation().y()));
307 IntPoint p = view->contentsToWindow(
308 IntPoint(event.absoluteLocation().x(), event.absoluteLocation().y()));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebDragClient.mm77 WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const IntPoint& windowPoint)
83 void WebDragClient::willPerformDragSourceAction(WebCore::DragSourceAction action, const WebCore::IntPoint& mouseDownPoint, WebCore::Clipboard* clipboard)
89 void WebDragClient::startDrag(DragImageRef dragImage, const IntPoint& at, const IntPoint& eventPos, Clipboard* clipboard, Frame* frame, bool linkDrag)
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp236 void simulateLeftMouseDownEvent(const IntPoint& point)
242 void simulateLeftMouseUpEvent(const IntPoint& point)
330 IntPoint row1Point(2, 18);
347 IntPoint row1Point(2, 18);
354 simulateLeftMouseDownEvent(IntPoint(1000, 1000));
372 simulateLeftMouseDownEvent(IntPoint(1000, 1000));
/external/webkit/Source/WebCore/platform/
H A DCursor.h30 #include "IntPoint.h"
163 Cursor(Image*, const IntPoint& hotSpot);
172 const IntPoint& hotSpot() const { return m_hotSpot; }
185 IntPoint m_hotSpot;
195 IntPoint determineHotSpot(Image*, const IntPoint& specifiedHotSpot);
/external/webkit/Source/WebCore/page/
H A DChrome.h74 virtual void delegatedScrollRequested(const IntPoint& scrollPoint);
76 virtual IntPoint screenToWindow(const IntPoint&) const;
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFELighting.cpp68 inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector)
79 inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector)
92 inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
103 inline void FELighting::LightingData::leftColumn(int offset, IntPoint& normalVector)
117 inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector)
133 inline void FELighting::LightingData::rightColumn(int offset, IntPoint& normalVector)
147 inline void FELighting::LightingData::bottomLeft(int offset, IntPoint& normalVector)
158 inline void FELighting::LightingData::bottomRow(int offset, IntPoint& normalVector)
171 inline void FELighting::LightingData::bottomRight(int offset, IntPoint& normalVector)
183 int lightX, int lightY, float factorX, float factorY, IntPoint
[all...]
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h54 class IntPoint;
71 IntPoint mapPoint(const IntPoint&) const;
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp121 IntPoint mainFramePoint = frame->page()->mainFrame()->view()->windowToContents(frame->view()->contentsToWindow(IntPoint()));
122 return mainFramePoint - IntPoint();
173 IntPoint titleBasePoint = IntPoint(anchorBox.x(), anchorBox.maxY() - 1);
208 context.drawText(font, nodeTitleRun, IntPoint(titleRect.x() + rectInflatePx, titleRect.y() + font.fontMetrics().height()));
/external/webkit/Source/WebCore/bindings/js/
H A DJSClipboardCustom.cpp36 #include "IntPoint.h"
124 clipboard->setDragImage(static_cast<HTMLImageElement*>(node)->cachedImage(), IntPoint(x, y));
126 clipboard->setDragImageElement(node, IntPoint(x, y));
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ClipboardCustom.cpp37 #include "IntPoint.h"
121 clipboard->setDragImage(static_cast<HTMLImageElement*>(node)->cachedImage(), IntPoint(x, y));
123 clipboard->setDragImageElement(node, IntPoint(x, y));
/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp122 IntPoint CanvasSurface::convertLogicalToDevice(const FloatPoint& logicalPos) const
127 return IntPoint(static_cast<unsigned>(xf), static_cast<unsigned>(yf));
/external/webkit/Source/WebCore/html/
H A DImageInputType.cpp80 m_clickLocation = IntPoint(mouseEvent->offsetX(), mouseEvent->offsetY());
82 m_clickLocation = IntPoint();

Completed in 365 milliseconds

1234567891011>>