Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
569 SkPaint::Style style = paint.getStyle();
571 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
572 style = SkPaint::kFill_Style;
576 !matrix.rectStaysRect() || SkPaint::kStrokeAndFill_Style == style) {
578 } else if (SkPaint::kFill_Style == style) {
822 SkStrokeRec::InitStyle style = doFill ? SkStrokeRec::kFill_InitStyle
825 ->filterPath(devPath, fMatrixProvider->localToDevice(), *fRC, blitter, style)) {
1246 SkStrokeRec::InitStyle style) {
1264 switch (style) {
1280 SkStrokeRec::InitStyle style) {
1303 draw_into_mask(*mask, devPath, style);