Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGPathSegList.cpp64 switch (segment->pathSegType()) { in getPathSegAtLength()
111 switch (segment->pathSegType()) { in toPathData()
189 …if (from->pathSegType() == SVGPathSeg::PATHSEG_UNKNOWN || from->pathSegType() != to->pathSegType()) in createAnimated()
192 switch (static_cast<SVGPathSeg::SVGPathSegType>(from->pathSegType())) { in createAnimated()
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
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
DSVGPathSegClosePath.h36 virtual unsigned short pathSegType() const { return PATHSEG_CLOSEPATH; } in pathSegType() function
DSVGPathSeg.h63 virtual unsigned short pathSegType() const { return PATHSEG_UNKNOWN; } in pathSegType() function
DSVGPathSeg.idl52 readonly attribute unsigned short pathSegType;
/external/webkit/WebCore/bindings/js/
DJSSVGPathSegCustom.cpp70 switch (object->pathSegType()) { in toJS()
/external/webkit/WebCore/bindings/v8/custom/
DV8CustomBinding.cpp150 switch (realPathSeg->pathSegType()) { in DowncastSVGPathSeg()
/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):