Home
last modified time | relevance | path

Searched refs:SVGFilterElement (Results 1 – 22 of 22) sorted by relevance

/external/webkit/WebCore/svg/
DSVGFilterElement.h40 class SVGFilterElement : public SVGStyledElement,
45 SVGFilterElement(const QualifiedName&, Document*);
46 virtual ~SVGFilterElement();
57 …DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::filterUnitsAttr, int, FilterUnits, filterUni…
58 …DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::primitiveUnitsAttr, int, PrimitiveUnits, pri…
59 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::xAttr, SVGLength, X, x)
60 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::yAttr, SVGLength, Y, y)
61 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::widthAttr, SVGLength, Width, width)
62 DECLARE_ANIMATED_PROPERTY(SVGFilterElement, SVGNames::heightAttr, SVGLength, Height, height)
63 …DECLARE_ANIMATED_PROPERTY_MULTIPLE_WRAPPERS(SVGFilterElement, SVGNames::filterResAttr, SVGFilterRe…
[all …]
DSVGFilterElement.cpp45 SVGFilterElement::SVGFilterElement(const QualifiedName& tagName, Document* doc) in SVGFilterElement() function in WebCore::SVGFilterElement
61 SVGFilterElement::~SVGFilterElement() in ~SVGFilterElement()
65 void SVGFilterElement::setFilterRes(unsigned long, unsigned long) const in setFilterRes()
69 void SVGFilterElement::parseMappedAttribute(MappedAttribute* attr) in parseMappedAttribute()
108 void SVGFilterElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty()
147 FloatRect SVGFilterElement::filterBoundingBox(const FloatRect& objectBoundingBox) const in filterBoundingBox()
164 void SVGFilterElement::buildFilter(const FloatRect& targetRect) const in buildFilter()
215 SVGResource* SVGFilterElement::canvasResource(const RenderObject*) in canvasResource()
DSVGFilterElement.idl29 interface [Conditional=SVG&FILTERS] SVGFilterElement : SVGElement,
/external/webkit/WebCore/svg/graphics/
DSVGResourceFilter.h46 class SVGFilterElement; variable
51 …static PassRefPtr<SVGResourceFilter> create(const SVGFilterElement* ownerElement) { return adoptRe… in create()
86 SVGResourceFilter(const SVGFilterElement*);
88 const SVGFilterElement* m_ownerElement;
DSVGResourceFilter.cpp45 SVGResourceFilter::SVGResourceFilter(const SVGFilterElement* ownerElement) in SVGResourceFilter()
/external/webkit/WebCore/bindings/v8/
DV8Index.h234 V(SVGFILTERELEMENT, SVGFilterElement)
/external/webkit/WebCore/
DDerivedSources.make307 SVGFilterElement \
DWebCore.pri457 svg/SVGFilterElement.idl \
DAndroid.mk806 svg/SVGFilterElement.cpp \
DChangeLog-2006-12-313093 * ksvg2/svg/SVGFilterElement.cpp:
3156 * ksvg2/svg/SVGFilterElement.cpp:
3157 (WebCore::SVGFilterElement::SVGFilterElement):
3158 (WebCore::SVGFilterElement::parseMappedAttribute):
3159 (WebCore::SVGFilterElement::canvasResource):
3160 * ksvg2/svg/SVGFilterElement.h:
8205 * ksvg2/svg/SVGFilterElement.cpp:
8206 (WebCore::SVGFilterElement::canvasResource):
8992 * ksvg2/svg/SVGFilterElement.cpp:
8993 (WebCore::SVGFilterElement::canvasResource):
[all …]
DWebCore.pro1804 svg/SVGFilterElement.h \
2493 svg/SVGFilterElement.cpp \
DWebCore.gypi286 'svg/SVGFilterElement.idl',
3440 'svg/SVGFilterElement.cpp',
3441 'svg/SVGFilterElement.h',
DGNUmakefile.am2869 WebCore/svg/SVGFilterElement.idl \
3139 WebCore/svg/SVGFilterElement.cpp \
3140 WebCore/svg/SVGFilterElement.h \
DChangeLog-2008-08-103973 * svg/SVGFilterElement.cpp:
3974 (WebCore::SVGFilterElement::SVGFilterElement):
3975 * svg/SVGFilterElement.h:
4353 * svg/SVGFilterElement.cpp:
4354 (WebCore::SVGFilterElement::SVGFilterElement):
4355 (WebCore::SVGFilterElement::parseMappedAttribute):
4356 (WebCore::SVGFilterElement::canvasResource):
6344 * svg/SVGFilterElement.cpp:
6345 * svg/SVGFilterElement.h:
7741 * svg/SVGFilterElement.cpp: Wrap SVGLength objects in SVGLength() statements.
[all …]
DChangeLog-2010-01-292742 * svg/SVGFilterElement.cpp:
2743 (WebCore::SVGFilterElement::SVGFilterElement):
2744 (WebCore::SVGFilterElement::synchronizeProperty):
2745 * svg/SVGFilterElement.h:
16630 * svg/SVGFilterElement.cpp:
16631 (WebCore::SVGFilterElement::filterBoundingBox):
16632 * svg/SVGFilterElement.h:
17227 * svg/SVGFilterElement.cpp:
17228 (WebCore::SVGFilterElement::canvasResource):
17229 * svg/SVGFilterElement.h:
[all …]
DChangeLog-2007-10-141848 * ksvg2/svg/SVGFilterElement.cpp:
1849 (WebCore::SVGFilterElement::canvasResource):
1850 * ksvg2/svg/SVGFilterElement.h:
5044 * ksvg2/svg/SVGFilterElement.cpp:
5045 * ksvg2/svg/SVGFilterElement.h:
52056 * ksvg2/svg/SVGFilterElement.h:
52057 (WebCore::SVGFilterElement::rendererIsNeeded):
52785 * ksvg2/svg/SVGFilterElement.cpp:
52786 * ksvg2/svg/SVGFilterElement.h:
52787 * ksvg2/svg/SVGFilterElement.idl:
[all …]
DChangeLog-2005-08-233188 (SVGFilterElement::hasProperty):
3189 (SVGFilterElement::get):
3190 (SVGFilterElement::getInParents):
3191 (SVGFilterElement::prototype):
3192 (SVGFilterElement::cache):
3634 * ksvg2/dom/SVGFilterElement.cpp:
3635 (SVGFilterElement::getValueProperty):
3637 * ksvg2/dom/SVGFilterElement.h:
12889 * ksvg2/dom/SVGFilterElement.cc: Added.
12890 * ksvg2/dom/SVGFilterElement.h: Added.
DChangeLog-2006-05-107963 * ksvg2/svg/SVGFilterElement.cpp:
10133 * ksvg2/svg/SVGFilterElement.cpp:
11296 * ksvg2/svg/SVGFilterElement.cpp:
11297 (SVGFilterElement::parseMappedAttribute):
DChangeLog-2005-12-1917629 * ksvg2/bindings/idl/svg/SVGFilterElement.idl: Added.
20522 * ksvg2/dom/SVGFilterElement.cpp: Removed.
20523 * ksvg2/dom/SVGFilterElement.h: Removed.
DChangeLog-2009-06-164112 * svg/SVGFilterElement.cpp:
4470 * svg/SVGFilterElement.cpp:
4471 (WebCore::SVGFilterElement::canvasResource):
5205 * svg/SVGFilterElement.cpp:
5206 * svg/SVGFilterElement.h:
5207 * svg/SVGFilterElement.idl:
13062 * svg/SVGFilterElement.cpp:
/external/webkit/WebCore/page/
DDOMWindow.idl708 attribute SVGFilterElementConstructor SVGFilterElement;
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3471 …0D00BF220071B782 /* SVGFilterElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22278750D…
3472 …C0D00BF220071B782 /* SVGFilterElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278760D0…
8621 …71B782 /* SVGFilterElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
8622 …00071B782 /* SVGFilterElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
8623 …0BF200071B782 /* SVGFilterElement.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
13987 B22278750D00BF200071B782 /* SVGFilterElement.cpp */,
13988 B22278760D00BF200071B782 /* SVGFilterElement.h */,
13989 B22278770D00BF200071B782 /* SVGFilterElement.idl */,
18202 B2227A0C0D00BF220071B782 /* SVGFilterElement.h in Headers */,
20426 B2227A0B0D00BF220071B782 /* SVGFilterElement.cpp in Sources */,