Searched refs:SVGPointList (Results 1 – 25 of 34) sorted by relevance
12
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPointList.h | 30 class SVGPointList : public Vector<SVGPoint> { 32 SVGPointList() { } in SVGPointList() function 38 struct SVGPropertyTraits<SVGPointList> { 39 static SVGPointList initialValue() { return SVGPointList(); }
|
D | SVGAnimatedPointList.cpp | 36 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()
|
D | SVGPolyElement.cpp | 48 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()
|
D | SVGPolyElement.h | 35 SVGListPropertyTearOff<SVGPointList>* points(); 36 SVGListPropertyTearOff<SVGPointList>* animatedPoints(); 38 SVGPointList& pointsCurrentValue(); 59 mutable SVGSynchronizableAnimatedProperty<SVGPointList> m_points;
|
D | SVGAnimatedType.h | 55 static PassOwnPtr<SVGAnimatedType> createPointList(SVGPointList*); 137 const SVGPointList& pointList() const in pointList() 240 SVGPointList& pointList() in pointList() 297 SVGPointList* pointList;
|
D | SVGParserUtilities.h | 36 class SVGPointList; variable 86 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points);
|
D | SVGPolylineElement.idl | 27 readonly attribute SVGPointList points; 28 readonly attribute SVGPointList animatedPoints;
|
D | SVGPolygonElement.idl | 27 readonly attribute SVGPointList points; 28 readonly attribute SVGPointList animatedPoints;
|
D | SVGPointList.cpp | 30 String SVGPointList::valueAsString() const in valueAsString()
|
D | SVGAnimatedPointList.h | 29 typedef SVGAnimatedListPropertyTearOff<SVGPointList> SVGAnimatedPointList;
|
D | SVGPointList.idl | 26 interface SVGPointList {
|
D | SVGAnimatedType.cpp | 190 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createPointList(SVGPointList* pointList) in createPointList()
|
D | SVGParserUtilities.cpp | 269 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/ |
D | SVGPathData.cpp | 77 SVGPointList& points = toSVGPolygonElement(element)->pointsCurrentValue(); in updatePathFromPolygonElement() 92 SVGPointList& points = toSVGPolylineElement(element)->pointsCurrentValue(); in updatePathFromPolylineElement()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_svg.target.darwin-arm.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | webcore_svg.target.linux-x86.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | webcore_svg.target.linux-arm.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | webcore_svg.target.darwin-mips.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | webcore_svg.target.linux-mips.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | webcore_svg.target.darwin-x86.mk | 198 third_party/WebKit/Source/core/svg/SVGPointList.cpp \
|
D | core.gypi | 444 'svg/SVGPointList.idl', 3078 'svg/SVGPointList.cpp', 3079 'svg/SVGPointList.h',
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | main_idl_files_list.tmp | 634 ../core/svg/SVGPointList.idl
|
D | interface_dependencies.target.darwin-mips.mk | 21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…
|
D | interface_dependencies.target.darwin-x86.mk | 21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…
|
D | interface_dependencies.target.darwin-arm.mk | 21 …ore/svg/SVGPoint.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/svg/SVGPointList.idl $(LOCAL_PAT…
|
12