Home | History | Annotate | Download | only in cg

Lines Matching refs:strokeColor

122         setPlatformStrokeColor(strokeColor(), strokeColorSpace());
170 if (oldFillColor != strokeColor())
171 setCGFillColor(context, strokeColor(), strokeColorSpace());
179 if (oldFillColor != strokeColor())
248 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color.
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());
1262 if (fillColor() != strokeColor())
1263 setCGFillColor(platformContext(), strokeColor(), strokeColorSpace());
1265 if (fillColor() != strokeColor())