Searched defs:basicShape (Results 1 – 3 of 3) sorted by relevance
68 …trWillBeRawPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape) in valueForBasicShape()208 RefPtr<BasicShape> basicShape; in basicShapeForValue() local
102 const BasicShape* basicShape() const { return m_shape.get(); } in basicShape() function
98 PassOwnPtr<Shape> Shape::createShape(const BasicShape* basicShape, const LayoutSize& logicalBoxSize… in createShape()