addPath 53 Source/core/html/canvas/Path2D.h void addPath(Path2D* path, SVGMatrixTearOff* transform, ExceptionState& exceptionState) addPath 60 Source/core/html/canvas/Path2D.h m_path.addPath(src, transform ? transform->value() : AffineTransform(1, 0, 0, 1, 0, 0)); addPath 477 Source/platform/graphics/Path.cpp m_path.addPath(src.skPath(), affineTransformToSkMatrix(transform)); addPath 134 Source/platform/graphics/Path.h void addPath(const Path&, const AffineTransform&);