Searched refs:filterUnits (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFilterElement.idl30 readonly attribute SVGAnimatedEnumeration filterUnits;
H A DSVGFilterElement.h66 DECLARE_ANIMATED_ENUMERATION(FilterUnits, filterUnits, SVGUnitTypes::SVGUnitType)
H A DSVGFilterElement.cpp42 DEFINE_ANIMATED_ENUMERATION(SVGFilterElement, SVGNames::filterUnitsAttr, FilterUnits, filterUnits, SVGUnitTypes::SVGUnitType)
54 REGISTER_LOCAL_ANIMATED_PROPERTY(filterUnits)
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceFilter.h81 SVGUnitTypes::SVGUnitType filterUnits() const { return filterElement().filterUnits(); } function in class:WebCore::final
H A DRenderSVGResourceFilter.cpp130 filterData->boundaries = SVGLengthContext::resolveRectangle<SVGFilterElement>(&filterElement(), filterElement().filterUnits(), targetBoundingBox);
300 return SVGLengthContext::resolveRectangle<SVGFilterElement>(&filterElement(), filterElement().filterUnits(), object.objectBoundingBox());
H A DSVGRenderTreeAsText.cpp485 writeNameValuePair(ts, "filterUnits", filter.filterUnits());

Completed in 166 milliseconds