Home
last modified time | relevance | path

Searched refs:pathSegType (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSegListSource.cpp46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType() argument
49 pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in parseSVGSegmentType()
57 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand() local
59 return pathSegType; in nextCommand()
65 …ASSERT(m_segment->pathSegType() == PathSegMoveToAbs || m_segment->pathSegType() == PathSegMoveToRe… in parseMoveToSegment()
74 …ASSERT(m_segment->pathSegType() == PathSegLineToAbs || m_segment->pathSegType() == PathSegLineToRe… in parseLineToSegment()
83 …ASSERT(m_segment->pathSegType() == PathSegLineToHorizontalAbs || m_segment->pathSegType() == PathS… in parseLineToHorizontalSegment()
92 …ASSERT(m_segment->pathSegType() == PathSegLineToVerticalAbs || m_segment->pathSegType() == PathSeg… in parseLineToVerticalSegment()
101 …ASSERT(m_segment->pathSegType() == PathSegCurveToCubicAbs || m_segment->pathSegType() == PathSegCu… in parseCurveToCubicSegment()
112 …ASSERT(m_segment->pathSegType() == PathSegCurveToCubicSmoothAbs || m_segment->pathSegType() == Pat… in parseCurveToCubicSmoothSegment()
[all …]
DSVGPathStringSource.cpp47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType() argument
52 pathSegType = PathSegClosePath; in parseSVGSegmentType()
55 pathSegType = PathSegMoveToAbs; in parseSVGSegmentType()
58 pathSegType = PathSegMoveToRel; in parseSVGSegmentType()
61 pathSegType = PathSegLineToAbs; in parseSVGSegmentType()
64 pathSegType = PathSegLineToRel; in parseSVGSegmentType()
67 pathSegType = PathSegCurveToCubicAbs; in parseSVGSegmentType()
70 pathSegType = PathSegCurveToCubicRel; in parseSVGSegmentType()
73 pathSegType = PathSegCurveToQuadraticAbs; in parseSVGSegmentType()
76 pathSegType = PathSegCurveToQuadraticRel; in parseSVGSegmentType()
[all …]
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
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
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
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
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
DSVGPathByteStreamSource.cpp40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType() argument
42 pathSegType = static_cast<SVGPathSegType>(readSVGSegmentType()); in parseSVGSegmentType()
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
DSVGPathSegClosePath.h42 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSeg.h87 virtual unsigned short pathSegType() const = 0;
DSVGPathSeg.idl52 readonly attribute unsigned short pathSegType;
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGPathSegCustom.cpp64 switch (impl->pathSegType()) { in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSSVGPathSegCustom.cpp69 switch (object->pathSegType()) { in toJS()
/external/webkit/Source/WebCore/bindings/objc/
DDOMSVGPathSegInternal.mm57 switch (impl->pathSegType()) {
/external/webkit/Source/WebCore/
DChangeLog-2010-12-069910 (WebCore::SVGPathSegArcAbs::pathSegType):
9913 (WebCore::SVGPathSegArcRel::pathSegType):
9939 (WebCore::SVGPathSegCurvetoCubicAbs::pathSegType):
9942 (WebCore::SVGPathSegCurvetoCubicRel::pathSegType):
9960 (WebCore::SVGPathSegCurvetoCubicSmoothAbs::pathSegType):
9963 (WebCore::SVGPathSegCurvetoCubicSmoothRel::pathSegType):
9981 (WebCore::SVGPathSegCurvetoQuadraticAbs::pathSegType):
9984 (WebCore::SVGPathSegCurvetoQuadraticRel::pathSegType):
9993 (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::pathSegType):
9996 (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::pathSegType):
[all …]
DChangeLog-2008-08-1017425 (WebCore::SVGPathSegArcAbs::pathSegType):
17448 (WebCore::SVGPathSegCurvetoCubicAbs::pathSegType):
17467 (WebCore::SVGPathSegCurvetoCubicSmoothAbs::pathSegType):
17470 (WebCore::SVGPathSegCurvetoCubicSmoothRel::pathSegType):
17487 (WebCore::SVGPathSegCurvetoQuadraticAbs::pathSegType):
17490 (WebCore::SVGPathSegCurvetoQuadraticRel::pathSegType):