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) |
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_resize | ( | zbar_window_t * | w | ) |
|
inlinestatic |
References err_capture(), SEV_ERROR, and zbar::ZBAR_ERR_UNSUPPORTED.
Referenced by _zbar_window_attach(), _zbar_window_begin(), _zbar_window_clear(), _zbar_window_draw_logo(), _zbar_window_draw_marker(), _zbar_window_draw_polygon(), _zbar_window_draw_text(), _zbar_window_end(), _zbar_window_expose(), and _zbar_window_fill_rect().