Searched refs:svgElement (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGModelObject.cpp185 SVGGraphicsElement* svgElement = toSVGGraphicsElement(renderer->node()); local
186 getElementCTM(svgElement, ctm);
187 ASSERT(svgElement->renderer());
188 return intersectsAllowingEmpty(rect, ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates()));
198 SVGGraphicsElement* svgElement = toSVGGraphicsElement(renderer->node()); local
199 getElementCTM(svgElement, ctm);
200 ASSERT(svgElement->renderer());
201 return rect.contains(ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates()));
H A DReferenceFilterBuilder.cpp71 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs) argument
73 if (!svgElement)
76 const RenderObject* renderer = svgElement->renderer();
85 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute(
H A DSVGRenderTreeAsText.cpp319 SVGElement* svgElement = shape.element(); local
320 SVGLengthContext lengthContext(svgElement);
322 if (svgElement->hasTagName(SVGNames::rectTag)) {
323 SVGRectElement* element = toSVGRectElement(svgElement);
328 } else if (svgElement->hasTagName(SVGNames::lineTag)) {
329 SVGLineElement* element = toSVGLineElement(svgElement);
334 } else if (svgElement->hasTagName(SVGNames::ellipseTag)) {
335 SVGEllipseElement* element = toSVGEllipseElement(svgElement);
340 } else if (svgElement->hasTagName(SVGNames::circleTag)) {
341 SVGCircleElement* element = toSVGCircleElement(svgElement);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.cpp111 SVGElement* svgElement = toSVGElement(element); local
112 m_referencedElements.add(svgElement);
113 svgElement->setCursorImageValue(this);
114 cursorElement->addClient(svgElement);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFELightElement.cpp67 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement) argument
69 for (Node* node = svgElement->firstChild(); node; node = node->nextSibling()) {
79 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement) argument
81 SVGFELightElement* lightNode = findLightElement(svgElement);
H A DSVGUseElement.cpp768 RefPtr<SVGSVGElement> svgElement = SVGSVGElement::create(*referencedDocument()); local
771 svgElement->cloneDataFromElement(*toElement(element));
776 svgElement->appendChild(newChild.release());
784 if (subtreeContainsDisallowedElement(svgElement.get()))
785 removeDisallowedElementsFromSubtree(*svgElement);
787 RefPtr<Node> replacingElement(svgElement.get());
790 element->parentNode()->replaceChild(svgElement.release(), element);
H A DSVGFilterElement.cpp203 const SVGElement* svgElement = toSVGElement(&child); local
234 return allowedChildElementTags.contains<SVGAttributeHashTranslator>(svgElement->tagQName());
H A DSVGSVGElement.cpp335 SVGElement* svgElement = toSVGElement(element); local
337 if (checkIntersection(svgElement, rect))
340 if (checkEnclosure(svgElement, rect))
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp242 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString& attributeName) argument
244 ASSERT(svgElement);
255 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp794 SVGElement* svgElement = toSVGElement(this); local
796 if (svgElement->getBoundingBox(localRect))
839 SVGElement* svgElement = toSVGElement(this); local
841 if (svgElement->getBoundingBox(localRect))

Completed in 178 milliseconds