Searched refs:paintStyle (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPictureCommon.h | 51 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 ()()
|
H A D | SkCanvas.cpp | 126 SkPaint::Style paintStyle = paint->getStyle(); in wouldOverwriteEntireSurface() local 127 if (!(paintStyle == SkPaint::kFill_Style || in wouldOverwriteEntireSurface() 128 paintStyle == SkPaint::kStrokeAndFill_Style)) { in wouldOverwriteEntireSurface()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFUtils.h | 55 void EmitPath(const SkPath& path, SkPaint::Style paintStyle, 57 inline void EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument 59 SkPDFUtils::EmitPath(path, paintStyle, true, content, tolerance); in EmitPath()
|
H A D | SkPDFUtils.cpp | 118 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath() argument 121 if (path.isEmpty() && SkPaint::kFill_Style == paintStyle) { in EmitPath() 148 //if (paintStyle != SkPaint::kFill_Style) { in EmitPath()
|
/third_party/skia/gm/ |
H A D | inversepaths.cpp | 39 Style(SkPaint::Style paintStyle, sk_sp<SkPathEffect> pe = sk_sp<SkPathEffect>()) in Style() 40 : fPaintStyle(paintStyle) in Style()
|
Completed in 7 milliseconds