NetSurf
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.

Functions

bool framebuffer_bitmap_get_opaque (void *bitmap)
 Gets weather a bitmap should be plotted opaque. More...
 

Variables

struct gui_bitmap_tableframebuffer_bitmap_table
 

Function Documentation

◆ framebuffer_bitmap_get_opaque()

bool framebuffer_bitmap_get_opaque ( void *  bitmap)

Gets weather a bitmap should be plotted opaque.

Parameters
bitmapa bitmap, as returned by bitmap_create()

Definition at line 163 of file bitmap.c.

References bitmap().

Referenced by framebuffer_plot_bitmap().

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

Variable Documentation

◆ framebuffer_bitmap_table

struct gui_bitmap_table* framebuffer_bitmap_table
extern

Definition at line 285 of file bitmap.c.

Referenced by main().