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

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 129 quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1())));
130 quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2())));
131 quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3())));
132 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
WebHitTestResult.cpp 51 return roundedIntPoint(m_private->localPoint());
LinkHighlight.cpp 156 case 0: point = roundedIntPoint(targetSpaceQuad.p1()); break;
157 case 1: point = roundedIntPoint(targetSpaceQuad.p2()); break;
158 case 2: point = roundedIntPoint(targetSpaceQuad.p3()); break;
159 case 3: point = roundedIntPoint(targetSpaceQuad.p4()); break;
WebInputEventConversion.cpp 486 return roundedIntPoint(convertAbsoluteLocationForRenderObjectFloat(location, renderObject));
585 IntPoint windowPoint = roundedIntPoint(touch->absoluteLocation());
588 IntPoint screenPoint = roundedIntPoint(touch->screenLocation());
WebPluginContainerImpl.cpp 539 return roundedIntPoint(m_element->renderer()->absoluteToLocal(LayoutPoint(windowPoint), UseTransforms));
547 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 74 IntPoint roundedPointInMainFrame() const { return roundedIntPoint(pointInMainFrame()); }
78 IntPoint roundedPointInInnerNodeFrame() const { return roundedIntPoint(pointInInnerNodeFrame()); }
HitTestLocation.h 51 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
RenderWidget.cpp 96 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
240 layer()->scrollableArea()->paintResizer(paintInfo.context, roundedIntPoint(adjustedPaintOffset), paintInfo.rect);
RenderGeometryMap.cpp 130 ASSERT(roundedIntPoint(rendererMappedResult) == roundedIntPoint(result));
RenderEmbeddedObject.cpp 165 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
  /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/inspector/
InspectorTraceEvents.cpp 241 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
242 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
243 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
244 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));
InspectorOverlay.cpp 140 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
141 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
142 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
143 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
493 point = info->view->contentsToRootView(roundedIntPoint(info->renderer->localToAbsolute(point))) + info->rootView->scrollOffset();
InspectorTimelineAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGModelObject.cpp 76 rect.moveBy(roundedIntPoint(accumulatedOffset));
RenderSVGForeignObject.cpp 145 setLocation(roundedIntPoint(viewportLocation));
RenderSVGRoot.cpp 260 IntPoint adjustedPaintOffset = roundedIntPoint(paintOffset);
  /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/plugins/
PluginOcclusionSupport.cpp 124 IntPoint point = roundedIntPoint(renderer->localToAbsolute());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 246 drawingRect.moveBy(roundedIntPoint(paintOffset));
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 127 return roundedIntPoint(mapPoint(FloatPoint(p)));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]

Completed in 1547 milliseconds

1 2