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

1 2

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 128 setLocation(roundedIntPoint(viewportLocation));
153 IntPoint roundedLocalPoint = roundedIntPoint(localPoint);
RenderSVGContainer.cpp 172 updateHitTestResult(result, roundedIntPoint(localPoint));
RenderSVGImage.cpp 163 updateHitTestResult(result, roundedIntPoint(localPoint));
RenderSVGPath.cpp 272 updateHitTestResult(result, roundedIntPoint(localPoint));
RenderSVGRoot.cpp 349 updateHitTestResult(result, roundedIntPoint(localPoint));
  /external/webkit/Source/WebCore/dom/
MouseRelatedEvent.cpp 161 setAbsoluteLocation(roundedIntPoint(FloatPoint(pageX() * zoomFactor, pageY() * zoomFactor)));
SelectElement.cpp 765 IntPoint localOffset = roundedIntPoint(element->renderer()->absoluteToLocal(mouseEvent->absoluteLocation(), false, true));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 200 inline IntPoint roundedIntPoint(const FloatPoint& p)
  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 158 IntPoint point = roundedIntPoint(iframeRenderer->localToAbsolute());
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 119 IntPoint offset = roundedIntPoint(input->renderer()->absoluteToLocal(point, false, true));
TextControlInnerElements.cpp 276 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), false, true));
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 250 IntPoint localPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(IntPoint(touch->pageX(), touch->pageY())));
280 IntPoint localPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(event->absoluteLocation()));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 135 return roundedIntPoint(mapPoint(FloatPoint(p)));
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 299 absBounds.setLocation(roundedIntPoint(absTopLeft));
RenderInline.cpp     [all...]
RenderTextControlSingleLine.cpp 413 if (speechBox->frameRect().contains(roundedIntPoint(pointInTextControlCoords))) {
    [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp 888 return roundedIntPoint(renderer()->absoluteToLocal(absolutePoint, false, true));
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
DragController.cpp 276 IntPoint point = roundedIntPoint(FloatPoint(p.x() * zoomFactor, p.y() * zoomFactor));
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 416 IntPoint postZoomPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(event->absoluteLocation()));
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 762 IntPoint postZoomPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(event->absoluteLocation()));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 428 IntPoint point = roundedIntPoint(floatPoint);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 1031 drawLine(roundedIntPoint(origin), roundedIntPoint(origin + FloatSize(width, 0)));
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 564 IntPoint postZoomPos = roundedIntPoint(m_element->renderer()->absoluteToLocal(event->absoluteLocation()));
    [all...]

Completed in 756 milliseconds

1 2