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

/external/webkit/Source/WebCore/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);
61 FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
63 ChannelSelectorType m_xChannelSelecto
[all...]

Completed in 46 milliseconds