HomeSort by relevance Sort by last modified time
    Searched refs:SVGElement (Results 226 - 250 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 40 SVGLengthContext::SVGLengthContext(const SVGElement* context)
45 SVGLengthContext::SVGLengthContext(const SVGElement* context, const FloatRect& viewport)
51 FloatRect SVGLengthContext::resolveRectangle(const SVGElement* context, SVGUnitTypes::SVGUnitType type, const FloatRect& viewport, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY, PassRefPtr<SVGLength> passWidth, PassRefPtr<SVGLength> passHeight)
72 FloatPoint SVGLengthContext::resolvePoint(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX, PassRefPtr<SVGLength> passY)
87 float SVGLengthContext::resolveLength(const SVGElement* context, SVGUnitTypes::SVGUnitType type, PassRefPtr<SVGLength> passX)
215 static inline RenderStyle* renderStyleForLengthResolving(const SVGElement* context)
310 SVGElement* viewportElement = m_context->viewportElement();
SVGComponentTransferFunctionElement.cpp 46 : SVGElement(tagName, document)
87 SVGElement::svgAttributeChanged(attrName);
91 SVGElement::InvalidationGuard invalidationGuard(this);
SVGIntegerOptionalInteger.cpp 85 void SVGIntegerOptionalInteger::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
93 void SVGIntegerOptionalInteger::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
109 float SVGIntegerOptionalInteger::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGNumber.cpp 94 void SVGNumber::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
99 void SVGNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
110 float SVGNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGNumberOptionalNumber.cpp 82 void SVGNumberOptionalNumber::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
90 void SVGNumberOptionalNumber::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> from, PassRefPtr<SVGPropertyBase> to, PassRefPtr<SVGPropertyBase> toAtEndOfDuration, SVGElement*)
106 float SVGNumberOptionalNumber::calculateDistance(PassRefPtr<SVGPropertyBase> other, SVGElement*)
SVGPoint.cpp 119 void SVGPoint::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
125 void SVGPoint::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtr<SVGPropertyBase> fromValue, PassRefPtr<SVGPropertyBase> toValue, PassRefPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*)
131 float SVGPoint::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement* contextElement)
SVGAnimateMotionElement.h 46 virtual void clearAnimatedType(SVGElement* targetElement) OVERRIDE;
SVGAnimatedIntegerOptionalInteger.cpp 37 SVGAnimatedIntegerOptionalInteger::SVGAnimatedIntegerOptionalInteger(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue)
SVGAnimatedNumberOptionalNumber.cpp 26 SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue)
SVGClipPathElement.cpp 51 SVGElement::InvalidationGuard invalidationGuard(this);
SVGComponentTransferFunctionElement.h 27 #include "core/svg/SVGElement.h"
34 class SVGComponentTransferFunctionElement : public SVGElement {
SVGFontFaceElement.h 27 #include "core/svg/SVGElement.h"
35 class SVGFontFaceElement FINAL : public SVGElement {
SVGPointTearOff.cpp 41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGPreserveAspectRatioTearOff.cpp 68 SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGRectTearOff.cpp 40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
SVGStaticStringList.cpp 36 SVGStaticStringList::SVGStaticStringList(SVGElement* contextElement, const QualifiedName& attributeName)
SVGTextPositioningElement.h 57 inline bool isSVGTextPositioningElement(const SVGElement& element)
SVGURIReference.h 59 explicit SVGURIReference(SVGElement*);
SVGGlyphRefElement.cpp 32 : SVGElement(SVGNames::glyphRefTag, document)
69 SVGElement::parseAttribute(name, value);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 30 #include "core/svg/SVGElement.h"
46 class SVGSMILElement : public SVGElement, public SVGTests {
63 SVGElement* targetElement() const { return m_targetElement; }
111 virtual void clearAnimatedType(SVGElement* targetElement) = 0;
131 virtual void setTargetElement(SVGElement*);
213 SVGElement* eventBaseFor(const Condition&);
238 RawPtrWillBeMember<SVGElement> m_targetElement;
278 inline bool isSVGSMILElement(const SVGElement& element)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 71 // Returns whether or not the SVGElement object contains a valid color-interpolation-filters attribute
72 static bool getSVGElementColorSpace(SVGElement* svgElement, ColorSpace& cs)
74 if (!svgElement)
77 const RenderObject* renderer = svgElement->renderer();
84 } else if (!svgElement->presentationAttributeStyle()) {
88 RefPtrWillBeRawPtr<CSSValue> cssValue = svgElement->presentationAttributeStyle()->getPropertyCSSValue(CSSPropertyColorInterpolationFilters);
155 for (SVGElement* element = Traversal<SVGElement>::firstChild(filterElement); element; element = Traversal<SVGElement>::nextSibling(*element))
    [all...]
RenderSVGViewportContainer.h 34 explicit RenderSVGViewportContainer(SVGElement*);
RenderSVGContainer.h 30 class SVGElement;
34 explicit RenderSVGContainer(SVGElement*);
RenderSVGViewportContainer.cpp 34 RenderSVGViewportContainer::RenderSVGViewportContainer(SVGElement* node)
59 SVGElement* element = this->element();
SVGResources.h 37 class SVGElement;
49 static bool supportsMarkers(const SVGElement&);

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>