#include <Tessellation.h>
Definition at line 156 of file Tessellation.h.
◆ StrokeParams() [1/3]
skgpu::tess::StrokeParams::StrokeParams |
( |
| ) |
|
|
default |
◆ StrokeParams() [2/3]
skgpu::tess::StrokeParams::StrokeParams |
( |
float |
radius, |
|
|
float |
joinType |
|
) |
| |
|
inline |
◆ StrokeParams() [3/3]
skgpu::tess::StrokeParams::StrokeParams |
( |
const SkStrokeRec & |
stroke | ) |
|
|
inline |
Definition at line 159 of file Tessellation.h.
159 {
161 }
void set(const SkStrokeRec &stroke)
◆ set()
void skgpu::tess::StrokeParams::set |
( |
const SkStrokeRec & |
stroke | ) |
|
|
inline |
Definition at line 162 of file Tessellation.h.
162 {
165 }
float GetJoinType(const SkStrokeRec &stroke)
◆ fJoinType
float skgpu::tess::StrokeParams::fJoinType |
◆ fRadius
float skgpu::tess::StrokeParams::fRadius |
The documentation for this struct was generated from the following file: