![]() |
µGFX
2.9
version 2.9
|
Go to the source code of this file.
Functions | |
| GDisplay * | gdispPixmapCreate (gCoord width, gCoord height) |
| Create an off-screen pixmap that can be drawn to just like a normal display. More... | |
| void | gdispPixmapDelete (GDisplay *g) |
| Destroy an off-screen pixmap. More... | |
| gPixel * | gdispPixmapGetBits (GDisplay *g) |
| Get a pointer to the pixels of the display surface. More... | |
| void * | gdispPixmapGetMemoryImage (GDisplay *g) |
| Get a pointer to a native format gImage. More... | |