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 224 LayoutPoint pointInParent = locationInContainer.point();
227 pointInParent -= toLayoutSize(innerBlockElement()->renderBox()->location());
229 pointInParent -= toLayoutSize(container->renderBox()->location());
231 hitInnerTextElement(result, pointInParent, accumulatedOffset);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 423 LayoutPoint pointInParent = locationInContainer.point() - toLayoutSize(accumulatedOffset);
424 LayoutPoint pointInBorderBox = pointInParent - toLayoutSize(location());
429 FloatPoint localPoint = localToParentTransform().inverse().mapPoint(FloatPoint(pointInParent));

Completed in 72 milliseconds