Searched refs:ChannelSelectorType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEDisplacementMap.h32 enum ChannelSelectorType { enum in namespace:WebCore
42 static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
44 ChannelSelectorType xChannelSelector() const;
45 bool setXChannelSelector(const ChannelSelectorType);
47 ChannelSelectorType yChannelSelector() const;
48 bool setYChannelSelector(const ChannelSelectorType);
64 FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
66 ChannelSelectorType m_xChannelSelecto
[all...]
H A DFEDisplacementMap.cpp38 FEDisplacementMap::FEDisplacementMap(Filter* filter, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float scale)
46 PassRefPtr<FEDisplacementMap> FEDisplacementMap::create(Filter* filter, ChannelSelectorType xChannelSelector,
47 ChannelSelectorType yChannelSelector, float scale)
52 ChannelSelectorType FEDisplacementMap::xChannelSelector() const
57 bool FEDisplacementMap::setXChannelSelector(const ChannelSelectorType xChannelSelector)
65 ChannelSelectorType FEDisplacementMap::yChannelSelector() const
70 bool FEDisplacementMap::setYChannelSelector(const ChannelSelectorType yChannelSelector)
158 static TextStream& operator<<(TextStream& ts, const ChannelSelectorType& type)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEDisplacementMapElement.h32 struct SVGPropertyTraits<ChannelSelectorType> {
35 static String toString(ChannelSelectorType type)
54 static ChannelSelectorType fromString(const String& value)
72 static ChannelSelectorType stringToChannel(const String&);
86 DECLARE_ANIMATED_ENUMERATION(XChannelSelector, xChannelSelector, ChannelSelectorType)
87 DECLARE_ANIMATED_ENUMERATION(YChannelSelector, yChannelSelector, ChannelSelectorType)
H A DSVGFEDisplacementMapElement.cpp36 DEFINE_ANIMATED_ENUMERATION(SVGFEDisplacementMapElement, SVGNames::xChannelSelectorAttr, XChannelSelector, xChannelSelector, ChannelSelectorType)
37 DEFINE_ANIMATED_ENUMERATION(SVGFEDisplacementMapElement, SVGNames::yChannelSelectorAttr, YChannelSelector, yChannelSelector, ChannelSelectorType)
84 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value);
91 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value);
H A DSVGAnimatedEnumeration.cpp96 return SVGPropertyTraits<ChannelSelectorType>::fromString(value);
98 return SVGPropertyTraits<ChannelSelectorType>::fromString(value);

Completed in 131 milliseconds