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

  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 46 , rotationAngle(0)
67 float rotationAngle;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 51 float rotationAngle() const { return m_rotationAngle; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 55 SyntheticInspectorTouchPoint(unsigned id, State state, const blink::IntPoint& screenPos, const blink::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
62 m_rotationAngle = rotationAngle;
208 double rotationAngle, force;
226 if (!pointObj->getNumber("rotationAngle", &rotationAngle))
227 rotationAngle = 0.0f;
263 SyntheticInspectorTouchPoint point(id++, convertedState, globalPoint, convertedPoint, radiusX, radiusY, rotationAngle, force);

Completed in 233 milliseconds