HomeSort by relevance Sort by last modified time
    Searched full:channelselectortype (Results 1 - 9 of 9) 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);
68 ChannelSelectorType m_xChannelSelector
    [all...]
FEDisplacementMap.cpp 38 FEDisplacementMap::FEDisplacementMap(Filter* filter, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float scale)
46 PassRefPtr<FEDisplacementMap> FEDisplacementMap::create(Filter* filter, ChannelSelectorType xChannelSelector,
47 ChannelSelectorType yChannelSelector, float scale)
52 ChannelSelectorType FEDisplacementMap::xChannelSelector() const
57 bool FEDisplacementMap::setXChannelSelector(const ChannelSelectorType xChannelSelector)
65 ChannelSelectorType FEDisplacementMap::yChannelSelector() const
70 bool FEDisplacementMap::setYChannelSelector(const ChannelSelectorType yChannelSelector)
154 static SkDisplacementMapEffect::ChannelSelectorType toSkiaMode(ChannelSelectorType type
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkDisplacementMapEffect.h 16 enum ChannelSelectorType {
25 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
26 ChannelSelectorType yChannelSelector,
51 ChannelSelectorType fXChannelSelector;
52 ChannelSelectorType fYChannelSelector;
  /external/skia/include/effects/
SkDisplacementMapEffect.h 16 enum ChannelSelectorType {
25 SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
26 ChannelSelectorType yChannelSelector,
51 ChannelSelectorType fXChannelSelector;
52 ChannelSelectorType fYChannelSelector;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDisplacementMapElement.h 31 struct SVGPropertyTraits<ChannelSelectorType> {
34 static String toString(ChannelSelectorType type)
53 static ChannelSelectorType fromString(const String& value)
71 static ChannelSelectorType stringToChannel(const String&);
85 DECLARE_ANIMATED_ENUMERATION(XChannelSelector, xChannelSelector, ChannelSelectorType)
86 DECLARE_ANIMATED_ENUMERATION(YChannelSelector, yChannelSelector, ChannelSelectorType)
SVGFEDisplacementMapElement.cpp 34 DEFINE_ANIMATED_ENUMERATION(SVGFEDisplacementMapElement, SVGNames::xChannelSelectorAttr, XChannelSelector, xChannelSelector, ChannelSelectorType)
35 DEFINE_ANIMATED_ENUMERATION(SVGFEDisplacementMapElement, SVGNames::yChannelSelectorAttr, YChannelSelector, yChannelSelector, ChannelSelectorType)
82 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value);
89 ChannelSelectorType propertyValue = SVGPropertyTraits<ChannelSelectorType>::fromString(value);
SVGAnimatedEnumeration.cpp 94 return SVGPropertyTraits<ChannelSelectorType>::fromString(value);
96 return SVGPropertyTraits<ChannelSelectorType>::fromString(value);
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 22 template<SkDisplacementMapEffect::ChannelSelectorType type>
48 template<SkDisplacementMapEffect::ChannelSelectorType typeX,
49 SkDisplacementMapEffect::ChannelSelectorType typeY>
75 template<SkDisplacementMapEffect::ChannelSelectorType typeX>
76 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
102 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector,
103 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
129 bool channel_selector_type_is_valid(SkDisplacementMapEffect::ChannelSelectorType cst) {
147 SkDisplacementMapEffect::SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
148 ChannelSelectorType yChannelSelector
    [all...]
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 22 template<SkDisplacementMapEffect::ChannelSelectorType type>
48 template<SkDisplacementMapEffect::ChannelSelectorType typeX,
49 SkDisplacementMapEffect::ChannelSelectorType typeY>
75 template<SkDisplacementMapEffect::ChannelSelectorType typeX>
76 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
102 void computeDisplacement(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector,
103 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector,
129 bool channel_selector_type_is_valid(SkDisplacementMapEffect::ChannelSelectorType cst) {
147 SkDisplacementMapEffect::SkDisplacementMapEffect(ChannelSelectorType xChannelSelector,
148 ChannelSelectorType yChannelSelector
    [all...]

Completed in 251 milliseconds