Home | History | Annotate | Download | only in cairo

Lines Matching refs:strokeColor

107         Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().alpha() / 255.f * state.globalAlpha);
108 setSourceRGBAFromColor(cr, strokeColor);
269 setSourceRGBAFromColor(cr, strokeColor());
317 setSourceRGBAFromColor(cr, strokeColor());
325 fillRectSourceOver(cr, FloatRect(p1.x() - width/2, p1.y() - width, width, width), strokeColor());
326 fillRectSourceOver(cr, FloatRect(p2.x() - width/2, p2.y(), width, width), strokeColor());
328 fillRectSourceOver(cr, FloatRect(p1.x() - width, p1.y() - width/2, width, width), strokeColor());
329 fillRectSourceOver(cr, FloatRect(p2.x(), p2.y() - width/2, width, width), strokeColor());
392 setSourceRGBAFromColor(cr, strokeColor());
441 setSourceRGBAFromColor(cr, strokeColor());
506 setSourceRGBAFromColor(cr, strokeColor());