Home
last modified time | relevance | path

Searched refs:SVGPointList (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPointList.h30 class SVGPointList : public Vector<SVGPoint> {
32 SVGPointList() { } in SVGPointList() function
38 struct SVGPropertyTraits<SVGPointList> {
39 static SVGPointList initialValue() { return SVGPointList(); }
DSVGAnimatedPointList.cpp36 OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::createPointList(new SVGPointList); in constructFromString()
71 const SVGPointList& fromPointList = from->pointList(); in addAnimatedTypes()
72 SVGPointList& toPointList = to->pointList(); in addAnimatedTypes()
86 …const SVGPointList& fromPointList = m_animationElement->animationMode() == ToAnimation ? animated-… in calculateAnimatedValue()
87 const SVGPointList& toPointList = to->pointList(); in calculateAnimatedValue()
88 const SVGPointList& toAtEndOfDurationPointList = toAtEndOfDuration->pointList(); in calculateAnimatedValue()
89 SVGPointList& animatedPointList = animated->pointList(); in calculateAnimatedValue()
90 …if (!m_animationElement->adjustFromToListValues<SVGPointList>(fromPointList, toPointList, animated… in calculateAnimatedValue()
DSVGPolyElement.cpp48 SVGPointList& SVGPolyElement::pointsCurrentValue() in pointsCurrentValue()
52 if (SVGListPropertyTearOff<SVGPointList>* ap = animatedPoints()) in pointsCurrentValue()
92 SVGPointList newList; in parseAttribute()
149 …turn SVGAnimatedProperty::lookupOrCreateWrapper<SVGPolyElement, SVGAnimatedPointList, SVGPointList> in lookupOrCreatePointsWrapper()
153 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::points() in points()
156 …return static_cast<SVGListPropertyTearOff<SVGPointList>*>(static_pointer_cast<SVGAnimatedPointList… in points()
159 SVGListPropertyTearOff<SVGPointList>* SVGPolyElement::animatedPoints() in animatedPoints()
162 …return static_cast<SVGListPropertyTearOff<SVGPointList>*>(static_pointer_cast<SVGAnimatedPointList… in animatedPoints()
DSVGPolyElement.h35 SVGListPropertyTearOff<SVGPointList>* points();
36 SVGListPropertyTearOff<SVGPointList>* animatedPoints();
38 SVGPointList& pointsCurrentValue();
59 mutable SVGSynchronizableAnimatedProperty<SVGPointList> m_points;
DSVGAnimatedType.h55 static PassOwnPtr<SVGAnimatedType> createPointList(SVGPointList*);
137 const SVGPointList& pointList() const in pointList()
240 SVGPointList& pointList() in pointList()
297 SVGPointList* pointList;
DSVGParserUtilities.h36 class SVGPointList; variable
86 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points);
DSVGPolylineElement.idl27 readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
DSVGPolygonElement.idl27 readonly attribute SVGPointList points;
28 readonly attribute SVGPointList animatedPoints;
DSVGPointList.cpp30 String SVGPointList::valueAsString() const in valueAsString()
DSVGAnimatedPointList.h29 typedef SVGAnimatedListPropertyTearOff<SVGPointList> SVGAnimatedPointList;
DSVGPointList.idl26 interface SVGPointList {
DSVGAnimatedType.cpp190 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPointList(SVGPointList* pointList) in createPointList()
DSVGParserUtilities.cpp269 static bool genericParsePointsList(SVGPointList& pointsList, const CharType*& ptr, const CharType* … in genericParsePointsList()
298 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points) in pointsListFromSVGData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGPathData.cpp77 SVGPointList& points = toSVGPolygonElement(element)->pointsCurrentValue(); in updatePathFromPolygonElement()
92 SVGPointList& points = toSVGPolylineElement(element)->pointsCurrentValue(); in updatePathFromPolylineElement()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-arm.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dwebcore_svg.target.linux-x86.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dwebcore_svg.target.linux-arm.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dwebcore_svg.target.darwin-mips.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dwebcore_svg.target.linux-mips.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dwebcore_svg.target.darwin-x86.mk198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
Dcore.gypi444 'svg/SVGPointList.idl',
3078 'svg/SVGPointList.cpp',
3079 'svg/SVGPointList.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp634 ../core/svg/SVGPointList.idl
Dinterface_dependencies.target.darwin-mips.mk21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.darwin-x86.mk21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…
Dinterface_dependencies.target.darwin-arm.mk21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…

12