HomeSort by relevance Sort by last modified time
    Searched defs:basicShape (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 68 PassRefPtrWillBeRawPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const BasicShape* basicShape)
73 switch (basicShape->type()) {
74 case BasicShape::BasicShapeCircleType: {
75 const BasicShapeCircle* circle = static_cast<const BasicShapeCircle*>(basicShape);
84 case BasicShape::BasicShapeEllipseType: {
85 const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(basicShape);
95 case BasicShape::BasicShapePolygonType: {
96 const BasicShapePolygon* polygon = static_cast<const BasicShapePolygon*>(basicShape);
107 case BasicShape::BasicShapeInsetType:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 97 static PassRefPtr<ShapeClipPathOperation> create(PassRefPtr<BasicShape> shape)
102 const BasicShape* basicShape() const { return m_shape.get(); }
116 ShapeClipPathOperation(PassRefPtr<BasicShape> shape)
122 RefPtr<BasicShape> m_shape;

Completed in 46 milliseconds