Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegClosePath.h42 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSegLinetoVerticalAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function
DSVGPathSegLinetoHorizontalAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function
DSVGPathSegLinetoHorizontalRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
DSVGPathSegLinetoVerticalRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
DSVGPathSegListSource.cpp44 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
55 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand() local
DSVGPathSegCurvetoQuadraticSmoothAbs.h43 …virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS;… in pathSegType() function
DSVGPathSegMovetoRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_MOVETO_REL; } in pathSegType() function
DSVGPathSegLinetoAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_ABS; } in pathSegType() function
DSVGPathSegLinetoRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_LINETO_REL; } in pathSegType() function
DSVGPathSegMovetoAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_MOVETO_ABS; } in pathSegType() function
DSVGPathSegCurvetoQuadraticSmoothRel.h43 …virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL;… in pathSegType() function
DSVGPathStringSource.cpp60 static bool parseSVGSegmentTypeHelper(const CharacterType*& current, SVGPathSegType& pathSegType) in parseSVGSegmentTypeHelper()
127 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
DSVGPathSegCurvetoQuadraticAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function
DSVGPathSegCurvetoCubicSmoothRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegCurvetoQuadraticRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
DSVGPathSegCurvetoCubicSmoothAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function
DSVGPathSegCurvetoCubicRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
DSVGPathSegCurvetoCubicAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function
DSVGPathSegArcAbs.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_ARC_ABS; } in pathSegType() function
DSVGPathSegArcRel.h43 virtual unsigned short pathSegType() const OVERRIDE { return PATHSEG_ARC_REL; } in pathSegType() function
DSVGPathByteStreamSource.cpp38 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()