Searched refs:globalAlpha (Results 1 – 9 of 9) sorted by relevance
88 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()
166 , globalAlpha(1) in GraphicsContextState()201 float globalAlpha; member
108 float globalAlpha() const;
44 attribute float globalAlpha;
510 float CanvasRenderingContext2D::globalAlpha() const in globalAlpha() function in WebCore::CanvasRenderingContext2D
3574 …[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…
1984 Test: fast/canvas/drawImage-with-globalAlpha.html34510 in Cairo. I also added support for globalAlpha on FontCairo.73768 [CAIRO] globalAlpha has to be stored and restored73770 Cairo's globalAlpha has to be stored and reloaded on calling93637 Added canvas's globalAlpha to cairo.
63195 The globalAlpha canvas fixes are not included in this patch as
5442 Fix globalAlpha support when using drawImage() to copy a video frame5446 This fix applies the globalAlpha value to the canvas before passing it