Go to the source code of this file.
|
| void | scrollPhatPoint (int x, int y, int colour) |
| |
| void | scrollPhatLine (int x0, int y0, int x1, int y1, int colour) |
| |
| void | scrollPhatLineTo (int x, int y, int colour) |
| |
| void | scrollPhatRectangle (int x1, int y1, int x2, int y2, int colour, int filled) |
| |
| void | scrollPhatUpdate (void) |
| |
| void | scrollPhatClear (void) |
| |
| int | scrollPhatPutchar (int c) |
| |
| void | scrollPhatPuts (const char *str) |
| |
| void | scrollPhatPrintf (const char *message,...) |
| |
| void | scrollPhatPrintSpeed (const int cps10) |
| |
| void | scrollPhatIntensity (const int percent) |
| |
| int | scrollPhatSetup (void) |
| |
| void scrollPhatClear |
( |
void |
| ) |
|
| void scrollPhatIntensity |
( |
const int |
percent | ) |
|
| void scrollPhatLine |
( |
int |
x0, |
|
|
int |
y0, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
colour |
|
) |
| |
| void scrollPhatLineTo |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
colour |
|
) |
| |
| void scrollPhatPoint |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
colour |
|
) |
| |
| void scrollPhatPrintf |
( |
const char * |
message, |
|
|
|
... |
|
) |
| |
| void scrollPhatPrintSpeed |
( |
const int |
cps10 | ) |
|
| int scrollPhatPutchar |
( |
int |
c | ) |
|
| void scrollPhatPuts |
( |
const char * |
str | ) |
|
| void scrollPhatRectangle |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
colour, |
|
|
int |
filled |
|
) |
| |
| int scrollPhatSetup |
( |
void |
| ) |
|
| void scrollPhatUpdate |
( |
void |
| ) |
|