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

  /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/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/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
Terrain.frag 1 uniform sampler2D m_Alpha;
20 vec4 alpha = texture2D( m_Alpha, texCoord.xy );
  /external/webkit/Source/WebCore/dom/
DeviceOrientation.cpp 53 , m_alpha(alpha)
61 return m_alpha;
DeviceMotionData.h 69 double alpha() const { return m_alpha; }
76 double m_alpha; member in class:WebCore::DeviceMotionData::RotationRate
DeviceOrientation.h 53 double m_alpha; member in class:WebCore::DeviceOrientation
DeviceMotionData.cpp 57 : m_alpha(alpha)
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 208 SetAlpha(const float alpha) : m_alpha(alpha) {}
209 virtual void apply(PlatformGraphicsContext* context) { context->setAlpha(m_alpha); }
212 float m_alpha; member in class:WebCore::GraphicsOperation::SetAlpha

Completed in 784 milliseconds