NetSurf
Data Structures | Functions | Variables
bitmap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bitmap
 RISC OS wimp toolkit bitmap. More...
 

Functions

struct bitmapbitmap_scale (struct bitmap *prescale, int width, int height)
 
void win32_bitmap_destroy (void *bitmap)
 Free a bitmap. More...
 

Variables

struct gui_bitmap_tablewin32_bitmap_table
 

Function Documentation

◆ bitmap_scale()

struct bitmap * bitmap_scale ( struct bitmap prescale,
int  width,
int  height 
)

Definition at line 236 of file bitmap.c.

References bitmap::height, height, bitmap::pixdata, bitmap::width, and width.

Referenced by plot_alpha_bitmap().

Here is the caller graph for this function:

◆ win32_bitmap_destroy()

void win32_bitmap_destroy ( void *  bitmap)

Free a bitmap.

Parameters
bitmapa 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().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ win32_bitmap_table

struct gui_bitmap_table* win32_bitmap_table
extern

Definition at line 338 of file bitmap.c.

Referenced by WinMain().