#include <SkSVGTypes.h>
Definition at line 611 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kStart | |
kMiddle | |
kEnd | |
kInherit | |
Definition at line 613 of file SkSVGTypes.h.
◆ SkSVGTextAnchor() [1/2]
SkSVGTextAnchor::SkSVGTextAnchor |
( |
| ) |
|
|
inline |
◆ SkSVGTextAnchor() [2/2]
SkSVGTextAnchor::SkSVGTextAnchor |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ operator!=()
Definition at line 626 of file SkSVGTypes.h.
626{ return !(*this == other); }
◆ operator==()
Definition at line 623 of file SkSVGTypes.h.
623 {
624 return fType == other.fType;
625 }
◆ type()
Type SkSVGTextAnchor::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: