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