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

Functions

int _zbar_window_dib_init (zbar_window_t *w)
 
static int dib_cleanup (zbar_window_t *w)
 
static int dib_draw (zbar_window_t *w, zbar_image_t *img)
 
static int dib_init (zbar_window_t *w, zbar_image_t *img, int new_format)
 

Variables

static uint32_t dib_formats []
 

Function Documentation

int _zbar_window_dib_init ( zbar_window_t *  w)

References _zbar_window_add_format(), dib_cleanup(), dib_draw(), dib_formats, and dib_init().

Referenced by _zbar_window_attach().

Here is the call graph for this function:

Here is the caller graph for this function:

static int dib_cleanup ( zbar_window_t *  w)
static

Referenced by _zbar_window_dib_init().

Here is the caller graph for this function:

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

Referenced by _zbar_window_dib_init().

Here is the caller graph for this function:

static int dib_init ( zbar_window_t *  w,
zbar_image_t *  img,
int  new_format 
)
static

References _zbar_window_bih_init(), and window_state_s::bih.

Referenced by _zbar_window_dib_init().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

uint32_t dib_formats[]
static

Referenced by _zbar_window_dib_init().