#include <SkSVGTypes.h>
Definition at line 635 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kSourceGraphic | |
kSourceAlpha | |
kBackgroundImage | |
kBackgroundAlpha | |
kFillPaint | |
kStrokePaint | |
kFilterPrimitiveReference | |
kUnspecified | |
Definition at line 637 of file SkSVGTypes.h.
637 {
638 kSourceGraphic,
640 kBackgroundImage,
641 kBackgroundAlpha,
642 kFillPaint,
643 kStrokePaint,
644 kFilterPrimitiveReference,
646 };
@ kUnspecified
The absence of a specialized TaskSourceGrade.
◆ SkSVGFeInputType() [1/3]
SkSVGFeInputType::SkSVGFeInputType |
( |
| ) |
|
|
inline |
◆ SkSVGFeInputType() [2/3]
SkSVGFeInputType::SkSVGFeInputType |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ SkSVGFeInputType() [3/3]
◆ id()
const SkString & SkSVGFeInputType::id |
( |
| ) |
const |
|
inline |
◆ operator!=()
Definition at line 656 of file SkSVGTypes.h.
656{ return !(*this == other); }
◆ operator==()
Definition at line 653 of file SkSVGTypes.h.
653 {
654 return fType == other.fType && fId == other.fId;
655 }
◆ type()
Type SkSVGFeInputType::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: