HomeSort by relevance Sort by last modified time
    Searched full:ychannelselector (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.h 42 static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
47 ChannelSelectorType yChannelSelector() const;
61 FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
FEDisplacementMap.cpp 38 FEDisplacementMap::FEDisplacementMap(Filter* filter, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float scale)
41 , m_yChannelSelector(yChannelSelector)
47 ChannelSelectorType yChannelSelector, float scale)
49 return adoptRef(new FEDisplacementMap(filter, xChannelSelector, yChannelSelector, scale));
65 ChannelSelectorType FEDisplacementMap::yChannelSelector() const
70 bool FEDisplacementMap::setYChannelSelector(const ChannelSelectorType yChannelSelector)
72 if (m_yChannelSelector == yChannelSelector)
74 m_yChannelSelector = yChannelSelector;
254 << "yChannelSelector=\"" << m_yChannelSelector << "\"]\n";
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 76 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
79 switch (yChannelSelector) {
103 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
109 yChannelSelector, scale, dst, displ, src, bounds);
113 yChannelSelector, scale, dst, displ, src, bounds);
117 yChannelSelector, scale, dst, displ, src, bounds);
121 yChannelSelector, scale, dst, displ, src, bounds);
148 ChannelSelectorType yChannelSelector,
155 , fYChannelSelector(yChannelSelector)
264 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 76 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
79 switch (yChannelSelector) {
103 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
109 yChannelSelector, scale, dst, displ, src, bounds);
113 yChannelSelector, scale, dst, displ, src, bounds);
117 yChannelSelector, scale, dst, displ, src, bounds);
121 yChannelSelector, scale, dst, displ, src, bounds);
148 ChannelSelectorType yChannelSelector,
155 , fYChannelSelector(yChannelSelector)
264 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDisplacementMapElement.cpp 35 DEFINE_ANIMATED_ENUMERATION(SVGFEDisplacementMapElement, SVGNames::yChannelSelectorAttr, YChannelSelector, yChannelSelector, ChannelSelectorType)
42 REGISTER_LOCAL_ANIMATED_PROPERTY(yChannelSelector)
SVGFEDisplacementMapElement.h 86 DECLARE_ANIMATED_ENUMERATION(YChannelSelector, yChannelSelector, ChannelSelectorType)
SVGFEDisplacementMapElement.idl 40 readonly attribute SVGAnimatedEnumeration yChannelSelector;
SVGAttributeNames.in 250 yChannelSelector
  /external/chromium_org/third_party/skia/include/effects/
SkDisplacementMapEffect.h 26 ChannelSelectorType yChannelSelector,
  /external/skia/include/effects/
SkDisplacementMapEffect.h 26 ChannelSelectorType yChannelSelector,

Completed in 187 milliseconds