OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustedPoint
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp
385
bool snapTo(const SubtargetGeometry& geom, const IntPoint& touchPoint, const IntRect& touchArea, IntPoint&
adjustedPoint
)
395
adjustedPoint
= touchPoint;
400
adjustedPoint
= bounds.center();
419
adjustedPoint
= touchPoint;
427
adjustedPoint
= roundedIntPoint(center);
429
return quad.containsPoint(
adjustedPoint
);
441
IntPoint
adjustedPoint
;
447
if (snapTo(*it, touchHotspot, touchArea,
adjustedPoint
)) {
448
targetPoint =
adjustedPoint
;
454
if (snapTo(*it, touchHotspot, touchArea,
adjustedPoint
)) {
[
all
...]
EventHandler.h
151
bool adjustGesturePosition(const PlatformGestureEvent&, IntPoint&
adjustedPoint
);
201
bool handleGestureTap(const PlatformGestureEvent&, const IntPoint&
adjustedPoint
);
202
bool handleGestureLongPress(const PlatformGestureEvent&, const IntPoint&
adjustedPoint
);
203
bool handleGestureLongTap(const PlatformGestureEvent&, const IntPoint&
adjustedPoint
);
204
bool handleGestureTwoFingerTap(const PlatformGestureEvent&, const IntPoint&
adjustedPoint
);
EventHandler.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp
184
FloatPoint
adjustedPoint
= shaper.adjustStartPoint(point);
185
drawGlyphBuffer(gc, runInfo, glyphBuffer,
adjustedPoint
);
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 648 milliseconds