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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.cpp 281 SVGElement* svgElement = static_cast<SVGElement*>(node());
282 ASSERT(svgElement && svgElement->document());
283 if (!svgElement->isStyled())
286 SVGStyledElement* styledElement = static_cast<SVGStyledElement*>(svgElement);
303 return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
SVGRenderTreeAsText.cpp 314 ts << " [id=\"" << static_cast<SVGElement*>(node)->getIdAttribute() << "\"]";
337 SVGElement* element = static_cast<SVGElement*>(path.node());
388 SVGElement* svgElement = static_cast<SVGElement*>(path.node());
390 if (svgElement->hasTagName(SVGNames::rectTag)) {
391 SVGRectElement* element = static_cast<SVGRectElement*>(svgElement);
396 } else if (svgElement->hasTagName(SVGNames::lineTag)) {
397 SVGLineElement* element = static_cast<SVGLineElement*>(svgElement);
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 252 SVGElement* correspondingElement = targetInstance->correspondingElement();
259 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
301 SVGElement* correspondingElement = targetInstance->correspondingElement();
307 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
328 SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement();
351 if (SVGElement* shadowRoot = m_targetElementInstance->shadowTreeElement())
382 SVGElement* element = targetInstance->correspondingElement();
385 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
524 SVGElement* target = 0;
526 target = static_cast<SVGElement*>(targetElement)
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 65 #include "SVGElement.h"
516 const SVGElement* svgElement = static_cast<const SVGElement*>(this);
518 if (svgElement->boundingBox(localRect))
580 const SVGElement* svgElement = static_cast<const SVGElement*>(this);
582 if (svgElement->boundingBox(localRect))
    [all...]

Completed in 196 milliseconds