Searched refs:SVGPointList (Results 1 – 25 of 32) sorted by relevance
12
/external/webkit/Source/WebCore/svg/ |
D | SVGPointList.h | 33 class SVGPointList : public Vector<FloatPoint> { 35 SVGPointList() { } in SVGPointList() function 39 …static bool createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList&… 43 struct SVGPropertyTraits<SVGPointList> { 44 static SVGPointList initialValue() { return SVGPointList(); }
|
D | SVGPolyElement.cpp | 49 SVGPointList newList; in parseMappedAttribute() 53 if (SVGAnimatedListPropertyTearOff<SVGPointList>* list = m_animatablePointsList.get()) in parseMappedAttribute() 131 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::points() in points() 135 …nimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList> in points() 139 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->baseVal()); in points() 142 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints() in animatedPoints() 146 …nimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList> in animatedPoints() 150 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->animVal()); in animatedPoints()
|
D | SVGPolyElement.h | 39 SVGListPropertyTearOff<SVGPointList>* points(); 40 SVGListPropertyTearOff<SVGPointList>* animatedPoints(); 42 SVGPointList& pointList() const { return m_points.value; } in pointList() 64 mutable SVGSynchronizableAnimatedProperty<SVGPointList> m_points; 65 RefPtr<SVGAnimatedListPropertyTearOff<SVGPointList> > m_animatablePointsList;
|
D | SVGPointList.cpp | 32 String SVGPointList::valueAsString() const in valueAsString() 53 bool SVGPointList::createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPoin… in createAnimated()
|
D | SVGAnimateElement.h | 82 SVGPointList m_fromPoints; 83 SVGPointList m_toPoints; 84 SVGPointList m_animatedPoints;
|
D | SVGParserUtilities.h | 33 class SVGPointList; variable 66 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points);
|
D | SVGPolygonElement.idl | 34 readonly attribute SVGPointList points; 35 readonly attribute SVGPointList animatedPoints;
|
D | SVGPolylineElement.idl | 34 readonly attribute SVGPointList points; 35 readonly attribute SVGPointList animatedPoints;
|
D | SVGPolylineElement.cpp | 44 SVGPointList& points = pointList(); in toPathData()
|
D | SVGPolygonElement.cpp | 44 SVGPointList& points = pointList(); in toPathData()
|
D | SVGPointList.idl | 28 interface [Conditional=SVG] SVGPointList {
|
D | SVGParserUtilities.cpp | 185 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points) in pointsListFromSVGData()
|
D | SVGAnimateElement.cpp | 298 … SVGPointList::createAnimated(m_fromPoints, m_toPoints, results->m_animatedPoints, percentage); in calculateAnimatedValue()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 473 SVGPointList \
|
D | CodeGenerators.pri | 485 svg/SVGPointList.idl \
|
D | CMakeLists.txt | 1713 svg/SVGPointList.cpp 1867 svg/SVGPointList.idl
|
D | Android.mk | 1141 svg/SVGPointList.cpp \
|
D | WebCore.pro | 2393 svg/SVGPointList.h \ 3346 svg/SVGPointList.cpp \
|
D | WebCore.gypi | 1543 'svg/SVGPointList.idl', 5797 'svg/SVGPointList.cpp', 5798 'svg/SVGPointList.h',
|
D | GNUmakefile.list.am | 3473 Source/WebCore/svg/SVGPointList.cpp \ 3474 Source/WebCore/svg/SVGPointList.h \
|
D | ChangeLog-2006-12-31 | 1423 * ksvg2/svg/SVGPointList.cpp: 1424 (SVGPointList::SVGPointList): 1425 (SVGPointList::context): 1426 * ksvg2/svg/SVGPointList.h: 1427 * ksvg2/svg/SVGPointList.idl: 26461 * ksvg2/svg/SVGPointList.idl: 30683 * ksvg2/svg/SVGPointList.idl: Added. 31316 * ksvg2/svg/SVGPointList.cpp: 31317 (SVGPointList::SVGPointList): 31318 * ksvg2/svg/SVGPointList.h: [all …]
|
D | GNUmakefile.am | 3450 Source/WebCore/svg/SVGPointList.cpp \ 3451 Source/WebCore/svg/SVGPointList.h \
|
D | ChangeLog-2007-10-14 | 2614 * ksvg2/svg/SVGPointList.cpp: Kill context parameter. 2615 (SVGPointList::SVGPointList): 2616 * ksvg2/svg/SVGPointList.h: 2787 This is basically the _same_ fix applied to SVGPointList some months ago. We just forgot 5118 * ksvg2/svg/SVGPointList.cpp: 5119 * ksvg2/svg/SVGPointList.h: 52858 * ksvg2/svg/SVGPointList.cpp: 52859 * ksvg2/svg/SVGPointList.h: 62740 * ksvg2/svg/SVGPointList.cpp: 62741 (SVGPointList::SVGPointList): [all …]
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 686 attribute SVGPointListConstructor SVGPointList;
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4302 …7A8B0D00BF220071B782 /* SVGPointList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22278F50D… 4303 …27A8C0D00BF220071B782 /* SVGPointList.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278F60D0… 10727 …210071B782 /* SVGPointList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 10728 …0BF210071B782 /* SVGPointList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 10729 …70D00BF210071B782 /* SVGPointList.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi… 17606 B22278F50D00BF210071B782 /* SVGPointList.cpp */, 17607 B22278F60D00BF210071B782 /* SVGPointList.h */, 17608 B22278F70D00BF210071B782 /* SVGPointList.idl */, 22679 B2227A8C0D00BF220071B782 /* SVGPointList.h in Headers */, 25459 B2227A8B0D00BF220071B782 /* SVGPointList.cpp in Sources */,
|
12