xine-lib 1.2.11
|
Public Types | |
enum | { DRAWN , WIPED , UNDEFINED } |
Data Fields | |
xcb_connection_t * | connection |
xcb_screen_t * | screen |
enum xcbosd_mode | mode |
union { | |
struct { | |
xcb_window_t window | |
xcb_pixmap_t mask_bitmap | |
xcb_gc_t mask_gc | |
xcb_gc_t mask_gc_back | |
int mapped | |
} shaped | |
struct { | |
uint32_t colorkey | |
vo_scale_t * sc | |
} colorkey | |
} | u |
unsigned int | depth |
xcb_pixmap_t | bitmap |
xcb_visualid_t | visual |
xcb_colormap_t | cmap |
xcb_gc_t | gc |
int | width |
int | height |
int | x |
int | y |
enum xcbosd:: { ... } | clean |
xine_t * | xine |
xcb_pixmap_t xcbosd::bitmap |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
enum { ... } xcbosd::clean |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_colorkey(), xcbosd_create(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
xcb_colormap_t xcbosd::cmap |
Referenced by xcbosd_blend(), xcbosd_create(), xcbosd_destroy(), and xcbosd_drawable_changed().
uint32_t xcbosd::colorkey |
Referenced by xcbosd_clear(), and xcbosd_colorkey().
struct { ... } xcbosd::colorkey |
xcb_connection_t* xcbosd::connection |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
unsigned int xcbosd::depth |
Referenced by xcbosd_create(), xcbosd_drawable_changed(), and xcbosd_resize().
xcb_gc_t xcbosd::gc |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), xcbosd_destroy(), and xcbosd_expose().
int xcbosd::height |
Referenced by xcbosd_clear(), xcbosd_create(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
int xcbosd::mapped |
Referenced by xcbosd_create(), xcbosd_drawable_changed(), and xcbosd_expose().
xcb_pixmap_t xcbosd::mask_bitmap |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
xcb_gc_t xcbosd::mask_gc |
Referenced by xcbosd_blend(), xcbosd_create(), and xcbosd_destroy().
xcb_gc_t xcbosd::mask_gc_back |
Referenced by xcbosd_clear(), xcbosd_create(), and xcbosd_destroy().
enum xcbosd_mode xcbosd::mode |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_colorkey(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
vo_scale_t* xcbosd::sc |
xcb_screen_t* xcbosd::screen |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), and xcbosd_drawable_changed().
struct { ... } xcbosd::shaped |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
union { ... } xcbosd::u |
Referenced by xcbosd_blend(), xcbosd_clear(), xcbosd_colorkey(), xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
xcb_visualid_t xcbosd::visual |
Referenced by xcbosd_create(), and xcbosd_drawable_changed().
int xcbosd::width |
Referenced by xcbosd_clear(), xcbosd_create(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
xcb_window_t xcbosd::window |
Referenced by xcbosd_create(), xcbosd_destroy(), xcbosd_drawable_changed(), xcbosd_expose(), and xcbosd_resize().
int xcbosd::x |
xine_t* xcbosd::xine |
Referenced by xcbosd_create().
int xcbosd::y |