OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasicShapeEllipse
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp
112
void
BasicShapeEllipse
::path(Path& path, const FloatRect& boundingBox)
127
PassRefPtr<BasicShape>
BasicShapeEllipse
::blend(const BasicShape* other, double progress) const
131
const
BasicShapeEllipse
* o = static_cast<const
BasicShapeEllipse
*>(other);
132
RefPtr<
BasicShapeEllipse
> result =
BasicShapeEllipse
::create();
BasicShapes.h
132
class
BasicShapeEllipse
: public BasicShape {
134
static PassRefPtr<
BasicShapeEllipse
> create() { return adoptRef(new
BasicShapeEllipse
); }
151
BasicShapeEllipse
() { }
/external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp
74
const
BasicShapeEllipse
* ellipse = static_cast<const
BasicShapeEllipse
*>(basicShape);
162
RefPtr<
BasicShapeEllipse
> ellipse =
BasicShapeEllipse
::create();
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp
157
const
BasicShapeEllipse
* ellipse = static_cast<const
BasicShapeEllipse
*>(basicShape);
Completed in 254 milliseconds