|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Typedefs | |
| typedef struct image | image_t |
Functions | |
| image_t * | image_new_blank (display_t *disp, uint64_t width, uint64_t height) |
| image_t * | image_new (display_t *disp, const char *path) |
| void | image_free (image_t *image) |
| drawable_t * | image_draw (image_t *image) |
| void | image_rect (image_t *image, rect_t *rect) |
| uint64_t | image_width (image_t *image) |
| uint64_t | image_height (image_t *image) |
| void image_free | ( | image_t * | image | ) |
| drawable_t * image_draw | ( | image_t * | image | ) |