/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 399 return IntRect(IntPoint(left, top), convertToValidDeviceSize(right - left, bottom - top));
|
/external/webkit/Source/WebCore/html/shadow/ |
TextControlInnerElements.cpp | 276 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), false, true));
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
Surface.cpp | 462 IntPoint origin = prerenderedInval->screenArea.location();
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferDataCG.cpp | 255 void ImageBufferData::putData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, const IntSize& size, bool accelerateRendering, bool unmultiplied)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 344 IntPoint intPoint(lroundf(m_point.x()),
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) 892 drawLine(IntPoint(startPoint.x(), startPoint.y()), IntPoint(endPoint.x(), endPoint.y())); [all...] |
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.cpp | 90 m_buffer->setOriginalFrameRect(IntRect(IntPoint(), m_parent->size()));
|
/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 207 IntPoint mousePosition = scrollbar->convertFromContainingWindow(evt.pos());
|
/external/webkit/Source/WebCore/rendering/ |
RenderLineBoxList.cpp | 306 renderer->updateHitTestResult(result, IntPoint(x - tx, y - ty));
|
RenderReplaced.cpp | 282 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point)
|
RenderTheme.cpp | 517 IntPoint RenderTheme::volumeSliderOffsetFromMuteButton(RenderBox* muteButtonBox, const IntSize& size) const 523 return IntPoint(0, y); [all...] |
RootInlineBox.cpp | 196 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty)); 307 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, [all...] |
/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 282 static IntPoint globalPrevPoint;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
NetscapePluginMac.mm | 459 static void fillInCocoaEventFromMouseEvent(NPCocoaEvent& event, const WebMouseEvent& mouseEvent, const WebCore::IntPoint& pluginLocation) 471 static NPCocoaEvent initializeMouseEvent(const WebMouseEvent& mouseEvent, const WebCore::IntPoint& pluginLocation)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginProxy.cpp | 137 m_pluginBackingStore->paint(*graphicsContext, IntPoint(), IntRect(0, 0, m_frameRect.width(), m_frameRect.height()));
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 359 void WebPage::gestureWillBegin(const WebCore::IntPoint& point, bool& canBeginPanning)
|
/external/webkit/Source/WebCore/dom/ |
Document.h | 95 class IntPoint; 659 MouseEventWithHitTestResults prepareMouseEvent(const HitTestRequest&, const IntPoint&, const PlatformMouseEvent&); [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 414 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
|
/external/webkit/Source/WebCore/platform/graphics/ |
ShadowBlur.cpp | 799 IntRect blurRect(IntPoint(), templateSize); 802 m_layerImage->putUnmultipliedImageData(layerData.get(), blurRect.size(), blurRect, IntPoint()); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.cpp | 842 void PlatformGraphicsContextRecording::drawLine(const IntPoint& point1, 843 const IntPoint& point2) [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 919 void PainterOpenVG::drawLine(const IntPoint& from, const IntPoint& to) [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 557 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) [all...] |
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebChromeClient.cpp | 507 IntPoint WebChromeClient::screenToWindow(const IntPoint& point) const
|
/external/webkit/Source/WebKit/wx/ |
WebView.cpp | 957 frame->view()->setScrollPosition(WebCore::IntPoint(frame->view()->scrollX(), frame->view()->maximumScrollPosition().y())); 961 frame->view()->setScrollPosition(WebCore::IntPoint(frame->view()->scrollX(), 0));
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
PageClientImpl.mm | 247 void PageClientImpl::setDragImage(const IntPoint& clientPosition, PassRefPtr<ShareableBitmap> dragImage, bool isLinkDrag)
|