ZBar Bar Code Reader Library  version 0.10
ximage.c File Reference
Include dependency graph for ximage.c:

Functions

int _zbar_window_probe_ximage (zbar_window_t *w)
 
static int ximage_cleanup (zbar_window_t *w)
 
static int ximage_draw (zbar_window_t *w, zbar_image_t *img)
 
static int ximage_init (zbar_window_t *w, zbar_image_t *img, int format_change)
 
static int ximage_probe_format (zbar_window_t *w, uint32_t format)
 

Variables

static uint32_t ximage_formats [4][5]
 

Function Documentation

int _zbar_window_probe_ximage ( zbar_window_t *  w)
static int ximage_cleanup ( zbar_window_t *  w)
static

References window_state_s::img, window_state_s::x, and x.

Referenced by _zbar_window_probe_ximage(), and ximage_init().

Here is the caller graph for this function:

static int ximage_draw ( zbar_window_t *  w,
zbar_image_t *  img 
)
static

References window_state_s::img, window_state_s::x, and x.

Referenced by _zbar_window_probe_ximage().

Here is the caller graph for this function:

static int ximage_init ( zbar_window_t *  w,
zbar_image_t *  img,
int  format_change 
)
inlinestatic
static int ximage_probe_format ( zbar_window_t *  w,
uint32_t  format 
)
static

References _zbar_format_lookup(), zbar_format_def_s::p, zbar_format_def_s::rgb, RGB_OFFSET, RGB_SIZE, and zprintf.

Referenced by _zbar_window_probe_ximage().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

uint32_t ximage_formats[4][5]
static