Searched
refs:IntPoint (Results
276 -
300 of
517) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/svg/ |
SVGFEConvolveMatrixElement.cpp | 28 #include "IntPoint.h" 141 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY())); 143 return convolveMatrix->setTargetOffset(IntPoint(targetX(), targetY())); 253 bias(), IntPoint(targetXValue, targetYValue), static_cast<EdgeModeType>(edgeMode()),
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityScrollView.cpp | 140 AccessibilityObject* AccessibilityScrollView::accessibilityHitTest(const IntPoint& point) const
|
AccessibilitySlider.cpp | 110 AccessibilityObject* AccessibilitySlider::elementAccessibilityHitTest(const IntPoint& point) const
|
/external/webkit/Source/WebCore/css/ |
CSSCursorImageValue.cpp | 56 CSSCursorImageValue::CSSCursorImageValue(const String& url, const IntPoint& hotSpot)
|
/external/webkit/Source/WebCore/page/chromium/ |
EventHandlerChromium.cpp | 61 IntPoint p = m_frame->view()->windowToContents(mev.event().pos());
|
/external/webkit/Source/WebCore/platform/ |
ScrollAnimator.cpp | 129 m_scrollableArea->setScrollOffsetFromAnimation(IntPoint(m_currentPosX, m_currentPosY));
|
Scrollbar.cpp | 480 IntPoint Scrollbar::convertToContainingView(const IntPoint& localPoint) const 488 IntPoint Scrollbar::convertFromContainingView(const IntPoint& parentPoint) const
|
/external/webkit/Source/WebCore/platform/android/ |
CursorAndroid.cpp | 36 Cursor::Cursor(Image*, const IntPoint&)
|
/external/webkit/Source/WebCore/platform/brew/ |
CursorBrew.cpp | 38 Cursor::Cursor(Image*, const IntPoint&)
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromium.cpp | 133 IntPoint tick(scrollbar->x(), yPos);
|
/external/webkit/Source/WebCore/platform/graphics/ |
ImageSource.cpp | 113 bool ImageSource::getHotSpot(IntPoint&) const
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
GraphicsOperation.h | 397 DrawLine(const IntPoint& point1, const IntPoint& point2) 405 IntPoint m_point1; 406 IntPoint m_point2;
|
PlatformGraphicsContext.h | 120 virtual void drawLine(const IntPoint& point1, const IntPoint& point2) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
ScrollableLayerAndroid.cpp | 26 setScrollOffset(IntPoint(newX, newY));
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEConvolveMatrix.cpp | 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, 53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode, 107 IntPoint FEConvolveMatrix::targetOffset() const 112 bool FEConvolveMatrix::setTargetOffset(const IntPoint& targetOffset)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
WebLayer.cpp | 133 cg.drawText(font, TextRun(text), IntPoint(aBounds.origin.x + 5, aBounds.origin.y + 17));
|
/external/webkit/Source/WebCore/platform/image-decoders/webp/ |
WEBPImageDecoder.cpp | 110 buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
|
/external/webkit/Source/WebCore/platform/wince/ |
CursorWinCE.cpp | 45 Cursor::Cursor(Image* img, const IntPoint& hotspot)
|
/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 158 IntPoint point = roundedIntPoint(iframeRenderer->localToAbsolute());
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGForeignObject.cpp | 153 IntPoint roundedLocalPoint = roundedIntPoint(localPoint);
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.h | 76 virtual void setDragImage(const WebCore::IntPoint& clientPosition, PassRefPtr<ShareableBitmap> dragImage, bool isLinkDrag);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpage_p.h | 66 virtual void pageDidRequestScroll(const WebCore::IntPoint&);
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
BackingStoreWin.cpp | 85 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | 570 m_drawingArea->setNeedsDisplay(IntRect(IntPoint(0, 0), viewSize)); 625 IntPoint scrollPosition = frame->view()->scrollPosition(); 626 IntPoint maximumScrollPosition = frame->view()->maximumScrollPosition(); 700 void WebPage::scaleWebView(double scale, const IntPoint& origin) 859 void WebPage::pageDidRequestScroll(const IntPoint& point) [all...] |
/external/webkit/Source/WebCore/page/ |
Frame.cpp | 788 VisiblePosition Frame::visiblePositionForPoint(const IntPoint& framePoint) 803 Document* Frame::documentAtPoint(const IntPoint& point) 808 IntPoint pt = view()->windowToContents(point); 816 PassRefPtr<Range> Frame::rangeForPoint(const IntPoint& framePoint) 925 return IntRect(IntPoint(), m_view->contentsSize()); 996 IntPoint scrollPosition = view->scrollPosition(); 998 view->setScrollPosition(IntPoint(scrollPosition.x() * percentDifference, scrollPosition.y() * percentDifference)); 1028 void Frame::scalePage(float scale, const IntPoint& origin) [all...] |
Completed in 748 milliseconds
<<11121314151617181920>>