Home
last modified time | relevance | path

Searched refs:BasicShapeRectangle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp53 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()
DBasicShapes.h67 class BasicShapeRectangle : public BasicShape {
69 static PassRefPtr<BasicShapeRectangle> create() { return adoptRef(new BasicShapeRectangle); } in create()
98 BasicShapeRectangle() { } in BasicShapeRectangle() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp49 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); in valueForBasicShape()
129 RefPtr<BasicShapeRectangle> rect = BasicShapeRectangle::create(); in basicShapeForValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp125 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); in createShape()