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

  /external/skia/include/effects/
SkDisplacementMapEffect.h 16 enum ChannelSelectorType {
25 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, SkScalar scale, SkImageFilter* displacement, SkImageFilter* color = NULL);
46 ChannelSelectorType fXChannelSelector;
47 ChannelSelectorType fYChannelSelector;
  /external/webkit/Source/WebCore/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);
63 ChannelSelectorType m_xChannelSelector
    [all...]

Completed in 38 milliseconds