Searched refs:m_alpha (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebDeviceOrientation.cpp39 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/WebKit/chromium/public/
H A DWebDeviceOrientation.h41 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/WebCore/dom/
H A DDeviceOrientation.cpp53 , m_alpha(alpha)
61 return m_alpha;
H A DDeviceOrientation.h53 double m_alpha; member in class:WebCore::DeviceOrientation
H A DDeviceMotionData.h69 double alpha() const { return m_alpha; }
76 double m_alpha; member in class:WebCore::DeviceMotionData::RotationRate
H A DDeviceMotionData.cpp57 : m_alpha(alpha)
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp83 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/
H A DGLES2Canvas.cpp80 , 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());

Completed in 98 milliseconds