#include <SkSVGTypes.h>
Definition at line 526 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kLength | |
kInherit | |
Definition at line 528 of file SkSVGTypes.h.
528 {
529 kLength,
531 };
◆ SkSVGFontSize() [1/2]
SkSVGFontSize::SkSVGFontSize |
( |
| ) |
|
|
inline |
◆ SkSVGFontSize() [2/2]
◆ operator!=()
bool SkSVGFontSize::operator!= |
( |
const SkSVGFontSize & |
other | ) |
const |
|
inline |
Definition at line 541 of file SkSVGTypes.h.
541{ return !(*this == other); }
◆ operator==()
bool SkSVGFontSize::operator== |
( |
const SkSVGFontSize & |
other | ) |
const |
|
inline |
Definition at line 538 of file SkSVGTypes.h.
538 {
539 return fType == other.fType && fSize == other.fSize;
540 }
◆ size()
◆ type()
Type SkSVGFontSize::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: