Home
last modified time | relevance | path

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

12345678

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFEOffsetElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
35 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dxAttr, Dx, dx) in DEFINE_ANIMATED_STRING()
36 DEFINE_ANIMATED_NUMBER(SVGFEOffsetElement, SVGNames::dyAttr, Dy, dy) in DEFINE_ANIMATED_STRING()
38 inline SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName& tagName, Document* document) in DEFINE_ANIMATED_STRING()
43 PassRefPtr<SVGFEOffsetElement> SVGFEOffsetElement::create(const QualifiedName& tagName, Document* d… in create()
45 return adoptRef(new SVGFEOffsetElement(tagName, document)); in create()
48 void SVGFEOffsetElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
61 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged()
71 void SVGFEOffsetElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty()
90 AttributeToPropertyTypeMap& SVGFEOffsetElement::attributeToPropertyTypeMap() in attributeToPropertyTypeMap()
[all …]
H A DSVGFEOffsetElement.h31 class SVGFEOffsetElement : public SVGFilterPrimitiveStandardAttributes {
33 static PassRefPtr<SVGFEOffsetElement> create(const QualifiedName&, Document*);
36 SVGFEOffsetElement(const QualifiedName&, Document*);
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGFEOffsetElement.cpp20 JSObject* SVGFEOffsetElement::WrapNode(JSContext* aCx, in WrapNode()
25 SVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] = {
28 SVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] = {
35 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
39 already_AddRefed<DOMSVGAnimatedString> SVGFEOffsetElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
43 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dx() { in Dx()
47 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dy() { in Dy()
51 FilterPrimitiveDescription SVGFEOffsetElement::GetPrimitiveDescription( in GetPrimitiveDescription()
73 void SVGFEOffsetElement::GetSourceImageNames( in GetSourceImageNames()
89 SVGElement::NumberAttributesInfo SVGFEOffsetElement::GetNumberInfo() { in GetNumberInfo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGFEOffsetElement.cpp18 JSObject* SVGFEOffsetElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] = {
26 SVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] = {
33 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
37 already_AddRefed<DOMSVGAnimatedString> SVGFEOffsetElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
41 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dx() { in Dx()
45 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dy() { in Dy()
49 FilterPrimitiveDescription SVGFEOffsetElement::GetPrimitiveDescription( in GetPrimitiveDescription()
71 void SVGFEOffsetElement::GetSourceImageNames( in GetSourceImageNames()
79 SVGElement::NumberAttributesInfo SVGFEOffsetElement::GetNumberInfo() { in GetNumberInfo()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGFEOffsetElement.cpp18 JSObject* SVGFEOffsetElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] = {
26 SVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] = {
33 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
37 already_AddRefed<DOMSVGAnimatedString> SVGFEOffsetElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
41 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dx() { in Dx()
45 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dy() { in Dy()
49 FilterPrimitiveDescription SVGFEOffsetElement::GetPrimitiveDescription( in GetPrimitiveDescription()
71 void SVGFEOffsetElement::GetSourceImageNames( in GetSourceImageNames()
79 SVGElement::NumberAttributesInfo SVGFEOffsetElement::GetNumberInfo() { in GetNumberInfo()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGFEOffsetElement.cpp19 SVGFEOffsetElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto) in WrapNode()
24 nsSVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] =
30 nsSVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] =
40 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
46 SVGFEOffsetElement::In1() in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
52 SVGFEOffsetElement::Dx() in Dx()
58 SVGFEOffsetElement::Dy() in Dy()
64 SVGFEOffsetElement::GetPrimitiveDescription(nsSVGFilterInstance* aInstance, in GetPrimitiveDescription()
79 SVGFEOffsetElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
99 SVGFEOffsetElement::GetNumberInfo() in GetNumberInfo()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGFEOffsetElement.cpp18 JSObject* SVGFEOffsetElement::WrapNode(JSContext* aCx, in WrapNode()
23 nsSVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] = {
26 nsSVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] = {
33 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
37 already_AddRefed<SVGAnimatedString> SVGFEOffsetElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
41 already_AddRefed<SVGAnimatedNumber> SVGFEOffsetElement::Dx() { in Dx()
45 already_AddRefed<SVGAnimatedNumber> SVGFEOffsetElement::Dy() { in Dy()
49 FilterPrimitiveDescription SVGFEOffsetElement::GetPrimitiveDescription( in GetPrimitiveDescription()
62 bool SVGFEOffsetElement::AttributeAffectsRendering(int32_t aNameSpaceID, in AttributeAffectsRendering()
71 void SVGFEOffsetElement::GetSourceImageNames( in GetSourceImageNames()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGFEOffsetElement.cpp18 JSObject* SVGFEOffsetElement::WrapNode(JSContext* aCx, in WrapNode()
23 SVGElement::NumberInfo SVGFEOffsetElement::sNumberInfo[2] = {
26 SVGElement::StringInfo SVGFEOffsetElement::sStringInfo[2] = {
33 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGFEOffsetElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
37 already_AddRefed<DOMSVGAnimatedString> SVGFEOffsetElement::In1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
41 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dx() { in Dx()
45 already_AddRefed<DOMSVGAnimatedNumber> SVGFEOffsetElement::Dy() { in Dy()
49 FilterPrimitiveDescription SVGFEOffsetElement::GetPrimitiveDescription( in GetPrimitiveDescription()
71 void SVGFEOffsetElement::GetSourceImageNames( in GetSourceImageNames()
79 SVGElement::NumberAttributesInfo SVGFEOffsetElement::GetNumberInfo() { in GetNumberInfo()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGFEOffsetElement.cpp32 SVGFEOffsetElement::SVGFEOffsetElement(const QualifiedName &tagName, Document *doc) in SVGFEOffsetElement() function in WebCore::SVGFEOffsetElement
40 SVGFEOffsetElement::~SVGFEOffsetElement() in ~SVGFEOffsetElement()
45 ANIMATED_PROPERTY_DEFINITIONS(SVGFEOffsetElement, String, String, string, In1, in1, SVGNames::inAtt… in ANIMATED_PROPERTY_DEFINITIONS() argument
46 ANIMATED_PROPERTY_DEFINITIONS(SVGFEOffsetElement, float, Number, number, Dx, dx, SVGNames::dxAttr, … in ANIMATED_PROPERTY_DEFINITIONS()
47 ANIMATED_PROPERTY_DEFINITIONS(SVGFEOffsetElement, float, Number, number, Dy, dy, SVGNames::dyAttr, … in ANIMATED_PROPERTY_DEFINITIONS()
49 void SVGFEOffsetElement::parseMappedAttribute(MappedAttribute *attr) in ANIMATED_PROPERTY_DEFINITIONS()
63 SVGFEOffset *SVGFEOffsetElement::filterEffect(SVGResourceFilter *filter) const in filterEffect()
H A DSVGFEOffsetElement.h33 class SVGFEOffsetElement : public SVGFilterPrimitiveStandardAttributes
36 SVGFEOffsetElement(const QualifiedName &, Document *);
37 virtual ~SVGFEOffsetElement();
49 ANIMATED_PROPERTY_DECLARATIONS(SVGFEOffsetElement, String, String, In1, in1)
50 ANIMATED_PROPERTY_DECLARATIONS(SVGFEOffsetElement, float, float, Dx, dx)
51 ANIMATED_PROPERTY_DECLARATIONS(SVGFEOffsetElement, float, float, Dy, dy)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGFEOffsetElement.cpp179 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementIn1()
190 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementDx()
201 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementDy()
212 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementX()
223 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementY()
234 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementWidth()
245 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementHeight()
256 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementResult()
267 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementClassName()
278 SVGFEOffsetElement* imp = static_cast<SVGFEOffsetElement*>(castedThis->impl()); in jsSVGFEOffsetElementStyle()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_fe_offset_element.cc30 SVGFEOffsetElement::SVGFEOffsetElement(Document& document) in SVGFEOffsetElement() function in blink::SVGFEOffsetElement
44 void SVGFEOffsetElement::Trace(Visitor* visitor) { in Trace()
51 void SVGFEOffsetElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
62 FilterEffect* SVGFEOffsetElement::Build(SVGFilterBuilder* filter_builder, in Build()
H A Dsvg_fe_offset_element.h30 class SVGFEOffsetElement final : public SVGFilterPrimitiveStandardAttributes {
34 explicit SVGFEOffsetElement(Document&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_fe_offset_element.cc32 SVGFEOffsetElement::SVGFEOffsetElement(Document& document) in SVGFEOffsetElement() function in blink::SVGFEOffsetElement
46 void SVGFEOffsetElement::Trace(Visitor* visitor) const { in Trace()
53 void SVGFEOffsetElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
64 FilterEffect* SVGFEOffsetElement::Build(SVGFilterBuilder* filter_builder, in Build()
H A Dsvg_fe_offset_element.h31 class SVGFEOffsetElement final : public SVGFilterPrimitiveStandardAttributes {
35 explicit SVGFEOffsetElement(Document&);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DSVGFEOffsetElement.webidl14 interface SVGFEOffsetElement : SVGElement {
23 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGFEOffsetElement.webidl13 interface SVGFEOffsetElement : SVGElement {
22 SVGFEOffsetElement includes SVGFilterPrimitiveStandardAttributes;

12345678