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

  /external/webkit/Source/WebKit/chromium/public/
WebDeviceOrientation.h 41 m_alpha(alpha),
53 double alpha() { return m_alpha; }
69 m_alpha(0),
79 double m_alpha; member in class:WebKit::WebDeviceOrientation
  /external/webkit/Source/WebKit/chromium/src/
WebDeviceOrientation.cpp 39 m_alpha = 0;
49 m_alpha = orientation->alpha();
61 m_alpha = 0;
71 m_alpha = orientation->alpha();
83 return WebCore::DeviceOrientation::create(m_canProvideAlpha, m_alpha, m_canProvideBeta, m_beta, m_canProvideGamma, m_gamma);
  /external/webkit/Source/WebCore/dom/
DeviceOrientation.cpp 53 , m_alpha(alpha)
61 return m_alpha;
DeviceOrientation.h 53 double m_alpha; member in class:WebCore::DeviceOrientation
DeviceMotionData.h 69 double alpha() const { return m_alpha; }
76 double m_alpha; member in class:WebCore::DeviceMotionData::RotationRate
DeviceMotionData.cpp 57 : m_alpha(alpha)
  /external/eigen/demos/opengl/
quaternion_demo.h 32 float m_alpha; member in class:RenderingWidget
quaternion_demo.cpp 271 m_alpha += double(m_timer.interval()) * 1e-3;
273 TimeLine::const_iterator hi = m_timeline.upper_bound(m_alpha);
292 float s = (m_alpha - lo->first)/(hi->first - lo->first);
342 m_alpha = 0;
360 m_alpha = 0;
544 m_alpha = 0;
  /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
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 83 float m_alpha; member in struct:WebCore::PlatformContextSkia::State
131 : m_alpha(1)
153 : m_alpha(other.m_alpha)
203 int s = roundf(m_alpha * 256);
459 m_state->m_alpha = alpha;
533 return m_state->m_alpha;
538 int alpha = roundf(m_state->m_alpha * 256);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 80 , m_alpha(1.0f)
91 , m_alpha(other.m_alpha)
103 float m_alpha; member in struct:WebCore::GLES2Canvas::State
117 int s = roundf(m_alpha * 256);
306 m_state->m_alpha = alpha;
405 drawTexturedQuad(textureSize, srcRect, dstRect, m_state->m_ctm, m_state->m_alpha);
410 drawTexturedRect(texture, srcRect, dstRect, m_state->m_ctm, m_state->m_alpha, colorSpace, compositeOp, m_state->clippingEnabled());
    [all...]

Completed in 206 milliseconds