Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGPathSegMoveto.h42 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType() function
59 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_REL; } in pathSegType() function
DSVGPathSegCurvetoQuadraticSmooth.h42 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } in pathSegType() function
59 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegLineto.h42 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_ABS; } in pathSegType() function
59 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_REL; } in pathSegType() function
DSVGPathSegLinetoHorizontal.h61 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function
78 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
DSVGPathSegLinetoVertical.h61 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function
78 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
DSVGPathSegClosePath.h42 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSegListSource.cpp46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
57 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand() local
DSVGPathSegCurvetoCubicSmooth.h88 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function
105 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegCurvetoQuadratic.h88 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function
105 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
DSVGPathSegCurvetoCubic.h106 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function
123 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
DSVGPathSegArc.h116 virtual unsigned short pathSegType() const { return PATHSEG_ARC_ABS; } in pathSegType() function
133 virtual unsigned short pathSegType() const { return PATHSEG_ARC_REL; } in pathSegType() function
DSVGPathByteStreamSource.cpp40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
DSVGPathStringSource.cpp47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()