OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointInParent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp
223
LayoutPoint
pointInParent
= locationInContainer.point();
226
pointInParent
-= toLayoutSize(editingViewPortElement()->renderBox()->location());
228
pointInParent
-= toLayoutSize(container->renderBox()->location());
230
hitInnerTextElement(result,
pointInParent
, accumulatedOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
396
LayoutPoint
pointInParent
= locationInContainer.point() - toLayoutSize(accumulatedOffset);
397
LayoutPoint pointInBorderBox =
pointInParent
- toLayoutSize(location());
402
FloatPoint localPoint = localToParentTransform().inverse().mapPoint(FloatPoint(
pointInParent
));
Completed in 37 milliseconds