HomeSort by relevance Sort by last modified time
    Searched refs:SVGPointList (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPointList.h 33 class SVGPointList : public Vector<FloatPoint> {
35 SVGPointList() { }
39 static bool createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress);
43 struct SVGPropertyTraits<SVGPointList> {
44 static SVGPointList initialValue() { return SVGPointList(); }
SVGPolygonElement.idl 34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
SVGPolylineElement.idl 34 readonly attribute SVGPointList points;
35 readonly attribute SVGPointList animatedPoints;
SVGPolyElement.h 28 #include "SVGPointList.h"
39 SVGListPropertyTearOff<SVGPointList>* points();
40 SVGListPropertyTearOff<SVGPointList>* animatedPoints();
42 SVGPointList& pointList() const { return m_points.value; }
64 mutable SVGSynchronizableAnimatedProperty<SVGPointList> m_points;
65 RefPtr<SVGAnimatedListPropertyTearOff<SVGPointList> > m_animatablePointsList;
SVGPolyElement.cpp 33 #include "SVGPointList.h"
49 SVGPointList newList;
53 if (SVGAnimatedListPropertyTearOff<SVGPointList>* list = m_animatablePointsList.get())
131 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::points()
135 m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList>
139 return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->baseVal());
142 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints()
146 m_animatablePointsList = SVGAnimatedProperty::lookupOrCreateWrapper<SVGAnimatedListPropertyTearOff<SVGPointList> , SVGPointList>
    [all...]
SVGPointList.cpp 24 #include "SVGPointList.h"
32 String SVGPointList::valueAsString() const
53 bool SVGPointList::createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress)
SVGAnimateElement.h 30 #include "SVGPointList.h"
82 SVGPointList m_fromPoints;
83 SVGPointList m_toPoints;
84 SVGPointList m_animatedPoints;
SVGPolygonElement.cpp 44 SVGPointList& points = pointList();
SVGPolylineElement.cpp 44 SVGPointList& points = pointList();
SVGParserUtilities.h 33 class SVGPointList;
66 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points);
SVGPointList.idl 28 interface [Conditional=SVG] SVGPointList {
SVGParserUtilities.cpp 30 #include "SVGPointList.h"
185 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points)
SVGAnimateElement.cpp 39 #include "SVGPointList.h"
298 SVGPointList::createAnimated(m_fromPoints, m_toPoints, results->m_animatedPoints, percentage);
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 208 milliseconds