#include <SkSVGTypes.h>
|
enum class | Unit {
kUnknown
, kNumber
, kPercentage
, kEMS
,
kEXS
, kPX
, kCM
, kMM
,
kIN
, kPT
, kPC
} |
|
◆ Unit
Enumerator |
---|
kUnknown | |
kNumber | |
kPercentage | |
kEMS | |
kEXS | |
kPX | |
kCM | |
kMM | |
kIN | |
kPT | |
kPC | |
◆ SkSVGLength() [1/3]
constexpr SkSVGLength::SkSVGLength |
( |
| ) |
|
|
inlineconstexpr |
◆ SkSVGLength() [2/3]
◆ SkSVGLength() [3/3]
◆ operator!=()
bool SkSVGLength::operator!= |
( |
const SkSVGLength & |
other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool SkSVGLength::operator== |
( |
const SkSVGLength & |
other | ) |
const |
|
inline |
◆ unit()
const Unit& SkSVGLength::unit |
( |
| ) |
const |
|
inline |
◆ value()
const SkScalar& SkSVGLength::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: