Home
last modified time | relevance | path

Searched refs:paintStyle (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPictureCommon.h51 SkPaint::Style paintStyle = op.paint.getStyle(); in operator() local
53 if (SkPaint::kStroke_Style == paintStyle && in operator()
56 } else if (SkPaint::kFill_Style == paintStyle && pathBounds.width() < 64.f && in operator()
DSkCanvas.cpp107 SkPaint::Style paintStyle = paint->getStyle(); in wouldOverwriteEntireSurface() local
108 if (!(paintStyle == SkPaint::kFill_Style || in wouldOverwriteEntireSurface()
109 paintStyle == SkPaint::kStrokeAndFill_Style)) { in wouldOverwriteEntireSurface()
/third_party/skia/src/core/
DSkPictureCommon.h51 SkPaint::Style paintStyle = op.paint.getStyle(); in operator() local
53 if (SkPaint::kStroke_Style == paintStyle && in operator()
56 } else if (SkPaint::kFill_Style == paintStyle && pathBounds.width() < 64.f && in operator()
DSkCanvas.cpp121 SkPaint::Style paintStyle = paint->getStyle(); in wouldOverwriteEntireSurface() local
122 if (!(paintStyle == SkPaint::kFill_Style || in wouldOverwriteEntireSurface()
123 paintStyle == SkPaint::kStrokeAndFill_Style)) { in wouldOverwriteEntireSurface()
/third_party/skia/src/pdf/
DSkPDFUtils.h55 void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
57 inline void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
59 SkPDFUtils::EmitPath(path, paintStyle, true, content, tolerance);
DSkPDFUtils.cpp118 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument
121 if (path.isEmpty() && SkPaint::kFill_Style == paintStyle) { in EmitPath()
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.h54 void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
56 inline void EmitPath(const SkPath& path, SkPaint::Style paintStyle,
58 SkPDFUtils::EmitPath(path, paintStyle, true, content, tolerance);
DSkPDFUtils.cpp117 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument
120 if (path.isEmpty() && SkPaint::kFill_Style == paintStyle) { in EmitPath()
/third_party/skia/gm/
Dinversepaths.cpp39 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style()
40 : fPaintStyle(paintStyle) in Style()
/third_party/flutter/skia/gm/
Dinversepaths.cpp50 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style()
51 : fPaintStyle(paintStyle) in Style()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbitmap_canvas.dart229 final Object paintStyle = paint.shader.createPaintStyle(ctx);
230 _setFillAndStrokeStyle(paintStyle, paintStyle);