NetSurf
|
bmp context. More...
Data Fields | |
struct content | base |
bmp_image * | bmp |
struct bitmap * | bitmap |
BMP image data. More... | |
struct content nsbmp_content::base |
Definition at line 44 of file bmp.c.
Referenced by nsbmp_clone(), nsbmp_create(), and nsbmp_create_bmp_data().
struct bitmap* nsbmp_content::bitmap |
BMP image data.
Created NetSurf bitmap
Definition at line 48 of file bmp.c.
Referenced by nsbmp_content_is_opaque(), nsbmp_convert(), nsbmp_get_internal(), and nsbmp_redraw().
bmp_image* nsbmp_content::bmp |
Definition at line 46 of file bmp.c.
Referenced by nsbmp_convert(), nsbmp_create_bmp_data(), nsbmp_destroy(), and nsbmp_redraw().