Searched refs:IntPoint (Results 226 - 250 of 260) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp348 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.cpp90 m_buffer->setOriginalFrameRect(IntRect(IntPoint(), m_parent->size()));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp431 buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.cpp192 IntPoint mousePoint = selectedFrame->view()->contentsToWindow(r.roundedPointInInnerNodeFrame());
H A DWebAXObject.cpp526 IntPoint contentsPoint = m_private->documentFrameView()->windowToContents(point);
H A DWebFrameImpl.cpp369 graphicsContext.drawLine(IntPoint(0, currentHeight), IntPoint(pageWidth, currentHeight));
604 view->setScrollOffset(IntPoint(offset.width, offset.height));
1135 IntPoint point = frame()->view()->windowToContents(webPoint);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp281 IntPoint adjustedPaintOffset;
401 RenderRegion* RenderFlowThread::regionFromAbsolutePointAndBox(IntPoint absolutePoint, const RenderBox* flowedBox)
H A DRenderListMarker.cpp1275 marker.moveBy(IntPoint(roundToInt(box.x()), roundToInt(box.y() - logicalHeight())));
1284 IntPoint textOrigin = IntPoint(marker.x(), marker.y() + style()->fontMetrics().ascent());
H A DRenderLayer.h251 void convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntPoint& location) const;
H A DRenderBox.cpp563 frameView->setScrollPosition(IntPoint(xOffset, yOffset));
828 void RenderBox::autoscroll(const IntPoint& position)
838 IntPoint currentDocumentPosition = frameView->windowToContents(position);
859 IntSize RenderBox::calculateAutoscrollDirection(const IntPoint& windowPoint) const
872 IntPoint windowAutoscrollPoint = windowPoint;
919 void RenderBox::panScroll(const IntPoint& sourcePoint)
925 IntPoint lastKnownMousePosition = frame->eventHandler().lastKnownMousePosition();
928 static IntPoint previousMousePosition;
H A DInlineTextBox.cpp1270 IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos));
1440 return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0, from, to).maxX();
H A DRenderObject.cpp973 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
977 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2));
H A DRenderView.cpp478 ASSERT(LayoutPoint(IntPoint(paintOffset.x(), paintOffset.y())) == paintOffset);
H A DRootInlineBox.cpp609 InlineBox* RootInlineBox::closestLeafChildForPoint(const IntPoint& pointInContents, bool onlyEditableLeaves)
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacNonOverlayAPI.mm123 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1340 clipRectsToImageRect(IntRect(IntPoint(), bitmap->size()), &normalizedSrcRect, &normalizedDstRect);
1345 IntPoint bitmapOffset = bitmap->bitmapOffset();
1609 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), sizeFor(video)));
1965 destRect.intersect(IntRect(IntPoint(), buffer->size()));
1971 buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRect, IntPoint(destOffset));
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.cpp76 bool Region::contains(const IntPoint& point) const
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp743 buffer.setOriginalFrameRect(IntRect(IntPoint(), size()));
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTransparencyWinTest.cpp364 IntRect clipRect(IntPoint(11, 5), IntSize(1, 1));
H A DWebFrameTest.cpp1876 static WebCore::FloatSize computeRelativeOffset(const WebCore::IntPoint& absoluteOffset, const WebCore::LayoutRect& rect)
1932 WebCore::IntPoint anchorPoint = WebCore::IntPoint(scrollOffset) + WebCore::IntPoint(viewportSize.width / 2, 0);
1940 WebCore::IntPoint newAnchorPoint = WebCore::IntPoint(webViewHelper.webViewImpl()->mainFrame()->scrollOffset()) + WebCore::IntPoint(viewportSize.height / 2, 0);
2519 WebCore::IntPoint scroll;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp1290 IntPoint localOffset = roundedIntPoint(renderer()->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms));
1310 IntPoint localOffset = roundedIntPoint(renderer()->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp751 HitTestResult result = candidate.visibleNode->document().page()->mainFrame()->eventHandler().hitTestResultAtPoint(IntPoint(x, y), HitTestRequest::ReadOnly | HitTestRequest::Active | HitTestRequest::IgnoreClipping | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp148 static Node* hoveredNodeForPoint(Frame* frame, const IntPoint& point, bool ignorePointerEventsNone)
1379 Node* node = hoveredNodeForPoint(m_document->frame(), IntPoint(x, y), false);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h121 class IntPoint;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindow.cpp1417 IntPoint layoutPos(x * m_frame->pageZoomFactor(), y * m_frame->pageZoomFactor());

Completed in 1988 milliseconds

1234567891011