Home
last modified time | relevance | path

Searched refs:commonPaint (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp414 SkTLazy<SkPaint> SkSVGRenderContext::commonPaint(const SkSVGPaint& paint_selector, in commonPaint() function in SkSVGRenderContext
468 auto p = this->commonPaint(*props.fFill, *props.fFillOpacity); in fillPaint()
479 auto p = this->commonPaint(*props.fStroke, *props.fStrokeOpacity); in strokePaint()
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h172 SkTLazy<SkPaint> commonPaint(const SkSVGPaint&, float opacity) const;