- addPath
void addPath(Path path)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPath
void addPath(T path)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPath2
void addPath2(T path)
Undocumented in source. Be warned that the author may not have intended to support it.
- cubicTo
void cubicTo(double x1, double y1, double x2, double y2, double x3, double y3)
Undocumented in source. Be warned that the author may not have intended to support it.
- cubicTo
void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialise
void initialise(int left, int top, int right, int bottom)
void initialise(IRect rect)
This sets the clip rectange, flushes any existing state and preps for
drawing.
- lineTo
void lineTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
void lineTo(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
void moveTo(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
void moveTo(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadTo
void quadTo(double x1, double y1, double x2, double y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadTo
void quadTo(float x1, float y1, float x2, float y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- rasterize
void rasterize(BlitFunc blitter)
Undocumented in source. Be warned that the author may not have intended to support it.