Home
last modified time | relevance | path

Searched defs:paintStyle (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkPictureCommon.h51 SkPaint::Style paintStyle = op.paint.getStyle(); in operator() local
DSkCanvas.cpp126 SkPaint::Style paintStyle = paint->getStyle(); in wouldOverwriteEntireSurface() local
/third_party/skia/src/pdf/
DSkPDFUtils.cpp118 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath()