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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Canvas2DContextAttributes.h 50 bool m_alpha; member in class:WebCore::Canvas2DContextAttributes
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationData.h 63 double m_alpha; member in class:WebCore::DeviceOrientationData
DeviceMotionData.h 73 double alpha() const { return m_alpha; }
80 double m_alpha; member in class:WebCore::DeviceMotionData::RotationRate
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextState.h 55 , m_alpha(1)
78 , m_alpha(other.m_alpha)
93 int s = roundf(m_alpha * 256);
125 float m_alpha; member in class:WebCore::GraphicsContextState
  /external/chromium_org/third_party/WebKit/public/web/
WebDeviceOrientation.h 41 , m_alpha(0)
59 m_alpha = alpha;
62 double alpha() const { return m_alpha; }
96 double m_alpha; member in class:WebKit::WebDeviceOrientation
  /external/eigen/demos/opengl/
quaternion_demo.h 32 float m_alpha; member in class:RenderingWidget
  /external/eigen/Eigen/src/Core/
ProductBase.h 245 : Base(prod.lhs(),prod.rhs()), m_prod(prod), m_alpha(x) {}
257 inline void scaleAndAddTo(Dest& dst,Scalar alpha) const { m_prod.derived().scaleAndAddTo(dst,alpha * m_alpha); }
259 const Scalar& alpha() const { return m_alpha; }
263 Scalar m_alpha; member in class:Eigen::ScaledProduct

Completed in 121 milliseconds