SkRectShape Class Reference
#include <SkRectShape.h>
Inherits SkPaintShape.
List of all members.
Detailed Description
Definition at line 27 of file SkRectShape.h.
Constructor & Destructor Documentation
SkRectShape::SkRectShape |
( |
|
) |
|
Member Function Documentation
Override this to write data specific to your subclass into the buffer, being sure to call your super-class' version first. This data will later be passed to your Factory function, returned by getFactory().
Reimplemented from SkPaintShape.
virtual Factory SkRectShape::getFactory |
( |
|
) |
[virtual] |
Implement this to return a factory function pointer that can be called to recreate your class given a buffer (previously written to by your override of flatten().
Reimplemented from SkShape.
virtual void SkRectShape::onDraw |
( |
SkCanvas * |
|
) |
[protected, virtual] |
void SkRectShape::setOval |
( |
const SkRect & |
|
) |
|
void SkRectShape::setRect |
( |
const SkRect & |
|
) |
|
The documentation for this class was generated from the following file: