- closePath
void closePath()
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)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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(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(ubyte* imagePixels, size_t imagePitchInBytes, int imageHeight, Blitter blitter, CompositeOp compositeOp)
Undocumented in source. Be warned that the author may not have intended to support it.
Rasterizer