HomeSort by relevance Sort by last modified time
    Searched refs:globalAlpha (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 122 * @param globalAlpha If -1, do nothing, otherwise adjust the alpha of the final image
128 boolean transferAlpha, int globalAlpha) {
151 transferAlpha, globalAlpha);
164 if (globalAlpha != -1) {
165 alpha = alpha * globalAlpha >> 8;
174 } else if (globalAlpha != -1) {
175 imageData.alpha = globalAlpha;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 88 cairo_paint_with_alpha(cr, state.globalAlpha);
107 Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().alpha() / 255.f * state.globalAlpha);
110 if (state.globalAlpha < 1.0f && (state.strokePattern || state.strokeGradient)) {
112 cairo_paint_with_alpha(cr, state.globalAlpha);
1030 m_state.globalAlpha = alpha;
1035 return m_state.globalAlpha;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 166 , globalAlpha(1)
201 float globalAlpha;
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 108 float globalAlpha() const;
CanvasRenderingContext2D.idl 44 attribute float globalAlpha;
CanvasRenderingContext2D.cpp 510 float CanvasRenderingContext2D::globalAlpha() const
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 757 milliseconds