Home
last modified time | relevance | path

Searched defs:pathSegType (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/svg/
DSVGPathSegCurvetoQuadraticSmooth.h36 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } in pathSegType() function
47 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegLineto.h35 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_ABS; } in pathSegType() function
47 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_REL; } in pathSegType() function
DSVGPathSegMoveto.h35 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType() function
46 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_REL; } in pathSegType() function
DSVGPathSegLinetoVertical.h49 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function
60 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
DSVGPathSegLinetoHorizontal.h49 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function
60 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
DSVGPathSegClosePath.h36 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSegCurvetoQuadratic.h62 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function
73 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
DSVGPathSegCurvetoCubicSmooth.h62 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function
73 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegCurvetoCubic.h72 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function
86 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
DSVGPathSegArc.h78 virtual unsigned short pathSegType() const { return PATHSEG_ARC_ABS; } in pathSegType() function
92 virtual unsigned short pathSegType() const { return PATHSEG_ARC_REL; } in pathSegType() function
DSVGPathSeg.h63 virtual unsigned short pathSegType() const { return PATHSEG_UNKNOWN; } in pathSegType() function