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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 129 virtual void drawLine(const IntPoint& point1, const IntPoint& point2);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 32 #include "IntPoint.h"
208 bool ImageSource::getHotSpot(IntPoint& hotSpot) const
226 hotSpot = IntPoint(x, y);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 78 void setViewport(const IntRect& visibleRect, const IntRect& contentRect, const IntPoint& scrollPosition);
174 IntPoint m_viewportScrollPosition;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 174 IntRect imageRect(IntPoint(), absolutePaintRect().size());
195 resultImage->putUnmultipliedImageData(pixelArray.get(), imageRect.size(), imageRect, IntPoint());
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 235 IntPoint TilingData::textureOffset(int xIndex, int yIndex) const
240 return IntPoint(left, top);
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 34 #include "IntPoint.h"
62 static GRefPtr<GdkCursor> createCustomCursor(Image* image, const IntPoint& hotSpot)
64 IntPoint effectiveHotSpot = determineHotSpot(image, hotSpot);
  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 214 IntPoint textPos(DragLabelBorderX, imageSize.height() - (LabelBorderYOffset + urlFont->fontMetrics().descent()));
221 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 315 IntPoint flipForWritingMode(const IntPoint&);
RenderMediaControls.cpp 183 IntPoint RenderMediaControls::volumeSliderOffsetFromMuteButton(RenderBox* muteButtonBox, const IntSize& size)
193 return IntPoint(xOffset * zoomLevel, y);
RenderThemeChromiumMac.mm 161 IntPoint RenderThemeChromiumMac::volumeSliderOffsetFromMuteButton(RenderBox* muteButtonBox, const IntSize& size) const
RenderTableSection.cpp     [all...]
RenderBox.cpp 504 IntRect RenderBox::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint* cachedOffsetToRepaintContainer) const
673 void RenderBox::panScroll(const IntPoint& source)
766 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
775 updateHitTestResult(result, IntPoint(xPos - tx, yPos - ty));
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMasker.cpp 162 IntRect maskImageRect(IntPoint(), maskerData->maskImage->size());
178 maskerData->maskImage->putUnmultipliedImageData(srcPixelArray.get(), maskImageRect.size(), maskImageRect, IntPoint());
RenderSVGText.cpp 210 VisiblePosition RenderSVGText::positionForPoint(const IntPoint& pointInContents)
224 return closestBox->renderer()->positionForPoint(IntPoint(pointInContents.x(), closestBox->m_y));
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 118 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 98 virtual WebCore::IntPoint screenToWindow(const WebCore::IntPoint&) const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 263 IntPoint ChromeClientWinCE::screenToWindow(const IntPoint& point) const
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 102 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 139 notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
140 selectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 218 contentsRect.intersect(IntRect(IntPoint::zero(), m_webPage->mainFrame()->coreFrame()->view()->contentsSize()));
222 UpdateChunk updateChunk(IntRect(IntPoint(contentsRect.x() * targetScale, contentsRect.y() * targetScale), targetSize));
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 131 static inline IntPoint topLevelOffsetFor(PlatformWidget widget)
145 return IntPoint();
448 IntPoint offset = topLevelOffsetFor(platformPluginWidget());
487 IntPoint offset = frameRect().location();
762 IntPoint postZoomPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(event->absoluteLocation()));
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 41 typedef void (*FuncGradientFillRectLinear)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, const Vector<Gradient::ColorStop>& stops);
42 typedef void (*FuncGradientFillRectRadial)(HDC hdc, const IntRect& r, const IntPoint& p0, const IntPoint& p1, float r0, float r1, const Vector<Gradient::ColorStop>& stops);
113 template<class T> static inline IntPoint mapPoint(const IntPoint& p, const T& t)
117 return IntPoint(x, y);
229 IntPoint mapPoint(const IntPoint& point) const
670 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 254 m_currentMousePosition = IntPoint();
394 IntPoint vPoint = view->windowToContents(event.event().pos());
635 static VisiblePosition selectionExtentRespectingEditingBoundary(const VisibleSelection& selection, const IntPoint& localPoint, Node* targetNode)
637 IntPoint selectionEndPoint = localPoint;
921 HitTestResult EventHandler::hitTestResultAtPoint(const IntPoint& point, bool allowShadowContent, bool ignoreClipping, HitTestScrollbars testScrollbars, HitTestRequest::HitTestRequestType hitType, const IntSize& padding)
942 IntPoint widgetPoint(result.localPoint().x() + view->scrollX() - renderWidget->borderLeft() - renderWidget->paddingLeft(),
    [all...]
FrameView.cpp 485 ScrollView::setScrollOrigin(IntPoint(-root->docLeft(), -root->docTop()), !m_frame->document()->printing(), size == contentsSize());
983 IntPoint cachedOffset;
    [all...]
SpatialNavigation.cpp 55 static void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint);
125 IntPoint center(rect.center());
545 void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint)
640 IntPoint exitPoint;
641 IntPoint entryPoint;

Completed in 443 milliseconds

<<11121314151617181920>>