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

Functions

int _zbar_window_attach (zbar_window_t *w, void *display, unsigned long win)
 
int _zbar_window_begin (zbar_window_t *w)
 
int _zbar_window_clear (zbar_window_t *w)
 
int _zbar_window_draw_logo (zbar_window_t *w)
 
int _zbar_window_draw_marker (zbar_window_t *w, uint32_t rgb, point_t p)
 
int _zbar_window_draw_polygon (zbar_window_t *w, uint32_t rgb, const point_t *pts, int npts)
 
int _zbar_window_draw_text (zbar_window_t *w, uint32_t rgb, point_t p, const char *text)
 
int _zbar_window_end (zbar_window_t *w)
 
int _zbar_window_expose (zbar_window_t *w, int x, int y, int width, int height)
 
int _zbar_window_fill_rect (zbar_window_t *w, uint32_t rgb, point_t org, point_t size)
 
int _zbar_window_resize (zbar_window_t *w)
 
static int null_error (void *m, const char *func)
 

Function Documentation

int _zbar_window_attach ( zbar_window_t *  w,
void display,
unsigned long  win 
)

Referenced by zbar_window_attach().

Here is the caller graph for this function:

int _zbar_window_begin ( zbar_window_t *  w)

Referenced by zbar_window_redraw().

Here is the caller graph for this function:

int _zbar_window_clear ( zbar_window_t *  w)
int _zbar_window_draw_logo ( zbar_window_t *  w)

Referenced by zbar_window_redraw().

Here is the caller graph for this function:

int _zbar_window_draw_marker ( zbar_window_t *  w,
uint32_t  rgb,
point_t  p 
)

Referenced by window_draw_overlay().

Here is the caller graph for this function:

int _zbar_window_draw_polygon ( zbar_window_t *  w,
uint32_t  rgb,
const point_t pts,
int  npts 
)

Referenced by window_outline_symbol().

Here is the caller graph for this function:

int _zbar_window_draw_text ( zbar_window_t *  w,
uint32_t  rgb,
point_t  p,
const char *  text 
)

Referenced by window_draw_overlay().

Here is the caller graph for this function:

int _zbar_window_end ( zbar_window_t *  w)

Referenced by zbar_window_redraw().

Here is the caller graph for this function:

int _zbar_window_expose ( zbar_window_t *  w,
int  x,
int  y,
int  width,
int  height 
)

Referenced by x_handle_event().

Here is the caller graph for this function:

int _zbar_window_fill_rect ( zbar_window_t *  w,
uint32_t  rgb,
point_t  org,
point_t  size 
)

Referenced by zbar_window_redraw().

Here is the caller graph for this function:

int _zbar_window_resize ( zbar_window_t *  w)

Referenced by zbar_window_resize().

Here is the caller graph for this function: