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

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGMaskElement.idl28 readonly attribute SVGAnimatedEnumeration maskContentUnits;
H A DSVGMaskElement.h57 DECLARE_ANIMATED_ENUMERATION(MaskContentUnits, maskContentUnits, SVGUnitTypes::SVGUnitType)
H A DSVGMaskElement.cpp40 DEFINE_ANIMATED_ENUMERATION(SVGMaskElement, SVGNames::maskContentUnitsAttr, MaskContentUnits, maskContentUnits, SVGUnitTypes::SVGUnitType)
49 REGISTER_LOCAL_ANIMATED_PROPERTY(maskContentUnits)
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceMasker.h51 SVGUnitTypes::SVGUnitType maskContentUnits() const { return maskElement().maskContentUnits(); } function in class:WebCore::final
H A DRenderSVGResourceMasker.cpp99 if (maskElement().maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
158 if (maskElement().maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
H A DSVGRenderTreeAsText.cpp480 writeNameValuePair(ts, "maskContentUnits", masker.maskContentUnits());

Completed in 175 milliseconds