Searched refs:svgElement (Results 1 – 10 of 10) sorted by relevance
185 SVGGraphicsElement* svgElement = toSVGGraphicsElement(renderer->node()); in checkIntersection() local186 getElementCTM(svgElement, ctm); in checkIntersection()187 ASSERT(svgElement->renderer()); in checkIntersection()188 …return intersectsAllowingEmpty(rect, ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordin… in checkIntersection()198 SVGGraphicsElement* svgElement = toSVGGraphicsElement(renderer->node()); in checkEnclosure() local199 getElementCTM(svgElement, ctm); in checkEnclosure()200 ASSERT(svgElement->renderer()); in checkEnclosure()201 return rect.contains(ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates())); in checkEnclosure()
319 SVGElement* svgElement = shape.element(); in operator <<() local320 SVGLengthContext lengthContext(svgElement); in operator <<()322 if (svgElement->hasTagName(SVGNames::rectTag)) { in operator <<()323 SVGRectElement* element = toSVGRectElement(svgElement); in operator <<()328 } else if (svgElement->hasTagName(SVGNames::lineTag)) { in operator <<()329 SVGLineElement* element = toSVGLineElement(svgElement); in operator <<()334 } else if (svgElement->hasTagName(SVGNames::ellipseTag)) { in operator <<()335 SVGEllipseElement* element = toSVGEllipseElement(svgElement); in operator <<()340 } else if (svgElement->hasTagName(SVGNames::circleTag)) { in operator <<()341 SVGCircleElement* element = toSVGCircleElement(svgElement); in operator <<()[all …]
71 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs) in getSVGElementColorSpace() argument73 if (!svgElement) in getSVGElementColorSpace()76 const RenderObject* renderer = svgElement->renderer(); in getSVGElementColorSpace()85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute( in getSVGElementColorSpace()
111 SVGElement* svgElement = toSVGElement(element); in updateIfSVGCursorIsUsed() local112 m_referencedElements.add(svgElement); in updateIfSVGCursorIsUsed()113 svgElement->setCursorImageValue(this); in updateIfSVGCursorIsUsed()114 cursorElement->addClient(svgElement); in updateIfSVGCursorIsUsed()
67 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement) in findLightElement() argument69 for (Node* node = svgElement->firstChild(); node; node = node->nextSibling()) { in findLightElement()79 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement) in findLightSource() argument81 SVGFELightElement* lightNode = findLightElement(svgElement); in findLightSource()
768 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(*referencedDocument()); in expandSymbolElementsInShadowTree() local771 svgElement->cloneDataFromElement(*toElement(element)); in expandSymbolElementsInShadowTree()776 svgElement->appendChild(newChild.release()); in expandSymbolElementsInShadowTree()784 if (subtreeContainsDisallowedElement(svgElement.get())) in expandSymbolElementsInShadowTree()785 removeDisallowedElementsFromSubtree(*svgElement); in expandSymbolElementsInShadowTree()787 RefPtr<Node> replacingElement(svgElement.get()); in expandSymbolElementsInShadowTree()790 element->parentNode()->replaceChild(svgElement.release(), element); in expandSymbolElementsInShadowTree()
203 const SVGElement* svgElement = toSVGElement(&child); in childShouldCreateRenderer() local234 return allowedChildElementTags.contains<SVGAttributeHashTranslator>(svgElement->tagQName()); in childShouldCreateRenderer()
335 SVGElement* svgElement = toSVGElement(element); in collectIntersectionOrEnclosureList() local337 if (checkIntersection(svgElement, rect)) in collectIntersectionOrEnclosureList()340 if (checkEnclosure(svgElement, rect)) in collectIntersectionOrEnclosureList()
242 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString… in constructQualifiedName() argument244 ASSERT(svgElement); in constructQualifiedName()255 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix); in constructQualifiedName()
794 SVGElement* svgElement = toSVGElement(this); in boundsInRootViewSpace() local796 if (svgElement->getBoundingBox(localRect)) in boundsInRootViewSpace()839 SVGElement* svgElement = toSVGElement(this); in getBoundingClientRect() local841 if (svgElement->getBoundingBox(localRect)) in getBoundingClientRect()