Home | History | Annotate | Download | only in cg

Lines Matching refs:strokeStyle

167     if (strokeStyle() != NoStroke) {
190 if (strokeStyle() == NoStroke)
203 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) {
226 switch (strokeStyle()) {
316 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f)
348 switch (strokeStyle()) {
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());