Home
last modified time | relevance | path

Searched refs:ellipseTag (Results 1 – 14 of 14) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGEllipseElement.cpp120 return SVGNames::ellipseTag.id(); in id()
H A DSVGAnimateMotionElement.cpp69 || targetElement->hasTagName(ellipseTag) in hasValidTarget()
H A DSVGNames.h31 extern DOM::QualifiedName ellipseTag;
H A DSVGUseElement.cpp425 n->hasTagName(SVGNames::ellipseTag) || in isDirectReference()
H A DSVGNames.cpp41 DOM::QualifiedName ellipseTag; variable
372ellipseTag = DOM::QualifiedName(DOM::makeId(DOM::svgNamespace, ID_ELLIPSE), DOM::emptyPrefixName); in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.cpp75 || targetElement->hasTagName(ellipseTag) in hasValidAttributeType()
H A DSVGUseElement.cpp681 || node->hasTagName(SVGNames::ellipseTag) in isDirectReference()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGResources.cpp51 s_tagList.add(SVGNames::ellipseTag.localName().impl()); in clipperFilterMaskerTags()
107 s_tagList.add(SVGNames::ellipseTag.localName().impl()); in fillAndStrokeTags()
H A DSVGRenderTreeAsText.cpp402 } else if (svgElement->hasTagName(SVGNames::ellipseTag)) { in operator <<()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DSVGNames.h58 extern const WebCore::QualifiedName ellipseTag;
H A DSVGElementFactory.cpp539 addTag(ellipseTag, ellipseConstructor); in createFunctionMap()
H A DSVGNames.cpp62 DEFINE_GLOBAL(QualifiedName, ellipseTag, nullAtom, "ellipse", svgNamespaceURI);
148 (WebCore::QualifiedName*)&ellipseTag, in getSVGTags()
757 new ((void*)&ellipseTag) QualifiedName(nullAtom, "ellipse", svgNS); in init()
H A DJSSVGElementWrapperFactory.cpp590 map.set(ellipseTag.localName().impl(), createSVGEllipseElementWrapper); in createJSSVGWrapper()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp1245 if (id == WebCore::SVGNames::ellipseTag.localNameId().id()) { in createSVGElement()