HomeSort by relevance Sort by last modified time
    Searched defs:ChannelSelectorType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.h 32 enum ChannelSelectorType {
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);
67 ChannelSelectorType m_xChannelSelector
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkDisplacementMapEffect.h 16 enum ChannelSelectorType {
26 static SkDisplacementMapEffect* Create(ChannelSelectorType xChannelSelector,
27 ChannelSelectorType yChannelSelector,
54 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
55 ChannelSelectorType yChannelSelector,
63 ChannelSelectorType fXChannelSelector;
64 ChannelSelectorType fYChannelSelector;
  /external/skia/include/effects/
SkDisplacementMapEffect.h 16 enum ChannelSelectorType {
26 static SkDisplacementMapEffect* Create(ChannelSelectorType xChannelSelector,
27 ChannelSelectorType yChannelSelector,
54 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
55 ChannelSelectorType yChannelSelector,
63 ChannelSelectorType fXChannelSelector;
64 ChannelSelectorType fYChannelSelector;

Completed in 65 milliseconds