HomeSort by relevance Sort by last modified time
    Searched refs:CompositeOperationType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEComposite.h 33 enum CompositeOperationType {
45 static PassRefPtr<FEComposite> create(Filter*, const CompositeOperationType&, float, float, float, float);
47 CompositeOperationType operation() const;
48 bool setOperation(CompositeOperationType);
74 FEComposite(Filter*, const CompositeOperationType&, float, float, float, float);
86 CompositeOperationType m_type;
FEComposite.cpp 95 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
105 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
110 CompositeOperationType FEComposite::operation() const
115 bool FEComposite::setOperation(CompositeOperationType type)
376 SkXfermode::Mode toXfermode(WebCore::CompositeOperationType mode)
406 static TextStream& operator<<(TextStream& ts, const CompositeOperationType& type)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.h 32 struct SVGPropertyTraits<CompositeOperationType> {
35 static String toString(CompositeOperationType type)
58 static CompositeOperationType fromString(const String& value)
92 DECLARE_ANIMATED_ENUMERATION(SVGOperator, svgOperator, CompositeOperationType)
SVGFECompositeElement.cpp 35 DEFINE_ANIMATED_ENUMERATION(SVGFECompositeElement, SVGNames::operatorAttr, SVGOperator, svgOperator, CompositeOperationType)
89 CompositeOperationType propertyValue = SVGPropertyTraits<CompositeOperationType>::fromString(value);
SVGAnimatedEnumeration.cpp 71 return SVGPropertyTraits<CompositeOperationType>::fromString(value);

Completed in 107 milliseconds