Lines Matching defs:fStrokeWidth
137 fStrokeWidth = stroke.getWidth();
139 SkScalar rad = SkScalarHalf(fStrokeWidth);
145 SkASSERT(!fStrokeWidth || aaType == GrAAType::kNone);
159 fStrokeWidth ? IsHairline::kNo : IsHairline::kYes);
194 GrPrimitiveType primType = (fStrokeWidth > 0) ? GrPrimitiveType::kTriangleStrip
209 if (fStrokeWidth > 0) {
226 if (fStrokeWidth > 0) {
227 init_nonaa_stroke_rect_strip(vertex, fRect, fStrokeWidth);
256 fRect.fBottom, fStrokeWidth, fHelper.dumpInfo().c_str());
266 SkScalar fStrokeWidth;