Home
last modified time | relevance | path

Searched refs:globalAlpha (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp88 cairo_paint_with_alpha(cr, state.globalAlpha); in setPlatformFill()
107 …ideAlpha(context->strokeColor().rgb(), context->strokeColor().alpha() / 255.f * state.globalAlpha); in setPlatformStroke()
110 if (state.globalAlpha < 1.0f && (state.strokePattern || state.strokeGradient)) { in setPlatformStroke()
112 cairo_paint_with_alpha(cr, state.globalAlpha); in setPlatformStroke()
1030 m_state.globalAlpha = alpha; in setAlpha()
1035 return m_state.globalAlpha; in getAlpha()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h166 , globalAlpha(1) in GraphicsContextState()
201 float globalAlpha; member
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h108 float globalAlpha() const;
DCanvasRenderingContext2D.idl44 attribute float globalAlpha;
DCanvasRenderingContext2D.cpp510 float CanvasRenderingContext2D::globalAlpha() const in globalAlpha() function in WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-163574 …[Chromium] Layout Test canvas/philip/tests/2d.composite.globalAlpha.fill.html with --accelerated-2…
3577 globalAlpha is not applied to fillPath() and fillRect().
3579 …Test: fast/canvas/2d.composite.globalAlpha.fillPath.html and canvas/philip/tests/2d.composite.glob…
DChangeLog-2009-06-161984 Test: fast/canvas/drawImage-with-globalAlpha.html
34510 in Cairo. I also added support for globalAlpha on FontCairo.
73768 [CAIRO] globalAlpha has to be stored and restored
73770 Cairo's globalAlpha has to be stored and reloaded on calling
93637 Added canvas's globalAlpha to cairo.
DChangeLog-2008-08-1063195 The globalAlpha canvas fixes are not included in this patch as
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-165442 Fix globalAlpha support when using drawImage() to copy a video frame
5446 This fix applies the globalAlpha value to the canvas before passing it