NetSurf
|
framebuffer toolkit bitmaps
More...
#include <fbtk.h>
Data Fields | |
int | width |
int | height |
uint8_t * | pixdata |
bool | opaque |
int | hot_x |
int | hot_y |
int fbtk_bitmap::height |
Definition at line 65 of file fbtk.h.
Referenced by fb_redraw_bitmap(), fbtk_create_vscroll(), fbtk_reposition_vscroll(), fbtk_set_ptr(), and framebuffer_set_cursor().
int fbtk_bitmap::hot_x |
Definition at line 70 of file fbtk.h.
Referenced by fbtk_set_ptr(), and framebuffer_set_cursor().
int fbtk_bitmap::hot_y |
Definition at line 71 of file fbtk.h.
Referenced by fbtk_set_ptr(), and framebuffer_set_cursor().
bool fbtk_bitmap::opaque |
Definition at line 67 of file fbtk.h.
Referenced by fb_redraw_bitmap().
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().
int fbtk_bitmap::width |
Definition at line 64 of file fbtk.h.
Referenced by create_toolbar(), fb_redraw_bitmap(), fbtk_create_hscroll(), fbtk_reposition_hscroll(), fbtk_set_ptr(), framebuffer_set_cursor(), and resize_toolbar().