Searched refs:BasicShapeRectangle (Results 1 – 4 of 4) sorted by relevance
53 void BasicShapeRectangle::path(Path& path, const FloatRect& boundingBox) in path()70 PassRefPtr<BasicShape> BasicShapeRectangle::blend(const BasicShape* other, double progress) const in blend()74 const BasicShapeRectangle* o = static_cast<const BasicShapeRectangle*>(other); in blend()75 RefPtr<BasicShapeRectangle> result = BasicShapeRectangle::create(); in blend()
67 class BasicShapeRectangle : public BasicShape {69 static PassRefPtr<BasicShapeRectangle> create() { return adoptRef(new BasicShapeRectangle); } in create()98 BasicShapeRectangle() { } in BasicShapeRectangle() function
49 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); in valueForBasicShape()129 RefPtr<BasicShapeRectangle> rect = BasicShapeRectangle::create(); in basicShapeForValue()
125 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); in createShape()