Searched defs:m_alpha (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
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
/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/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 1236 milliseconds