Searched refs:createPolygonShape (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.cpp63 static std::unique_ptr<Shape> createPolygonShape(std::unique_ptr<Vector<FloatPoint>> vertices, WindRule fillRule) function in namespace:WebCore
140 shape = createPolygonShape(WTF::move(vertices), polygon.windRule());

Completed in 114 milliseconds