Home
last modified time | relevance | path

Searched refs:ComponentTransferType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGComponentTransferFunctionElement.h32 struct SVGPropertyTraits<ComponentTransferType> {
35 static String toString(ComponentTransferType type)
56 static ComponentTransferType fromString(const String& value)
87 DECLARE_ANIMATED_ENUMERATION(Type, type, ComponentTransferType)
DSVGComponentTransferFunctionElement.cpp34 …ERATION(SVGComponentTransferFunctionElement, SVGNames::typeAttr, Type, type, ComponentTransferType) in DEFINE_ANIMATED_ENUMERATION() argument
86ComponentTransferType propertyValue = SVGPropertyTraits<ComponentTransferType>::fromString(value); in parseAttribute()
DSVGAnimatedEnumeration.cpp86 return SVGPropertyTraits<ComponentTransferType>::fromString(value); in enumerationValueForTargetAttribute()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComponentTransfer.h32 enum ComponentTransferType { enum
52 ComponentTransferType type;
DFEComponentTransfer.cpp227 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) in operator <<()