SkCullPointsPath Class Reference
#include <SkCullPoints.h>
List of all members.
Detailed Description
Similar to SkCullPoints, but this class handles the return values from lineTo, and automatically builds a SkPath with the result(s).
Definition at line 60 of file SkCullPoints.h.
Constructor & Destructor Documentation
SkCullPointsPath::SkCullPointsPath |
( |
|
) |
|
SkCullPointsPath::SkCullPointsPath |
( |
const SkIRect & |
r, |
|
|
SkPath * |
dst | |
|
) |
| | |
Member Function Documentation
void SkCullPointsPath::lineTo |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
void SkCullPointsPath::moveTo |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
The documentation for this class was generated from the following file: