Home | History | Annotate | Download | only in cairo

Lines Matching refs:globalAlpha

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;