Home
last modified time | relevance | path

Searched refs:SVGLineElement (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGLineElement.cpp200 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementX1()
211 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementY1()
222 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementX2()
233 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementY2()
244 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementRequiredFeatures()
254 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementRequiredExtensions()
264 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementSystemLanguage()
274 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementXmllang()
284 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementXmlspace()
294 SVGLineElement* imp = static_cast<SVGLineElement*>(castedThis->impl()); in jsSVGLineElementExternalResourcesRequired()
[all …]
H A DJSSVGLineElement.h32 class SVGLineElement; variable
37 JSSVGLineElement(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<SVGLineElement>);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGLineElement.cpp36 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x1Attr, X1, x1) in DEFINE_ANIMATED_LENGTH() argument
37 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y1Attr, Y1, y1) in DEFINE_ANIMATED_LENGTH()
38 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x2Attr, X2, x2) in DEFINE_ANIMATED_LENGTH()
39 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y2Attr, Y2, y2) in DEFINE_ANIMATED_LENGTH()
42 inline SVGLineElement::SVGLineElement(const QualifiedName& tagName, Document* document) in DEFINE_ANIMATED_LENGTH()
51 PassRefPtr<SVGLineElement> SVGLineElement::create(const QualifiedName& tagName, Document* document) in create()
53 return adoptRef(new SVGLineElement(tagName, document)); in create()
56 void SVGLineElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
141 void SVGLineElement::fillAttributeToPropertyTypeMap() in fillAttributeToPropertyTypeMap()
152 void SVGLineElement::toPathData(Path& path) const in toPathData()
[all …]
H A DSVGLineElement.h34 class SVGLineElement : public SVGStyledTransformableElement,
39 static PassRefPtr<SVGLineElement> create(const QualifiedName&, Document*);
42 SVGLineElement(const QualifiedName&, Document*);
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGLineElement.cpp36 SVGLineElement::SVGLineElement(const QualifiedName &tagName, Document *doc) in SVGLineElement() function in WebCore::SVGLineElement
48 SVGLineElement::~SVGLineElement() in ~SVGLineElement()
52 ANIMATED_PROPERTY_DEFINITIONS(SVGLineElement, SVGLength, Length, length, X1, x1, SVGNames::x1Attr, … in ANIMATED_PROPERTY_DEFINITIONS() argument
53 ANIMATED_PROPERTY_DEFINITIONS(SVGLineElement, SVGLength, Length, length, Y1, y1, SVGNames::y1Attr, … in ANIMATED_PROPERTY_DEFINITIONS()
54 ANIMATED_PROPERTY_DEFINITIONS(SVGLineElement, SVGLength, Length, length, X2, x2, SVGNames::x2Attr, … in ANIMATED_PROPERTY_DEFINITIONS()
55 ANIMATED_PROPERTY_DEFINITIONS(SVGLineElement, SVGLength, Length, length, Y2, y2, SVGNames::y2Attr, … in ANIMATED_PROPERTY_DEFINITIONS()
57 void SVGLineElement::parseMappedAttribute(MappedAttribute *attr) in ANIMATED_PROPERTY_DEFINITIONS()
81 void SVGLineElement::svgAttributeChanged(const QualifiedName &attrName) in svgAttributeChanged()
99 Path SVGLineElement::toPathData() const in toPathData()
105 bool SVGLineElement::hasRelativeValues() const in hasRelativeValues()
H A DSVGLineElement.h37 class SVGLineElement : public SVGStyledTransformableElement,
43 SVGLineElement(const QualifiedName &, Document *);
44 virtual ~SVGLineElement();
76 ANIMATED_PROPERTY_DECLARATIONS(SVGLineElement, SVGLength, SVGLength, X1, x1)
77 ANIMATED_PROPERTY_DECLARATIONS(SVGLineElement, SVGLength, SVGLength, Y1, y1)
78 ANIMATED_PROPERTY_DECLARATIONS(SVGLineElement, SVGLength, SVGLength, X2, x2)
79 ANIMATED_PROPERTY_DECLARATIONS(SVGLineElement, SVGLength, SVGLength, Y2, y2)
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGLineElement.cpp19 JSObject* SVGLineElement::WrapNode(JSContext* aCx, in WrapNode()
24 SVGElement::LengthInfo SVGLineElement::sLengthInfo[4] = {
38 SVGLineElement::SVGLineElement( in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
64 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
68 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y1() { in Y1()
72 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X2() { in X2()
76 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y2() { in Y2()
84 SVGLineElement::IsAttributeMapped(const nsAtom* name) const { in NS_IMETHODIMP_()
102 void SVGLineElement::GetMarkPoints(nsTArray<SVGMark>* aMarks) { in GetMarkPoints()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase {
23 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGLineElement.cpp19 JSObject* SVGLineElement::WrapNode(JSContext* aCx, in WrapNode()
24 SVGElement::LengthInfo SVGLineElement::sLengthInfo[4] = {
38 SVGLineElement::SVGLineElement( in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
64 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
68 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y1() { in Y1()
72 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X2() { in X2()
76 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y2() { in Y2()
84 SVGLineElement::IsAttributeMapped(const nsAtom* name) const { in NS_IMETHODIMP_()
102 void SVGLineElement::GetMarkPoints(nsTArray<SVGMark>* aMarks) { in GetMarkPoints()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase {
23 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGLineElement.cpp19 JSObject* SVGLineElement::WrapNode(JSContext* aCx, in WrapNode()
24 SVGElement::LengthInfo SVGLineElement::sLengthInfo[4] = {
38 SVGLineElement::SVGLineElement( in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
64 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
68 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y1() { in Y1()
72 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X2() { in X2()
76 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y2() { in Y2()
84 SVGLineElement::IsAttributeMapped(const nsAtom* name) const { in NS_IMETHODIMP_()
102 void SVGLineElement::GetMarkPoints(nsTArray<SVGMark>* aMarks) { in GetMarkPoints()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase {
23 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGLineElement.cpp19 JSObject* SVGLineElement::WrapNode(JSContext* aCx, in WrapNode()
24 nsSVGElement::LengthInfo SVGLineElement::sLengthInfo[4] = {
38 SVGLineElement::SVGLineElement( in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
64 already_AddRefed<SVGAnimatedLength> SVGLineElement::X1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
68 already_AddRefed<SVGAnimatedLength> SVGLineElement::Y1() { in Y1()
72 already_AddRefed<SVGAnimatedLength> SVGLineElement::X2() { in X2()
76 already_AddRefed<SVGAnimatedLength> SVGLineElement::Y2() { in Y2()
84 SVGLineElement::IsAttributeMapped(const nsAtom* name) const { in NS_IMETHODIMP_()
113 void SVGLineElement::GetAsSimplePath(SimplePath* aSimplePath) { in GetAsSimplePath()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase {
23 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGLineElement.cpp24 nsSVGElement::LengthInfo SVGLineElement::sLengthInfo[4] =
35 SVGLineElement::SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
65 SVGLineElement::X1() in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
71 SVGLineElement::Y1() in Y1()
77 SVGLineElement::X2() in X2()
83 SVGLineElement::Y2() in Y2()
106 SVGLineElement::GetLengthInfo() in GetLengthInfo()
128 SVGLineElement::GetAsSimplePath(SimplePath* aSimplePath) in GetAsSimplePath()
138 SVGLineElement::BuildPath(PathBuilder* aBuilder) in BuildPath()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase
24 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGLineElement.cpp19 JSObject* SVGLineElement::WrapNode(JSContext* aCx, in WrapNode()
24 SVGElement::LengthInfo SVGLineElement::sLengthInfo[4] = {
38 SVGLineElement::SVGLineElement( in SVGLineElement() function in mozilla::dom::SVGLineElement
60 NS_IMPL_ELEMENT_CLONE_WITH_INIT(SVGLineElement) in NS_IMPL_ELEMENT_CLONE_WITH_INIT() argument
64 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X1() { in NS_IMPL_ELEMENT_CLONE_WITH_INIT()
68 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y1() { in Y1()
72 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::X2() { in X2()
76 already_AddRefed<DOMSVGAnimatedLength> SVGLineElement::Y2() { in Y2()
84 SVGLineElement::IsAttributeMapped(const nsAtom* name) const { in NS_IMETHODIMP_()
102 void SVGLineElement::GetMarkPoints(nsTArray<SVGMark>* aMarks) { in GetMarkPoints()
[all …]
H A DSVGLineElement.h21 class SVGLineElement final : public SVGLineElementBase {
23 explicit SVGLineElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_line_element.cc29 SVGLineElement::SVGLineElement(Document& document) in SVGLineElement() function in blink::SVGLineElement
57 void SVGLineElement::Trace(Visitor* visitor) { in Trace()
65 Path SVGLineElement::AsPath() const { in AsPath()
77 void SVGLineElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
88 bool SVGLineElement::SelfHasRelativeLengths() const { in SelfHasRelativeLengths()
H A Dsvg_line_element.h30 class SVGLineElement final : public SVGGeometryElement {
34 explicit SVGLineElement(Document&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_line_element.cc31 SVGLineElement::SVGLineElement(Document& document) in SVGLineElement() function in blink::SVGLineElement
59 void SVGLineElement::Trace(Visitor* visitor) const { in Trace()
67 Path SVGLineElement::AsPath() const { in AsPath()
81 void SVGLineElement::SvgAttributeChanged(const QualifiedName& attr_name) { in SvgAttributeChanged()
92 bool SVGLineElement::SelfHasRelativeLengths() const { in SelfHasRelativeLengths()
H A Dsvg_line_element.h31 class SVGLineElement final : public SVGGeometryElement {
35 explicit SVGLineElement(Document&);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGLineElement.webidl13 interface SVGLineElement : SVGGeometryElement {
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGLineElement.webidl13 interface SVGLineElement : SVGGeometryElement {
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DSVGLineElement.webidl13 interface SVGLineElement : SVGGeometryElement {

123456789