OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flooredIntPoint
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp
97
Node* node = findNonEmptyAnchorNode(
flooredIntPoint
(anchorPoint), viewRect, m_eventHandler);
124
return
flooredIntPoint
(anchorPoint - anchorOffsetFromOrigin);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp
171
IntPoint actualPoint(
flooredIntPoint
(point));
RenderInline.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h
185
inline IntPoint
flooredIntPoint
(const FloatSize& p)
LayoutRect.cpp
134
IntPoint location =
flooredIntPoint
(rect.minXMinYCorner());
FloatRect.cpp
236
IntPoint location =
flooredIntPoint
(rect.minXMinYCorner());
245
IntPoint maxPoint =
flooredIntPoint
(rect.maxXMaxYCorner());
FloatPoint.h
220
inline IntPoint
flooredIntPoint
(const FloatPoint& p)
LayoutPoint.h
151
inline IntPoint
flooredIntPoint
(const LayoutPoint& point)
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp
453
HitTestLocation hitTestLocation(LayoutPoint(
flooredIntPoint
(localPoint)));
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp
[
all
...]
Completed in 333 milliseconds