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

  /external/webkit/Source/WebCore/dom/
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
  /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/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...]
  /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);

Completed in 409 milliseconds