|
| void | bmp16_plot (int x, int y, u32 clr, void *dstBase, uint dstP) |
| | Plot a single pixel on a 16-bit buffer.
|
| |
| void | bmp16_hline (int x1, int y, int x2, u32 clr, void *dstBase, uint dstP) |
| | Draw a horizontal line on an 16bit buffer.
|
| |
| void | bmp16_vline (int x, int y1, int y2, u32 clr, void *dstBase, uint dstP) |
| | Draw a vertical line on an 16bit buffer.
|
| |
| void | bmp16_line (int x1, int y1, int x2, int y2, u32 clr, void *dstBase, uint dstP) |
| | Draw a line on an 16bit buffer.
|
| |
| void | bmp16_rect (int left, int top, int right, int bottom, u32 clr, void *dstBase, uint dstP) |
| | Draw a rectangle in 16bit mode; internal routine.
|
| |
| void | bmp16_frame (int left, int top, int right, int bottom, u32 clr, void *dstBase, uint dstP) |
| | Draw a rectangle in 16bit mode; internal routine.
|
| |