HomeSort by relevance Sort by last modified time
    Searched refs:roundedIntPoint (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 81 IntPoint roundedPointInMainFrame() const { return roundedIntPoint(pointInMainFrame()); }
85 IntPoint roundedPointInInnerNodeFrame() const { return roundedIntPoint(pointInInnerNodeFrame()); }
HitTestLocation.h 53 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
RenderWidget.cpp 111 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
247 layer()->scrollableArea()->paintResizer(paintInfo.context, roundedIntPoint(adjustedPaintOffset), paintInfo.rect);
RenderGeometryMap.cpp 130 ASSERT(roundedIntPoint(rendererMappedResult) == roundedIntPoint(result));
RenderEmbeddedObject.cpp 162 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 153 case 0: point = roundedIntPoint(targetSpaceQuad.p1()); break;
154 case 1: point = roundedIntPoint(targetSpaceQuad.p2()); break;
155 case 2: point = roundedIntPoint(targetSpaceQuad.p3()); break;
156 case 3: point = roundedIntPoint(targetSpaceQuad.p4()); break;
WebHitTestResult.cpp 83 return roundedIntPoint(m_private->result().localPoint());
WebInputEventConversion.cpp 484 return roundedIntPoint(convertAbsoluteLocationForRenderObjectFloat(location, renderObject));
583 IntPoint windowPoint = roundedIntPoint(touch->absoluteLocation());
586 IntPoint screenPoint = roundedIntPoint(touch->screenLocation());
ChromeClientImpl.cpp 129 result.edgeTopInLayer = roundedIntPoint(bound.edgeTopInLayer);
130 result.edgeBottomInLayer = roundedIntPoint(bound.edgeBottomInLayer);
WebPluginContainerImpl.cpp 550 return roundedIntPoint(m_element->renderer()->absoluteToLocal(LayoutPoint(windowPoint), UseTransforms));
558 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 59 IntPoint pixelSnappedLocation() const { return roundedIntPoint(m_location); }
210 return IntRect(roundedIntPoint(rect.location()), IntSize(
230 return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location));
LayoutPoint.h 156 inline IntPoint roundedIntPoint(const LayoutPoint& point)
161 inline IntPoint roundedIntPoint(const LayoutSize& size)
FloatPoint.h 216 inline IntPoint roundedIntPoint(const FloatPoint& p)
FloatRect.cpp 248 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 106 setLocation(roundedIntPoint(viewportLocation));
RenderSVGModelObject.cpp 77 rect.moveBy(roundedIntPoint(accumulatedOffset));
RenderSVGRoot.cpp 252 IntPoint adjustedPaintOffset = roundedIntPoint(paintOffset);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ListMarkerPainter.cpp 40 marker.moveBy(roundedIntPoint(boxOrigin));
166 marker.moveBy(roundedIntPoint(-boxOrigin));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 91 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 280 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
281 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
282 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
283 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));
InspectorOverlay.cpp 113 return m_view.contentsToRootView(roundedIntPoint(m_renderer.localToAbsolute(rendererPoint)));
246 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
247 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
248 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
249 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
InspectorTimelineAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 124 IntPoint point = roundedIntPoint(renderer->localToAbsolute());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 270 drawingRect.moveBy(roundedIntPoint(paintOffset));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 127 return roundedIntPoint(mapPoint(FloatPoint(p)));

Completed in 304 milliseconds

1 2