|
Gnash
0.8.11dev
|
#include <memory>#include <fcntl.h>#include <sys/ioctl.h>#include <sys/mman.h>#include <linux/fb.h>#include <linux/kd.h>#include <linux/vt.h>#include "GnashDevice.h"Go to the source code of this file.
Classes | |
| class | gnash::renderer::rawfb::RawFBDevice |
Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
| gnash::renderer | |
| gnash::renderer::rawfb | |
Macros | |
| #define | CMAP_SIZE (256*2) |
Typedefs | |
| typedef void(* | gnash::renderer::rawfb::init_func) () |
| typedef void(* | gnash::renderer::rawfb::reshape_func) (int, int) |
| typedef void(* | gnash::renderer::rawfb::draw_func) () |
| typedef int(* | gnash::renderer::rawfb::key_func) (unsigned key) |
| #define CMAP_SIZE (256*2) |
Referenced by gnash::renderer::rawfb::RawFBDevice::setGrayscaleLUT8().
1.8.12