SkCullPointsPath Class Reference

#include <SkCullPoints.h>

Collaboration diagram for SkCullPointsPath:
[legend]

List of all members.

Public Member Functions

 SkCullPointsPath ()
 SkCullPointsPath (const SkIRect &r, SkPath *dst)
void reset (const SkIRect &r, SkPath *dst)
void moveTo (int x, int y)
void lineTo (int x, int y)

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 
)
void SkCullPointsPath::reset ( const SkIRect r,
SkPath dst 
)

The documentation for this class was generated from the following file:

Generated on Tue Oct 20 10:33:03 2009 for Skia by  doxygen 1.6.1