Home
last modified time | relevance | path

Searched defs:basicShape (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp68 …trWillBeRawPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape) in valueForBasicShape()
208 RefPtr<BasicShape> basicShape; in basicShapeForValue() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipPathOperation.h102 const BasicShape* basicShape() const { return m_shape.get(); } in basicShape() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp98 PassOwnPtr<Shape> Shape::createShape(const BasicShape* basicShape, const LayoutSize& logicalBoxSize… in createShape()