HomeSort by relevance Sort by last modified time
    Searched refs:IntPoint (Results 251 - 275 of 517) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp 41 static IntSize distanceToRect(const IntPoint& point, const IntRect& rect)
WebPopupMenuImpl.cpp 311 IntPoint WebPopupMenuImpl::screenToWindow(const IntPoint& point) const
314 return IntPoint();
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 116 virtual void setScrollOffset(const WebCore::IntPoint&);
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 65 void ShareableBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.cpp 74 void WebContextMenuProxyWin::showContextMenu(const IntPoint& origin, const Vector<WebContextMenuItemData>& items)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 283 static inline void setCommonMouseEventFields(XEventType& xEvent, const WebMouseEvent& webEvent, const WebCore::IntPoint& pluginLocation)
296 static inline void setXMotionEventFields(XEvent& xEvent, const WebMouseEvent& webEvent, const WebCore::IntPoint& pluginLocation)
303 static inline void setXButtonEventFields(XEvent& xEvent, const WebMouseEvent& webEvent, const WebCore::IntPoint& pluginLocation)
322 static inline void setXCrossingEventFields(XEvent& xEvent, const WebMouseEvent& webEvent, const WebCore::IntPoint& pluginLocation, int type)
  /external/webkit/Source/WebCore/history/
HistoryItem.h 29 #include "IntPoint.h"
125 const IntPoint& scrollPoint() const;
126 void setScrollPoint(const IntPoint&);
252 IntPoint m_scrollPoint;
  /external/webkit/Source/WebCore/page/
ChromeClient.h 149 virtual void delegatedScrollRequested(const IntPoint&) = 0;
151 virtual IntPoint screenToWindow(const IntPoint&) const = 0;
  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 200 IntPoint cellPoint = flipForWritingMode(toRenderTableCell(child), IntPoint(tx, ty), ParentToChildFlippingAdjustment);
202 updateHitTestResult(result, IntPoint(x - cellPoint.x(), y - cellPoint.y()));
RenderLayer.cpp 284 void RenderLayer::updateLayerPositions(UpdateLayerPositionsFlags flags, IntPoint* cachedOffset)
289 IntPoint oldCachedOffset;
309 *cachedOffset = IntPoint(x, y);
677 IntPoint localPoint;
885 IntPoint RenderLayer::absoluteToContents(const IntPoint& absolutePoint) const
    [all...]
RenderThemeWinCE.cpp 379 IntRect cancelBounds(IntPoint(x, y), cancelSize);
389 paintInfo.context->drawLine(IntPoint(xBounds.maxX(), xBounds.y()), IntPoint(xBounds.x(), xBounds.maxY()));
492 IntPoint left = IntPoint(r.x() + 2, (r.y() + r.maxY()) / 2);
501 IntPoint right = IntPoint(left.x() + mediaElement->percentLoaded() * (r.maxX() - r.x() - 4), (r.y() + r.maxY()) / 2);
507 i.context->drawLine(left, IntPoint(r.maxX() - 2, left.y()));
576 paintInfo.context->drawLine(IntPoint(imRect.maxX(), imRect.y()), IntPoint(imRect.x(), imRect.maxY()))
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 286 IntPoint ChromeClientHaiku::screenToWindow(const IntPoint&) const
289 return IntPoint();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 118 virtual void delegatedScrollRequested(const WebCore::IntPoint& scrollOffset);
120 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 77 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
136 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
191 IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2);
233 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(coverRect.maxX(), coverRect.maxY()));
351 Tile::Coordinate TiledBackingStore::tileCoordinateForPoint(const IntPoint& point) const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 160 IntPoint pos(contentRect.x() - m_layerPosition.x(), contentRect.y() - m_layerPosition.y());
165 layerRect = IntRect(IntPoint(0, 0), IntSize(contentRect.width() + pos.x(), contentRect.height() + pos.y()));
314 const IntPoint anchor = sourceRect.location();
331 IntRect destRect(IntPoint(sourceRect.x() - anchor.x(), sourceRect.y() - anchor.y()), sourceRect.size());
338 IntPoint paintOffset(sourceRect.x() - paintRect.x(), sourceRect.y() - paintRect.y());
375 void LayerTilerChromium::setLayerPosition(const IntPoint& layerPosition)
408 IntPoint texOffset = m_tilingData.textureOffset(tile->i(), tile->j());
TransparencyWin.cpp 278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, ColorSpaceDeviceRGB);
327 m_drawRect = IntRect(IntPoint(0, 0), m_layerSize);
349 m_drawRect = IntRect(IntPoint(0, 0), m_layerSize);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 454 static IntPoint widgetScreenPosition(GtkWidget* widget)
461 IntPoint result(widgetX, widgetY);
472 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView));
478 IntPoint ChromeClient::screenToWindow(const IntPoint& point) const
480 IntPoint result(point);
481 IntPoint screenPosition = widgetScreenPosition(GTK_WIDGET(m_webView));
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk2.cpp 177 IntRect buttonRect(IntPoint(), rect.size());
235 IntRect buttonRect(IntPoint(), rect.size());
435 IntRect textFieldRect(IntPoint(), rect.size());
476 IntRect troughRect(IntPoint(), rect.size()); // This is relative to rect.
490 widgetContext.gtkPaintFocus(IntRect(IntPoint(), rect.size()), widget, getGtkStateType(this, object), "trough");
521 IntRect thumbRect(IntPoint(), rect.size());
561 IntRect fullProgressBarRect(IntPoint(), rect.size());
605 IntRect fullSpinButtonRect(IntPoint(), expandedRect.size());
622 IntRect topRect(IntPoint(), expandedRect.size());
647 IntRect bottomRect(IntPoint(0, expandedRect.height() / 2), expandedRect.size())
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 325 void ClipboardMac::setDragImage(CachedImage* img, const IntPoint &loc)
330 void ClipboardMac::setDragImageElement(Node *node, const IntPoint &loc)
335 void ClipboardMac::setDragImage(CachedImage* image, Node *node, const IntPoint &loc)
397 DragImageRef ClipboardMac::createDragImage(IntPoint& loc) const
401 loc = (IntPoint)nsloc;
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 239 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
337 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
385 IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2);
437 TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(visibleRect.maxX(), visibleRect.maxY()));
563 return mapFromContents(IntRect(IntPoint(0, 0), m_viewSize));
577 TiledDrawingAreaTile::Coordinate TiledDrawingAreaProxy::tileCoordinateForPoint(const IntPoint& point) const
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 136 void WebPageProxy::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates, const IntPoint& accessibilityViewCoordinates)
176 uint64_t WebPageProxy::characterIndexForPoint(const IntPoint point)
213 void WebPageProxy::setDragImage(const WebCore::IntPoint& clientPosition, const ShareableBitmap::Handle& dragImageHandle, bool isLinkDrag)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.cpp 188 const IntPoint& repeatTimes,
252 const IntPoint& repeatTimes,
305 IntPoint repeatTimes(position->nbRepeatX(), position->nbRepeatY());
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 287 IntPoint AffineTransform::mapPoint(const IntPoint& point) const
293 return IntPoint(lround(x2), lround(y2));
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 191 static void putImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, SharedBitmap* bitmap)
235 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
240 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 32 #include "IntPoint.h"
43 static PassRefPtr<SharedCursor> createSharedCursor(Image* img, const IntPoint& hotSpot)
47 IntPoint effectiveHotSpot = determineHotSpot(img, hotSpot);
126 IntPoint hotSpot(x, y);

Completed in 385 milliseconds

<<11121314151617181920>>