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