Home | History | Annotate | Download | only in openvg

Lines Matching defs:strokeColor

118     Color strokeColor;
185 strokeColor = other->strokeColor;
202 setVGSolidColor(VG_STROKE_PATH, strokeColor);
373 && (strokeStyle == NoStroke || !strokeColor.alpha()));
626 Color PainterOpenVG::strokeColor() const
629 return m_state->strokeColor;
637 m_state->strokeColor = color;