|
| void | bmp8_plot (int x, int y, u32 clr, void *dstBase, uint dstP) |
| | Plot a single pixel on a 8-bit buffer.
|
| |
| void | bmp8_hline (int x1, int y, int x2, u32 clr, void *dstBase, uint dstP) |
| | Draw a horizontal line on an 8bit buffer.
|
| |
| void | bmp8_vline (int x, int y1, int y2, u32 clr, void *dstBase, uint dstP) |
| | Draw a vertical line on an 8bit buffer.
|
| |
| void | bmp8_line (int x1, int y1, int x2, int y2, u32 clr, void *dstBase, uint dstP) |
| | Draw a line on an 8bit buffer.
|
| |
| void | bmp8_rect (int left, int top, int right, int bottom, u32 clr, void *dstBase, uint dstP) |
| | Draw a rectangle in 8bit mode; internal routine.
|
| |
| void | bmp8_frame (int left, int top, int right, int bottom, u32 clr, void *dstBase, uint dstP) |
| | Draw a rectangle in 8bit mode; internal routine.
|
| |