Searched defs:paintStyle (Results 1 – 3 of 3) sorted by relevance
51 SkPaint::Style paintStyle = op.paint.getStyle(); in operator() local
126 SkPaint::Style paintStyle = paint->getStyle(); in wouldOverwriteEntireSurface() local
118 void SkPDFUtils::EmitPath(const SkPath& path, SkPaint::Style paintStyle, in EmitPath()