HomeSort by relevance Sort by last modified time
    Searched refs:absolutePoint (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 182 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/
RenderLayer.h 290 bool isPointInResizeControl(const IntPoint& absolutePoint) const;
292 IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const;
    [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp 884 IntPoint RenderLayer::absoluteToContents(const IntPoint& absolutePoint) const
887 return roundedIntPoint(renderer()->absoluteToLocal(absolutePoint, false, true));
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 647 FloatPoint absolutePoint = targetNode->renderer()->localToAbsolute(FloatPoint(selectionEndPoint));
648 selectionEndPoint = roundedIntPoint(editableElement->renderer()->absoluteToLocal(absolutePoint));
    [all...]

Completed in 400 milliseconds