Searched refs:deltaZ (Results 1 – 7 of 7) sorted by relevance
112 float deltaZ = farZ - nearZ; in esFrustum() local116 (deltaX <= 0.0f) || (deltaY <= 0.0f) || (deltaZ <= 0.0f) ) in esFrustum()127 frust.m[2][2] = -(nearZ + farZ) / deltaZ; in esFrustum()130 frust.m[3][2] = -2.0f * nearZ * farZ / deltaZ; in esFrustum()153 float deltaZ = farZ - nearZ; in esOrtho() local156 if ( (deltaX == 0.0f) || (deltaY == 0.0f) || (deltaZ == 0.0f) ) in esOrtho()164 ortho.m[2][2] = -2.0f / deltaZ; in esOrtho()165 ortho.m[3][2] = -(nearZ + farZ) / deltaZ; in esOrtho()
41 double deltaZ; member86 double deltaZ() const { return m_deltaZ; } in deltaZ() function
36 , deltaZ(0) in WheelEventInit()58 , m_deltaZ(initializer.deltaZ) in WheelEvent()
33 [InitializedByEventConstructor] readonly attribute double deltaZ;
676 double deltaZ; member
1657 // The deltaZ difference necessary to trigger a zoom action. Derived from1674 totalMagnifyGestureAmount_ += [event deltaZ];
1756 // The deltaZ difference necessary to trigger a zoom action. Derived from