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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 51 , globalAlpha(1)
81 float globalAlpha;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 44 attribute float globalAlpha;
CanvasRenderingContext2D.h 96 float globalAlpha() const;
CanvasRenderingContext2D.cpp 316 float CanvasRenderingContext2D::globalAlpha() const
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 87 cairo_paint_with_alpha(cr, gcp->state.globalAlpha);
100 Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().alpha() / 255.f * gcp->state.globalAlpha);
103 if (gcp->state.globalAlpha < 1.0f && (gcp->state.strokePattern || gcp->state.strokeGradient)) {
105 cairo_paint_with_alpha(cr, gcp->state.globalAlpha);
991 m_common->state.globalAlpha = alpha;
996 return m_common->state.globalAlpha;
    [all...]

Completed in 483 milliseconds