|
NetSurf
|
Go to the source code of this file.
Data Structures | |
| struct | bitmap |
| RISC OS wimp toolkit bitmap. More... | |
Functions | |
| struct bitmap * | bitmap_scale (struct bitmap *prescale, int width, int height) |
| void | win32_bitmap_destroy (void *bitmap) |
| Free a bitmap. More... | |
Variables | |
| struct gui_bitmap_table * | win32_bitmap_table |
Definition at line 236 of file bitmap.c.
References bitmap::height, height, bitmap::pixdata, bitmap::width, and width.
Referenced by plot_alpha_bitmap().
| void win32_bitmap_destroy | ( | void * | bitmap | ) |
Free a bitmap.
| bitmap | a bitmap, as returned by bitmap_create() |
Definition at line 151 of file bitmap.c.
References bitmap(), NSLOG, bitmap::pbmi, and bitmap::windib.
Referenced by bitmap_render().
|
extern |