Go to the source code of this file.
|
void | GUIDRV__NoOpt_XorPixel (GUI_DEVICE *pDevice, int x, int y) |
|
void | GUIDRV__NoOpt_DrawHLine (GUI_DEVICE *pDevice, int x0, int y, int x1) |
|
void | GUIDRV__NoOpt_DrawVLine (GUI_DEVICE *pDevice, int x, int y0, int y1) |
|
void | GUIDRV__NoOpt_FillRect (GUI_DEVICE *pDevice, int x0, int y0, int x1, int y1) |
|
void | GUIDRV__NoOpt_DrawBitmap (GUI_DEVICE *pDevice, int x0, int y0, int xSize, int ySize, int BitsPerPixel, int BytesPerLine, const U8 *pData, int Diff, const LCD_PIXELINDEX *pTrans) |
|
void GUIDRV__NoOpt_DrawBitmap |
( |
GUI_DEVICE * |
pDevice, |
|
|
int |
x0, |
|
|
int |
y0, |
|
|
int |
xSize, |
|
|
int |
ySize, |
|
|
int |
BitsPerPixel, |
|
|
int |
BytesPerLine, |
|
|
const U8 * |
pData, |
|
|
int |
Diff, |
|
|
const LCD_PIXELINDEX * |
pTrans |
|
) |
| |
void GUIDRV__NoOpt_DrawHLine |
( |
GUI_DEVICE * |
pDevice, |
|
|
int |
x0, |
|
|
int |
y, |
|
|
int |
x1 |
|
) |
| |
void GUIDRV__NoOpt_DrawVLine |
( |
GUI_DEVICE * |
pDevice, |
|
|
int |
x, |
|
|
int |
y0, |
|
|
int |
y1 |
|
) |
| |
void GUIDRV__NoOpt_FillRect |
( |
GUI_DEVICE * |
pDevice, |
|
|
int |
x0, |
|
|
int |
y0, |
|
|
int |
x1, |
|
|
int |
y1 |
|
) |
| |
void GUIDRV__NoOpt_XorPixel |
( |
GUI_DEVICE * |
pDevice, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |