Searched refs:svgElement (Results 1 – 8 of 8) sorted by relevance
71 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs) in getSVGElementColorSpace() argument73 if (!svgElement) in getSVGElementColorSpace()76 const RenderObject* renderer = svgElement->renderer(); in getSVGElementColorSpace()83 } else if (!svgElement->presentationAttributeStyle()) { in getSVGElementColorSpace()87 …RefPtrWillBeRawPtr<CSSValue> cssValue = svgElement->presentationAttributeStyle()->getPropertyCSSVa… in getSVGElementColorSpace()
340 SVGElement* svgElement = shape.element(); in operator <<() local341 ASSERT(svgElement); in operator <<()342 SVGLengthContext lengthContext(svgElement); in operator <<()344 if (isSVGRectElement(*svgElement)) { in operator <<()345 SVGRectElement& element = toSVGRectElement(*svgElement); in operator <<()350 } else if (isSVGLineElement(*svgElement)) { in operator <<()351 SVGLineElement& element = toSVGLineElement(*svgElement); in operator <<()356 } else if (isSVGEllipseElement(*svgElement)) { in operator <<()357 SVGEllipseElement& element = toSVGEllipseElement(*svgElement); in operator <<()362 } else if (isSVGCircleElement(*svgElement)) { in operator <<()[all …]
352 SVGElement& svgElement = toSVGElement(toClone); in cloneNodeAndAssociate() local353 ASSERT(!svgElement.correspondingElement()); in cloneNodeAndAssociate()354 toSVGElement(clone.get())->setCorrespondingElement(&svgElement); in cloneNodeAndAssociate()634 …RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document()… in expandSymbolElementsInShadowTree() local636 svgElement->cloneDataFromElement(*element); in expandSymbolElementsInShadowTree()637 svgElement->setCorrespondingElement(element->correspondingElement()); in expandSymbolElementsInShadowTree()642 svgElement->appendChild(child); in expandSymbolElementsInShadowTree()651 if (subtreeContainsDisallowedElement(svgElement.get())) in expandSymbolElementsInShadowTree()652 removeDisallowedElementsFromSubtree(*svgElement); in expandSymbolElementsInShadowTree()654 RefPtrWillBeRawPtr<SVGElement> replacingElement(svgElement.get()); in expandSymbolElementsInShadowTree()[all …]
59 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement& svgElement) in findLightElement() argument61 return Traversal<SVGFELightElement>::firstChild(svgElement); in findLightElement()
112 SVGElement* svgElement = toSVGElement(element); in updateIfSVGCursorIsUsed() local114 m_referencedElements.add(svgElement); in updateIfSVGCursorIsUsed()116 svgElement->setCursorImageValue(this); in updateIfSVGCursorIsUsed()117 cursorElement->addClient(svgElement); in updateIfSVGCursorIsUsed()
243 if (SVGElement* svgElement = toSVGElement(node)->correspondingElement()) in currentTarget() local244 return svgElement; in currentTarget()
264 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString… in constructQualifiedName() argument266 ASSERT(svgElement); in constructQualifiedName()277 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix); in constructQualifiedName()
800 SVGElement* svgElement = toSVGElement(this); in boundsInRootViewSpace() local802 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()845 SVGElement* svgElement = toSVGElement(this); in getBoundingClientRect() local847 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()