| arect(int sx, int sy, int ex, int ey, Color color) | Bitmap | |
| BitmapLoad(char[] filename, Stream stream) | Bitmap | [related] |
| blit(Canvas canvas, int x, int y) | Bitmap | |
| blit(Canvas canvas, int x, int y, RasterOp mode) | Bitmap | |
| blit(Canvas canvas, int x, int y, int sourcex, int sourcey, int width, int height) | Bitmap | |
| blit(Canvas canvas, int x, int y, int sourcex, int sourcey, int width, int height, RasterOp mode) | Bitmap | |
| bound(inout int x, inout int y) | Bitmap | |
| boundx(inout int x) | Bitmap | |
| boundy(inout int y) | Bitmap | |
| bytesPerPixel | Bitmap | |
| circle(float x, float y, float radius, Brush brush) | Bitmap | |
| circle(float x, float y, float w, float h, Brush brush) | Bitmap | |
| circlePoint(inout float[] points, float px, float py, float x, float y, float w, float h, float a, float b) | Bitmap | |
| clear(Color c) | Bitmap | |
| contort | Bitmap | |
| Copy enum value | Bitmap | |
| get(int x, int y) | Bitmap | |
| getx(int x, int y) | Bitmap | |
| height() | Bitmap | |
| hline(int sx, int y, int ex, Brush brush) | Bitmap | |
| hseto(int sx, int y, Color[] colors) | Bitmap | |
| inRange(int x, int y) | Bitmap | |
| inRangeX(int x) | Bitmap | |
| inRangeY(int y) | Bitmap | |
| line(float sx, float sy, float ex, float ey, Brush brush) | Bitmap | |
| outlineRect(int sx, int sy, int ex, int ey, Brush brush) | Bitmap | |
| polygon(float p[], Brush brush) | Bitmap | |
| RasterOp enum name | Bitmap | |
| rect(int sx, int sy, int ex, int ey, Brush brush) | Bitmap | |
| retrieve(ubyte *data) | Bitmap | [static] |
| retrieveinc(inout ubyte *data) | Bitmap | [static] |
| row(int x, int y) | Bitmap | |
| set(int x, int y, Color c) | Bitmap | |
| store(ubyte *data, Color color) | Bitmap | [static] |
| storeinc(inout ubyte *data, Color color) | Bitmap | [static] |
| stretchBlit(Canvas canvas, int dx, int dy, int dw, int dh, int sx, int sy, int sw, int sh) | Bitmap | |
| stretchBlit(Canvas canvas, int dx, int dy, int dw, int dh) | Bitmap | |
| stretchBlit(Bitmap dest, int dx, int dy, int dw, int dh, int sx, int sy, int sw, int sh) | Bitmap | |
| this(int width, int height) | Bitmap | |
| vline(int x, int sy, int ey, Brush brush) | Bitmap | |
| width() | Bitmap | |
| XOR enum value | Bitmap | |
| ~this() (defined in Bitmap) | Bitmap | |