Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGPathSegList.cpp65 switch (segment->pathSegType()) { in getPathSegAtLength()
114 switch (segment->pathSegType()) { in toPathData()
196 …if (from->pathSegType() == SVGPathSeg::PATHSEG_UNKNOWN || from->pathSegType() != to->pathSegType()) in createAnimated()
199 switch (static_cast<SVGPathSeg::SVGPathSegType>(from->pathSegType())) { in createAnimated()
DSVGPathSegLineto.h33 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_ABS; } in pathSegType() function
45 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_REL; } in pathSegType() function
DSVGPathSegCurvetoQuadraticSmooth.h34 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS; } in pathSegType() function
45 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegMoveto.h33 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_ABS; } in pathSegType() function
44 virtual unsigned short pathSegType() const { return PATHSEG_MOVETO_REL; } in pathSegType() function
DSVGPathSegLinetoHorizontal.h47 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_ABS; } in pathSegType() function
58 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_HORIZONTAL_REL; } in pathSegType() function
DSVGPathSegLinetoVertical.h47 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_ABS; } in pathSegType() function
58 virtual unsigned short pathSegType() const { return PATHSEG_LINETO_VERTICAL_REL; } in pathSegType() function
DSVGPathSegCurvetoQuadratic.h60 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_ABS; } in pathSegType() function
71 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_QUADRATIC_REL; } in pathSegType() function
DSVGPathSegCurvetoCubicSmooth.h60 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_ABS; } in pathSegType() function
71 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_SMOOTH_REL; } in pathSegType() function
DSVGPathSegCurvetoCubic.h70 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_ABS; } in pathSegType() function
84 virtual unsigned short pathSegType() const { return PATHSEG_CURVETO_CUBIC_REL; } in pathSegType() function
DSVGPathSegArc.h76 virtual unsigned short pathSegType() const { return PATHSEG_ARC_ABS; } in pathSegType() function
90 virtual unsigned short pathSegType() const { return PATHSEG_ARC_REL; } in pathSegType() function
DSVGPathSegClosePath.h34 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSeg.h61 virtual unsigned short pathSegType() const { return PATHSEG_UNKNOWN; } in pathSegType() function
DSVGPathSeg.idl52 readonly attribute unsigned short pathSegType;
/external/webkit/WebCore/bindings/v8/custom/
DV8SVGPathSegCustom.cpp62 switch (impl->pathSegType()) { in toV8()
/external/webkit/WebCore/bindings/js/
DJSSVGPathSegCustom.cpp71 switch (object->pathSegType()) { in toJS()
/external/webkit/WebCore/bindings/objc/
DDOMSVGPathSegInternal.mm57 switch (impl->pathSegType()) {
/external/webkit/WebCore/
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):