HomeSort by relevance Sort by last modified time
    Searched full:roundedintpoint (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 137 quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1())));
138 quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2())));
139 quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3())));
140 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
LinkHighlight.cpp 160 case 0: point = roundedIntPoint(targetSpaceQuad.p1()); break;
161 case 1: point = roundedIntPoint(targetSpaceQuad.p2()); break;
162 case 2: point = roundedIntPoint(targetSpaceQuad.p3()); break;
163 case 3: point = roundedIntPoint(targetSpaceQuad.p4()); break;
WebHitTestResult.cpp 51 return roundedIntPoint(m_private->localPoint());
WebPluginContainerImpl.cpp 521 return roundedIntPoint(m_element->renderer()->absoluteToLocal(LayoutPoint(windowPoint), UseTransforms));
529 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutRect.h 59 IntPoint pixelSnappedLocation() const { return roundedIntPoint(m_location); }
204 return IntRect(roundedIntPoint(rect.location()), IntSize(snapSizeToPixel(rect.width(), rect.x()),
224 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 212 inline IntPoint roundedIntPoint(const FloatPoint& p)
FloatRect.cpp 257 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 117 ASSERT(roundedIntPoint(rendererMappedResult) == roundedIntPoint(result));
118 // if (roundedIntPoint(rendererMappedResult) != roundedIntPoint(result))
HitTestResult.h 72 IntPoint roundedPointInMainFrame() const { return roundedIntPoint(pointInMainFrame()); }
76 IntPoint roundedPointInInnerNodeFrame() const { return roundedIntPoint(pointInInnerNodeFrame()); }
HitTestLocation.h 62 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
RenderWidget.cpp 128 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
306 layer()->paintResizer(paintInfo.context, roundedIntPoint(adjustedPaintOffset), paintInfo.rect);
EllipsisBox.cpp 150 context->drawHighlightForText(font, RenderBlock::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), roundedIntPoint(LayoutPoint(x() + paintOffset.x(), y() + paintOffset.y() + top)), h, c);
RenderEmbeddedObject.cpp 182 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
WheelEvent.cpp 63 , m_rawDelta(roundedIntPoint(rawDelta))
TreeScope.cpp 228 IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor + frameView->scrollX(), y * scaleFactor + frameView->scrollY()));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.cpp 92 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 133 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
134 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
135 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
136 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
InspectorTimelineAgent.cpp 790 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
791 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
792 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
793 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
IFrameShimSupport.cpp 158 IntPoint point = roundedIntPoint(iframeRenderer->localToAbsolute());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 150 setLocation(roundedIntPoint(viewportLocation));
RenderSVGModelObject.cpp 82 rect.moveBy(roundedIntPoint(accumulatedOffset));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 250 drawingRect.moveBy(roundedIntPoint(paintOffset));
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 427 adjustedPoint = roundedIntPoint(center);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 127 return roundedIntPoint(mapPoint(FloatPoint(p)));

Completed in 595 milliseconds

1 2