createShape 64 Source/core/rendering/shapes/Shape.h static PassOwnPtr<Shape> createShape(const BasicShape*, const LayoutSize& logicalBoxSize, WritingMode, Length margin); createShape 123 Source/core/rendering/shapes/ShapeInfo.cpp m_shape = Shape::createShape(shapeValue->shape(), m_referenceBoxLogicalSize, writingMode, margin);