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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDisplacementMap.h32 enum ChannelSelectorType { enum in namespace:blink
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);
63 FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
69 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)
60 ChannelSelectorType FEDisplacementMap::xChannelSelector() const
65 bool FEDisplacementMap::setXChannelSelector(const ChannelSelectorType xChannelSelector)
73 ChannelSelectorType FEDisplacementMap::yChannelSelector() const
78 bool FEDisplacementMap::setYChannelSelector(const ChannelSelectorType yChannelSelector)
162 static SkDisplacementMapEffect::ChannelSelectorType toSkiaMode(ChannelSelectorType typ
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkDisplacementMapEffect.h16 enum ChannelSelectorType { enum in class:SkDisplacementMapEffect
26 static SkDisplacementMapEffect* Create(ChannelSelectorType xChannelSelector,
27 ChannelSelectorType yChannelSelector,
52 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
53 ChannelSelectorType yChannelSelector,
63 ChannelSelectorType fXChannelSelector;
64 ChannelSelectorType fYChannelSelector;
/external/skia/include/effects/
H A DSkDisplacementMapEffect.h16 enum ChannelSelectorType { enum in class:SkDisplacementMapEffect
26 static SkDisplacementMapEffect* Create(ChannelSelectorType xChannelSelector,
27 ChannelSelectorType yChannelSelector,
54 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
55 ChannelSelectorType yChannelSelector,
63 ChannelSelectorType fXChannelSelector;
64 ChannelSelectorType fYChannelSelector;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEDisplacementMapElement.h30 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ChannelSelectorType>();
37 static ChannelSelectorType stringToChannel(const String&);
42 SVGAnimatedEnumeration<ChannelSelectorType>* xChannelSelector() { return m_xChannelSelector.get(); }
43 SVGAnimatedEnumeration<ChannelSelectorType>* yChannelSelector() { return m_yChannelSelector.get(); }
57 RefPtr<SVGAnimatedEnumeration<ChannelSelectorType> > m_xChannelSelector;
58 RefPtr<SVGAnimatedEnumeration<ChannelSelectorType> > m_yChannelSelector;
H A DSVGFEDisplacementMapElement.cpp30 template<> const SVGEnumerationStringEntries& getStaticStringEntries<ChannelSelectorType>()
47 , m_xChannelSelector(SVGAnimatedEnumeration<ChannelSelectorType>::create(this, SVGNames::xChannelSelectorAttr, CHANNEL_A))
48 , m_yChannelSelector(SVGAnimatedEnumeration<ChannelSelectorType>::create(this, SVGNames::yChannelSelectorAttr, CHANNEL_A))
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp24 template<SkDisplacementMapEffect::ChannelSelectorType type>
50 template<SkDisplacementMapEffect::ChannelSelectorType typeX,
51 SkDisplacementMapEffect::ChannelSelectorType typeY>
83 template<SkDisplacementMapEffect::ChannelSelectorType typeX>
84 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
113 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector,
114 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
143 bool channel_selector_type_is_valid(SkDisplacementMapEffect::ChannelSelectorType cst) {
161 SkDisplacementMapEffect::SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
162 ChannelSelectorType yChannelSelecto
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkDisplacementMapEffect.cpp25 template<SkDisplacementMapEffect::ChannelSelectorType type>
51 template<SkDisplacementMapEffect::ChannelSelectorType typeX,
52 SkDisplacementMapEffect::ChannelSelectorType typeY>
84 template<SkDisplacementMapEffect::ChannelSelectorType typeX>
85 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
114 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector,
115 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
144 bool channel_selector_type_is_valid(SkDisplacementMapEffect::ChannelSelectorType cst) {
162 SkDisplacementMapEffect* SkDisplacementMapEffect::Create(ChannelSelectorType xChannelSelector,
163 ChannelSelectorType yChannelSelecto
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFilterFuzz.cpp129 static SkDisplacementMapEffect::ChannelSelectorType make_channel_selector_type() {
130 return static_cast<SkDisplacementMapEffect::ChannelSelectorType>(R(4)+1);
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp131 static SkDisplacementMapEffect::ChannelSelectorType make_channel_selector_type() {
132 return static_cast<SkDisplacementMapEffect::ChannelSelectorType>(R(4)+1);

Completed in 178 milliseconds