NetSurf
Data Structures | Functions | Variables
bitmap.h File Reference
#include <cairo.h>
Include dependency graph for bitmap.h:
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

int nsgtk_bitmap_get_width (void *vbitmap)
 
int nsgtk_bitmap_get_height (void *vbitmap)
 

Variables

struct gui_bitmap_tablensgtk_bitmap_table
 

Function Documentation

◆ nsgtk_bitmap_get_height()

int nsgtk_bitmap_get_height ( void *  vbitmap)

Definition at line 187 of file bitmap.c.

References bitmap::surface.

Referenced by nsgtk_print_plot_bitmap().

Here is the caller graph for this function:

◆ nsgtk_bitmap_get_width()

int nsgtk_bitmap_get_width ( void *  vbitmap)

Definition at line 178 of file bitmap.c.

References bitmap::surface.

Referenced by nsgtk_print_plot_bitmap().

Here is the caller graph for this function:

Variable Documentation

◆ nsgtk_bitmap_table

struct gui_bitmap_table* nsgtk_bitmap_table
extern

Definition at line 294 of file bitmap.c.

Referenced by main().