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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 98 float deltaZ = farZ - nearZ;
99 if (!deltaX || !deltaY || !deltaZ)
106 ortho.setM33(-2.0f / deltaZ);
107 ortho.setM43(-(nearZ + farZ) / deltaZ);
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 123 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp);
125 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp, bool didActivateWebView);
133 float deltaZ() const { return m_deltaZ; }
  /external/webkit/Source/WebCore/bridge/
npapi.h 665 double deltaZ;

Completed in 283 milliseconds