Searched refs:absolutePoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.cpp182 FloatPoint absolutePoint(point);
183 absolutePoint.move(containingBlock->x(), containingBlock->y());
206 float distance = powf(fragmentRect.x() - absolutePoint.x(), 2) +
207 powf(fragmentRect.y() + fragmentRect.height() / 2 - absolutePoint.y(), 2);
221 int offset = closestDistanceBox->offsetForPositionInFragment(*closestDistanceFragment, absolutePoint.x() - closestDistancePosition, true);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h268 bool isPointInResizeControl(const IntPoint& absolutePoint) const;
270 IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const;
H A DRenderObject.cpp1107 FloatPoint absolutePoint = localToAbsolute(); local
1108 addFocusRingRects(rects, absolutePoint.x(), absolutePoint.y());
1112 rect.move(-absolutePoint.x(), -absolutePoint.y());
H A DRenderLayer.cpp885 IntPoint RenderLayer::absoluteToContents(const IntPoint& absolutePoint) const
888 return roundedIntPoint(renderer()->absoluteToLocal(absolutePoint, false, true));
2014 IntSize RenderLayer::offsetFromResizeCorner(const IntPoint& absolutePoint) const
2018 IntPoint localPoint = absoluteToContents(absolutePoint);
2454 bool RenderLayer::isPointInResizeControl(const IntPoint& absolutePoint) const
2462 IntPoint localPoint = absoluteToContents(absolutePoint);
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp647 FloatPoint absolutePoint = targetNode->renderer()->localToAbsolute(FloatPoint(selectionEndPoint));
648 selectionEndPoint = roundedIntPoint(editableElement->renderer()->absoluteToLocal(absolutePoint));

Completed in 94 milliseconds