OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathSegCurvetoQuadraticSmoothAbs
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/svg/
SVGPathSegCurvetoQuadraticSmooth.cpp
28
SVGPathSegCurvetoQuadraticSmoothAbs
::
SVGPathSegCurvetoQuadraticSmoothAbs
(float x, float y)
SVGPathSegCurvetoQuadraticSmooth.h
30
class
SVGPathSegCurvetoQuadraticSmoothAbs
: public SVGPathSegSingleCoord {
32
static PassRefPtr<
SVGPathSegCurvetoQuadraticSmoothAbs
> create(float x, float y) { return adoptRef(new
SVGPathSegCurvetoQuadraticSmoothAbs
(x, y)); }
38
SVGPathSegCurvetoQuadraticSmoothAbs
(float x, float y);
Completed in 14 milliseconds