Flutter Engine
The Flutter Engine
|
Public Member Functions | |
bool | init (SkScalar start, SkScalar end) |
bool | initWithStart (SkQuadConstruct *parent) |
bool | initWithEnd (SkQuadConstruct *parent) |
Public Attributes | |
SkPoint | fQuad [3] |
SkPoint | fTangentStart |
SkPoint | fTangentEnd |
SkScalar | fStartT |
SkScalar | fMidT |
SkScalar | fEndT |
bool | fStartSet |
bool | fEndSet |
bool | fOppositeTangents |
Definition at line 126 of file SkStroke.cpp.
Definition at line 138 of file SkStroke.cpp.
|
inline |
Definition at line 156 of file SkStroke.cpp.
|
inline |
Definition at line 146 of file SkStroke.cpp.
bool SkQuadConstruct::fEndSet |
Definition at line 134 of file SkStroke.cpp.
SkScalar SkQuadConstruct::fEndT |
Definition at line 132 of file SkStroke.cpp.
SkScalar SkQuadConstruct::fMidT |
Definition at line 131 of file SkStroke.cpp.
bool SkQuadConstruct::fOppositeTangents |
Definition at line 135 of file SkStroke.cpp.
SkPoint SkQuadConstruct::fQuad[3] |
Definition at line 127 of file SkStroke.cpp.
bool SkQuadConstruct::fStartSet |
Definition at line 133 of file SkStroke.cpp.
SkScalar SkQuadConstruct::fStartT |
Definition at line 130 of file SkStroke.cpp.
SkPoint SkQuadConstruct::fTangentEnd |
Definition at line 129 of file SkStroke.cpp.
SkPoint SkQuadConstruct::fTangentStart |
Definition at line 128 of file SkStroke.cpp.