NetSurf
Data Fields
fbtk_bitmap Struct Reference

framebuffer toolkit bitmaps
More...

#include <fbtk.h>

Data Fields

int width
 
int height
 
uint8_t * pixdata
 
bool opaque
 
int hot_x
 
int hot_y
 

Detailed Description

framebuffer toolkit bitmaps

Definition at line 63 of file fbtk.h.

Field Documentation

◆ height

int fbtk_bitmap::height

◆ hot_x

int fbtk_bitmap::hot_x

Definition at line 70 of file fbtk.h.

Referenced by fbtk_set_ptr(), and framebuffer_set_cursor().

◆ hot_y

int fbtk_bitmap::hot_y

Definition at line 71 of file fbtk.h.

Referenced by fbtk_set_ptr(), and framebuffer_set_cursor().

◆ opaque

bool fbtk_bitmap::opaque

Definition at line 67 of file fbtk.h.

Referenced by fb_redraw_bitmap().

◆ pixdata

uint8_t* fbtk_bitmap::pixdata

Definition at line 66 of file fbtk.h.

Referenced by fb_redraw_bitmap(), fbtk_set_ptr(), and framebuffer_set_cursor().

◆ width

int fbtk_bitmap::width

The documentation for this struct was generated from the following file: