HomeSort by relevance Sort by last modified time
    Searched defs:pointInParent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 207 LayoutPoint pointInParent = locationInContainer.point();
210 pointInParent -= toLayoutSize(editingViewPortElement()->renderBox()->location());
212 pointInParent -= toLayoutSize(container->renderBox()->location());
214 hitInnerEditorElement(result, pointInParent, accumulatedOffset);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 417 LayoutPoint pointInParent = locationInContainer.point() - toLayoutSize(accumulatedOffset);
418 LayoutPoint pointInBorderBox = pointInParent - toLayoutSize(location());
426 FloatPoint localPoint = localToParentTransform.inverse().mapPoint(FloatPoint(pointInParent));

Completed in 112 milliseconds