Home | History | Annotate | Download | only in cg

Lines Matching refs:NoStroke

167     if (strokeStyle() != NoStroke) {
190 if (strokeStyle() == NoStroke)
227 case NoStroke:
316 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f)
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());