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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceMasker.h54 SVGUnitTypes::SVGUnitType maskContentUnits() const { return toUnitType(static_cast<SVGMaskElement*>(node())->maskContentUnits()); } function in class:WebCore::RenderSVGResourceMasker
H A DRenderSVGResourceMasker.cpp137 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
210 if (maskElement->maskContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
H A DSVGRenderTreeAsText.cpp562 writeNameValuePair(ts, "maskContentUnits", masker->maskContentUnits());
/external/webkit/Source/WebCore/svg/
H A DSVGMaskElement.idl34 readonly attribute SVGAnimatedEnumeration maskContentUnits;
H A DSVGMaskElement.h62 DECLARE_ANIMATED_ENUMERATION(MaskContentUnits, maskContentUnits)
H A DSVGMaskElement.cpp40 DEFINE_ANIMATED_ENUMERATION(SVGMaskElement, SVGNames::maskContentUnitsAttr, MaskContentUnits, maskContentUnits)

Completed in 105 milliseconds