Flutter Engine
The Flutter Engine
|
Public Types | |
enum | Result { kAllNegative , kAllPositive , kMixed , kAllNegative , kAllPositive , kMixed } |
enum | Result { kAllNegative , kAllPositive , kMixed , kAllNegative , kAllPositive , kMixed } |
Public Member Functions | |
SkScalar | eval (SkScalar x, SkScalar y) const |
SkScalar | operator() (SkScalar x, SkScalar y) const |
bool | normalize () |
Result | test (const SkRect &bounds) const |
SkScalar | eval (SkScalar x, SkScalar y) const |
SkScalar | operator() (SkScalar x, SkScalar y) const |
bool | twoPts (SkPoint pts[2]) const |
Result | test (const SkRect &bounds) const |
Public Attributes | |
SkScalar | fA |
SkScalar | fB |
SkScalar | fC |
Definition at line 3818 of file SkPath.cpp.
enum SkHalfPlane::Result |
Enumerator | |
---|---|
kAllNegative | |
kAllPositive | |
kMixed | |
kAllNegative | |
kAllPositive | |
kMixed |
Definition at line 3854 of file SkPath.cpp.
enum SkHalfPlane::Result |
Enumerator | |
---|---|
kAllNegative | |
kAllPositive | |
kMixed | |
kAllNegative | |
kAllPositive | |
kMixed |
Definition at line 179 of file ClipSlide.cpp.
Definition at line 3821 of file SkPath.cpp.
|
inline |
Definition at line 3826 of file SkPath.cpp.
Definition at line 3824 of file SkPath.cpp.
Definition at line 149 of file ClipSlide.cpp.
Definition at line 3859 of file SkPath.cpp.
Definition at line 184 of file ClipSlide.cpp.
|
inline |
Definition at line 151 of file ClipSlide.cpp.
SkScalar SkHalfPlane::fA |
Definition at line 3819 of file SkPath.cpp.
SkScalar SkHalfPlane::fB |
Definition at line 3819 of file SkPath.cpp.
SkScalar SkHalfPlane::fC |
Definition at line 3819 of file SkPath.cpp.