Lines Matching refs:Style
4 * Use of this source code is governed by a BSD-style license that can be
1479 const SkPaint::Style style = shaderPaint.getStyle();
1480 const bool hasFill = SkPaint::kFill_Style == style
1481 || SkPaint::kStrokeAndFill_Style == style;
1482 const bool hasStroke = SkPaint::kStroke_Style == style
1483 || SkPaint::kStrokeAndFill_Style == style;
2010 "Could not set style simulations.");
2053 const SkPaint::Style style = paint.getStyle();
2055 || SkPaint::kStroke_Style == style
2056 || SkPaint::kStrokeAndFill_Style == style