|
| Png (const char *filename) |
|
void | render (cairo_t *cr, size_t x, size_t y, size_t width, size_t height) |
|
void | renderPartial (cairo_t *cr, size_t atX, size_t atY, size_t innerX, size_t innerY, size_t partialWidth, size_t partialHeight, size_t scaleWidth, size_t scaleHeight) |
|
size_t | getWidth () |
|
size_t | getHeight () |
|
| Png (const char *filename) |
|
void | render (rgb_t *pFb, size_t x, size_t y, size_t width, size_t height) |
|
size_t | getWidth () |
|
size_t | getHeight () |
|
|
png_structp | m_PngPtr |
|
png_infop | m_InfoPtr |
|
size_t | m_nWidth |
|
size_t | m_nHeight |
|
uint8_t ** | m_pRowPointers |
|
uint32_t * | m_pBitmap |
|
Definition at line 30 of file applications/winman/Png.h.
Png::Png |
( |
const char * |
filename | ) |
|
The documentation for this class was generated from the following files: