#include <SkSVGTypes.h>
Definition at line 454 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kUserSpaceOnUse | |
kObjectBoundingBox | |
Definition at line 456 of file SkSVGTypes.h.
456 {
457 kUserSpaceOnUse,
458 kObjectBoundingBox,
459 };
◆ SkSVGObjectBoundingBoxUnits() [1/2]
SkSVGObjectBoundingBoxUnits::SkSVGObjectBoundingBoxUnits |
( |
| ) |
|
|
inline |
◆ SkSVGObjectBoundingBoxUnits() [2/2]
SkSVGObjectBoundingBoxUnits::SkSVGObjectBoundingBoxUnits |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ operator!=()
Definition at line 467 of file SkSVGTypes.h.
467 {
468 return !(*this == other);
469 }
◆ operator==()
Definition at line 464 of file SkSVGTypes.h.
464 {
465 return fType == other.fType;
466 }
◆ type()
Type SkSVGObjectBoundingBoxUnits::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: