Searched refs:BlendModeType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEBlend.h32 enum BlendModeType { enum in namespace:WebCore
43 static PassRefPtr<FEBlend> create(Filter*, BlendModeType);
45 BlendModeType blendMode() const;
46 bool setBlendMode(BlendModeType);
58 FEBlend(Filter*, BlendModeType);
60 BlendModeType m_mode;
H A DFEBlend.cpp42 FEBlend::FEBlend(Filter* filter, BlendModeType mode)
48 PassRefPtr<FEBlend> FEBlend::create(Filter* filter, BlendModeType mode)
53 BlendModeType FEBlend::blendMode() const
58 bool FEBlend::setBlendMode(BlendModeType mode)
182 static TextStream& operator<<(TextStream& ts, const BlendModeType& type)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEBlendElement.h32 struct SVGPropertyTraits<BlendModeType> {
35 static String toString(BlendModeType type)
56 static BlendModeType fromString(const String& value)
88 DECLARE_ANIMATED_ENUMERATION(Mode, mode, BlendModeType)
H A DSVGFEBlendElement.cpp37 DEFINE_ANIMATED_ENUMERATION(SVGFEBlendElement, SVGNames::modeAttr, Mode, mode, BlendModeType)
78 BlendModeType propertyValue = SVGPropertyTraits<BlendModeType>::fromString(value);
H A DSVGAnimatedEnumeration.cpp92 return SVGPropertyTraits<BlendModeType>::fromString(value);

Completed in 86 milliseconds