Home
last modified time | relevance | path

Searched refs:SVGFETileElement (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFETileElement.cpp35 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
37 inline SVGFETileElement::SVGFETileElement(const QualifiedName& tagName, Document* document) in DEFINE_ANIMATED_STRING()
42 PassRefPtr<SVGFETileElement> SVGFETileElement::create(const QualifiedName& tagName, Document* docum… in create()
44 return adoptRef(new SVGFETileElement(tagName, document)); in create()
47 void SVGFETileElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
56 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged()
64 void SVGFETileElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty()
72 AttributeToPropertyTypeMap& SVGFETileElement::attributeToPropertyTypeMap() in attributeToPropertyTypeMap()
78 void SVGFETileElement::fillAttributeToPropertyTypeMap() in fillAttributeToPropertyTypeMap()
86 PassRefPtr<FilterEffect> SVGFETileElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) in build()
H A DSVGFETileElement.h30 class SVGFETileElement : public SVGFilterPrimitiveStandardAttributes {
32 static PassRefPtr<SVGFETileElement> create(const QualifiedName&, Document*);
35 SVGFETileElement(const QualifiedName&, Document*);
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGFETileElement.cpp20 JSObject* SVGFETileElement::WrapNode(JSContext* aCx, in WrapNode()
25 SVGElement::StringInfo SVGFETileElement::sStringInfo[2] = {
32 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
34 already_AddRefed<DOMSVGAnimatedString> SVGFETileElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
38 void SVGFETileElement::GetSourceImageNames(nsTArray<SVGStringInfo>& aSources) { in GetSourceImageNames()
45 FilterPrimitiveDescription SVGFETileElement::GetPrimitiveDescription( in GetPrimitiveDescription()
52 bool SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
62 SVGElement::StringAttributesInfo SVGFETileElement::GetStringInfo() { in GetStringInfo()
67 nsresult SVGFETileElement::BindToTree(BindContext& aCtx, nsINode& aParent) { in BindToTree()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGFETileElement.cpp18 JSObject* SVGFETileElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::StringInfo SVGFETileElement::sStringInfo[2] = {
30 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
32 already_AddRefed<DOMSVGAnimatedString> SVGFETileElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
36 void SVGFETileElement::GetSourceImageNames(nsTArray<SVGStringInfo>& aSources) { in GetSourceImageNames()
43 FilterPrimitiveDescription SVGFETileElement::GetPrimitiveDescription( in GetPrimitiveDescription()
50 bool SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
60 SVGElement::StringAttributesInfo SVGFETileElement::GetStringInfo() { in GetStringInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGFETileElement.cpp18 JSObject* SVGFETileElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::StringInfo SVGFETileElement::sStringInfo[2] = {
30 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
32 already_AddRefed<DOMSVGAnimatedString> SVGFETileElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
36 void SVGFETileElement::GetSourceImageNames(nsTArray<SVGStringInfo>& aSources) { in GetSourceImageNames()
43 FilterPrimitiveDescription SVGFETileElement::GetPrimitiveDescription( in GetPrimitiveDescription()
50 bool SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
60 SVGElement::StringAttributesInfo SVGFETileElement::GetStringInfo() { in GetStringInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGFETileElement.cpp18 JSObject* SVGFETileElement::WrapNode(JSContext* aCx, in WrapNode()
23 nsSVGElement::StringInfo SVGFETileElement::sStringInfo[2] = {
30 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
32 already_AddRefed<SVGAnimatedString> SVGFETileElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
36 void SVGFETileElement::GetSourceImageNames( in GetSourceImageNames()
44 FilterPrimitiveDescription SVGFETileElement::GetPrimitiveDescription( in GetPrimitiveDescription()
51 bool SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
61 nsSVGElement::StringAttributesInfo SVGFETileElement::GetStringInfo() { in GetStringInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGFETileElement.cpp19 SVGFETileElement::WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto) in WrapNode()
24 nsSVGElement::StringInfo SVGFETileElement::sStringInfo[2] =
34 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
37 SVGFETileElement::In1() in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
43 SVGFETileElement::GetSourceImageNames(nsTArray<nsSVGStringInfo>& aSources) in GetSourceImageNames()
52 SVGFETileElement::GetPrimitiveDescription(nsSVGFilterInstance* aInstance, in GetPrimitiveDescription()
61 SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
73 SVGFETileElement::GetStringInfo() in GetStringInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGFETileElement.cpp18 JSObject* SVGFETileElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::StringInfo SVGFETileElement::sStringInfo[2] = {
30 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFETileElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
32 already_AddRefed<DOMSVGAnimatedString> SVGFETileElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
36 void SVGFETileElement::GetSourceImageNames(nsTArray<SVGStringInfo>& aSources) { in GetSourceImageNames()
43 FilterPrimitiveDescription SVGFETileElement::GetPrimitiveDescription( in GetPrimitiveDescription()
50 bool SVGFETileElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
60 SVGElement::StringAttributesInfo SVGFETileElement::GetStringInfo() { in GetStringInfo()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGFETileElement.cpp33 SVGFETileElement::SVGFETileElement(const QualifiedName &tagName, Document *doc) in SVGFETileElement() function in WebCore::SVGFETileElement
39 SVGFETileElement::~SVGFETileElement() in ~SVGFETileElement()
44 ANIMATED_PROPERTY_DEFINITIONS(SVGFETileElement, String, String, string, In1, in1, SVGNames::inAttr,… in ANIMATED_PROPERTY_DEFINITIONS() argument
46 void SVGFETileElement::parseMappedAttribute(MappedAttribute *attr) in ANIMATED_PROPERTY_DEFINITIONS()
56 SVGFETile *SVGFETileElement::filterEffect(SVGResourceFilter *filter) const in filterEffect()
H A DSVGFETileElement.h33 class SVGFETileElement : public SVGFilterPrimitiveStandardAttributes
36 SVGFETileElement(const QualifiedName &, Document *);
37 virtual ~SVGFETileElement();
49 ANIMATED_PROPERTY_DECLARATIONS(SVGFETileElement, String, String, In1, in1)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGFETileElement.cpp151 …leElement(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<SVGFETileElement> impl) in JSSVGFETileElement()
176 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementIn1()
187 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementX()
198 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementY()
209 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementWidth()
220 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementHeight()
231 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementResult()
242 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementClassName()
253 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementStyle()
276 SVGFETileElement* imp = static_cast<SVGFETileElement*>(castedThis->impl()); in jsSVGFETileElementPrototypeFunctionGetPresentationAttribute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_fe_tile_element.cc30 SVGFETileElement::SVGFETileElement(Document& document) in SVGFETileElement() function in blink::SVGFETileElement
36 void SVGFETileElement::Trace(Visitor* visitor) { in Trace()
41 void SVGFETileElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
51 FilterEffect* SVGFETileElement::Build(SVGFilterBuilder* filter_builder, in Build()
H A Dsvg_fe_tile_element.h29 class SVGFETileElement final : public SVGFilterPrimitiveStandardAttributes {
33 explicit SVGFETileElement(Document&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_fe_tile_element.cc31 SVGFETileElement::SVGFETileElement(Document& document) in SVGFETileElement() function in blink::SVGFETileElement
37 void SVGFETileElement::Trace(Visitor* visitor) const { in Trace()
42 void SVGFETileElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
52 FilterEffect* SVGFETileElement::Build(SVGFilterBuilder* filter_builder, in Build()
H A Dsvg_fe_tile_element.h29 class SVGFETileElement final : public SVGFilterPrimitiveStandardAttributes {
33 explicit SVGFETileElement(Document&);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFETileElement.webidl13 interface SVGFETileElement : SVGElement {
18 SVGFETileElement includes SVGFilterPrimitiveStandardAttributes;

12345678