HomeSort by relevance Sort by last modified time
    Searched refs:svgElement (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 47 // Returns whether or not the SVGElement object contains a valid color-interpolation-filters attribute
48 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs)
50 if (!svgElement)
53 const RenderObject* renderer = svgElement->renderer();
62 RefPtr<CSSValue> cssValue = svgElement->getPresentationAttribute(
134 SVGElement* element = toSVGElement(node);
RenderSVGModelObject.cpp 38 #include "core/svg/SVGElement.h"
42 RenderSVGModelObject::RenderSVGModelObject(SVGElement* node)
130 static void getElementCTM(SVGElement* element, AffineTransform& transform)
135 SVGElement* stopAtElement = SVGLocatable::nearestViewportElement(element);
142 SVGElement* currentElement = toSVGElement(current);
189 SVGElement* svgElement = toSVGElement(renderer->node());
190 getElementCTM(svgElement, ctm);
191 ASSERT(svgElement->renderer());
192 return intersectsAllowingEmpty(rect, ctm.mapRect(svgElement->renderer()->repaintRectInLocalCoordinates()))
    [all...]
SVGRenderTreeAsText.cpp 330 SVGElement* svgElement = toSVGElement(shape.node());
331 SVGLengthContext lengthContext(svgElement);
333 if (svgElement->hasTagName(SVGNames::rectTag)) {
334 SVGRectElement* element = toSVGRectElement(svgElement);
339 } else if (svgElement->hasTagName(SVGNames::lineTag)) {
340 SVGLineElement* element = static_cast<SVGLineElement*>(svgElement);
345 } else if (svgElement->hasTagName(SVGNames::ellipseTag)) {
346 SVGEllipseElement* element = static_cast<SVGEllipseElement*>(svgElement);
351 } else if (svgElement->hasTagName(SVGNames::circleTag))
    [all...]
RenderSVGShape.cpp 413 SVGElement* svgElement = toSVGElement(node());
414 SVGLengthContext lengthContext(svgElement);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.cpp 65 HashSet<SVGElement*>::const_iterator it = m_referencedElements.begin();
66 HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
70 SVGElement* referencedElement = *it;
112 SVGElement* svgElement = toSVGElement(element);
113 m_referencedElements.add(svgElement);
114 svgElement->setCursorImageValue(this);
115 cursorElement->addClient(svgElement);
189 void CSSCursorImageValue::removeReferencedElement(SVGElement* element)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFELightElement.cpp 61 : SVGElement(tagName, document)
67 SVGFELightElement* SVGFELightElement::findLightElement(const SVGElement* svgElement)
69 for (Node* node = svgElement->firstChild(); node; node = node->nextSibling()) {
79 PassRefPtr<LightSource> SVGFELightElement::findLightSource(const SVGElement* svgElement)
81 SVGFELightElement* lightNode = findLightElement(svgElement);
108 SVGElement::parseAttribute(name, value);
168 SVGElement::svgAttributeChanged(attrName);
208 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta)
    [all...]
SVGFilterElement.cpp 63 : SVGElement(tagName, document)
126 SVGElement::parseAttribute(name, value);
160 SVGElement::svgAttributeChanged(attrName);
178 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
197 SVGElement* svgElement = toSVGElement(childContext.node());
228 return allowedChildElementTags.contains<SVGAttributeHashTranslator>(svgElement->tagQName());
SVGUseElement.cpp 83 , m_svgLoadEventTimer(this, &SVGElement::svgLoadEventTimerFired)
271 SVGElement* element = targetInstance->correspondingElement();
279 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
425 void SVGUseElement::buildShadowAndInstanceTree(SVGElement* target)
574 void SVGUseElement::buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem, bool foundUse)
582 SVGElement* newTarget = 0;
608 SVGElement* element = 0;
636 bool SVGUseElement::hasCycleUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, SVGElement*& newTarget)
653 SVGElement* element = instance->correspondingElement();
678 void SVGUseElement::buildShadowTree(SVGElement* target, SVGElementInstance* targetInstance
    [all...]
SVGSVGElement.cpp 330 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const
336 SVGElement* svgElement = toSVGElement(element);
338 if (checkIntersection(svgElement, rect))
341 if (checkEnclosure(svgElement, rect))
351 PassRefPtr<NodeList> SVGSVGElement::getIntersectionList(const SVGRect& rect, SVGElement* referenceElement) const
356 PassRefPtr<NodeList> SVGSVGElement::getEnclosureList(const SVGRect& rect, SVGElement* referenceElement) const
361 bool SVGSVGElement::checkIntersection(SVGElement* element, const SVGRect& rect) const
368 bool SVGSVGElement::checkEnclosure(SVGElement* element, const SVGRect& rect) const
719 SVGElement* element = SVGLocatable::nearestViewportElement(viewElement)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 110 : SVGElement(tagName, doc)
164 SVGElement* svgTarget = target && target->isSVGElement() ? toSVGElement(target) : 0;
188 static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const String& attributeName)
190 ASSERT(svgElement);
201 String namespaceURI = svgElement->lookupNamespaceURI(prefix);
233 SVGElement::insertedInto(rootParent);
275 SVGElement::removedFrom(rootParent);
477 SVGElement::parseAttribute(name, value);
483 SVGElement::svgAttributeChanged(attrName)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 93 #include "core/svg/SVGElement.h"
466 static_cast<const SVGElement*>(this)->synchronizeAnimatedSVGAttribute(QualifiedName(nullAtom, localName, nullAtom));
740 SVGElement* svgElement = toSVGElement(this);
742 if (svgElement->getBoundingBox(localRect))
785 SVGElement* svgElement = toSVGElement(this);
787 if (svgElement->getBoundingBox(localRect))
    [all...]

Completed in 131 milliseconds