Skia
2D Graphics Library
SkSVGSpreadMethod Class Reference

#include <SkSVGTypes.h>

Public Types

enum class  Type { kPad , kRepeat , kReflect }
 

Public Member Functions

constexpr SkSVGSpreadMethod ()
 
constexpr SkSVGSpreadMethod (Type t)
 
 SkSVGSpreadMethod (const SkSVGSpreadMethod &)=default
 
SkSVGSpreadMethodoperator= (const SkSVGSpreadMethod &)=default
 
bool operator== (const SkSVGSpreadMethod &other) const
 
bool operator!= (const SkSVGSpreadMethod &other) const
 
Type type () const
 

Member Enumeration Documentation

◆ Type

Enumerator
kPad 
kRepeat 
kReflect 

Constructor & Destructor Documentation

◆ SkSVGSpreadMethod() [1/3]

constexpr SkSVGSpreadMethod::SkSVGSpreadMethod ( )
inlineconstexpr

◆ SkSVGSpreadMethod() [2/3]

constexpr SkSVGSpreadMethod::SkSVGSpreadMethod ( Type  t)
inlineexplicitconstexpr

◆ SkSVGSpreadMethod() [3/3]

SkSVGSpreadMethod::SkSVGSpreadMethod ( const SkSVGSpreadMethod )
default

Member Function Documentation

◆ operator!=()

bool SkSVGSpreadMethod::operator!= ( const SkSVGSpreadMethod other) const
inline

◆ operator=()

SkSVGSpreadMethod& SkSVGSpreadMethod::operator= ( const SkSVGSpreadMethod )
default

◆ operator==()

bool SkSVGSpreadMethod::operator== ( const SkSVGSpreadMethod other) const
inline

◆ type()

Type SkSVGSpreadMethod::type ( ) const
inline

The documentation for this class was generated from the following file: