OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:basicShape
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp
42
PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle& style, const
BasicShape
*
basicShape
)
47
switch (
basicShape
->type()) {
48
case
BasicShape
::BasicShapeRectangleType: {
49
const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(
basicShape
);
62
case
BasicShape
::BasicShapeCircleType: {
63
const BasicShapeCircle* circle = static_cast<const BasicShapeCircle*>(
basicShape
);
73
case
BasicShape
::BasicShapeEllipseType: {
74
const BasicShapeEllipse* ellipse = static_cast<const BasicShapeEllipse*>(
basicShape
);
85
case
BasicShape
::BasicShapePolygonType:
[
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(); }
119
ShapeClipPathOperation(PassRefPtr<
BasicShape
> shape)
125
RefPtr<
BasicShape
> m_shape;
Completed in 47 milliseconds