/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
Canvas2DContextAttributes.cpp | 34 : m_alpha(true) 50 return m_alpha; 55 m_alpha = alpha;
|
Canvas2DContextAttributes.h | 50 bool m_alpha; member in class:WebCore::Canvas2DContextAttributes
|
/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/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
|
GraphicsContext.h | 153 void setAlpha(float alpha) { m_state->m_alpha = alpha; }
|
GraphicsContext.cpp | 314 int alpha = roundf(m_state->m_alpha * 256); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceOrientationData.cpp | 52 , m_alpha(0) 64 , m_alpha(alpha) 73 return m_alpha;
|
DeviceMotionData.h | 73 double alpha() const { return m_alpha; } 80 double m_alpha; member in class:WebCore::DeviceMotionData::RotationRate
|
DeviceOrientationData.h | 63 double m_alpha; member in class:WebCore::DeviceOrientationData
|
DeviceMotionData.cpp | 58 : m_alpha(alpha)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDeviceOrientation.cpp | 39 m_alpha = 0; 51 m_alpha = orientation->alpha(); 64 return WebCore::DeviceOrientationData::create(m_canProvideAlpha, m_alpha, m_canProvideBeta, m_beta, m_canProvideGamma, m_gamma, m_canProvideAbsolute, m_absolute);
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
Terrain.frag | 1 uniform sampler2D m_Alpha;
20 vec4 alpha = texture2D( m_Alpha, texCoord.xy );
|
/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/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;
|