Lines Matching defs:style
4 * Use of this source code is governed by a BSD-style license that can be
1456 const SkPaint::Style style = shaderPaint.getStyle();
1457 const bool hasFill = SkPaint::kFill_Style == style
1458 || SkPaint::kStrokeAndFill_Style == style;
1459 const bool hasStroke = SkPaint::kStroke_Style == style
1460 || SkPaint::kStrokeAndFill_Style == style;
1585 SkStrokeRec::InitStyle style = (SkPaint::kFill_Style == paint->getStyle())
1597 style)) {
1861 "Could not set style simulations.");
1890 const SkPaint::Style style = paint.getStyle();
1892 || SkPaint::kStroke_Style == style
1893 || SkPaint::kStrokeAndFill_Style == style