Home | History | Annotate | Download | only in skia

Lines Matching refs:StrokeStyle

481     if (strokeStyle() != NoStroke) {
514 if (strokeStyle() != NoStroke) {
562 StrokeStyle penStyle = strokeStyle();
584 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) {
1116 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle stroke)
1177 if (strokeStyle() == NoStroke) {