Searched refs:bmap_t (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dviewioctl.h56 #define VIOCGBMAP _IOR('V', 0x4, bmap_t)
H A Dgrfabs_tt.c54 static void init_view(view_t *, bmap_t *, dmode_t *, box_t *);
55 static bmap_t *alloc_bitmap(u_long, u_long, u_char);
57 static void free_bitmap(bmap_t *);
142 bmap_t *bm = v->bitmap;
283 bmap_t *bm;
310 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox)
320 static bmap_t *
325 bmap_t *bm;
340 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE;
342 if ((bm = (bmap_t*)alloc_stme
[all...]
H A Dgrfabs_fal.c55 static void init_view(view_t *, bmap_t *, dmode_t *, box_t *);
56 static bmap_t *alloc_bitmap(u_long, u_long, u_char);
58 static void free_bitmap(bmap_t *);
307 bmap_t *bm;
511 bmap_t *bm;
538 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox)
548 static bmap_t *
553 bmap_t *bm;
568 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE;
570 if ((bm = (bmap_t*)alloc_stme
[all...]
H A Dgrfabs_reg.h64 typedef struct bitmap bmap_t; typedef in typeref:struct:bitmap
73 bmap_t *bitmap; /* bitmap. */
H A Dgrfabs_et.c90 static void init_view(view_t *, bmap_t *, dmode_t *, box_t *);
148 static bmap_t con_bm; /* XXX */
185 bmap_t *bm = v->bitmap;
239 bmap_t *bm = v->bitmap;
308 bmap_t *bm;
368 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox)
H A Dview.c359 bmap_t *bm;
379 bm = (bmap_t *)data;
380 memcpy(bm, vu->view->bitmap, sizeof(bmap_t));
406 bmap_t *bm;
H A Dite_cc.c103 static void scrollbmap(bmap_t *, u_short, u_short, u_short, u_short,
624 bmap_t *bm = v->bitmap;
666 bmap_t *bm = viewview(ip->grf->g_viewdev)->bitmap;
728 scrollbmap (bmap_t *bm, u_short x, u_short y, u_short width, u_short height,
H A Dgrf.c367 bmap_t bm;
/netbsd-current/sys/arch/amiga/dev/
H A Dviewioctl.h56 #define VIOCGBMAP _IOR('V', 0x4, bmap_t)
H A Dgrfabs_reg.h65 typedef struct bitmap bmap_t; typedef in typeref:struct:bitmap
205 bmap_t *bitmap; /* bitmap. */
246 typedef bmap_t *alloc_bitmap_func (u_short w, u_short h, u_short d, u_short f);
247 typedef void free_bitmap_func (bmap_t *bm);
306 bmap_t * grf_alloc_bitmap(monitor_t *m, u_short w, u_short h,
308 void grf_free_bitmap(monitor_t *m, bmap_t *bm);
H A Dgrfabs.c163 bmap_t *
170 grf_free_bitmap(monitor_t *m, bmap_t *bm)
H A Dgrfabs_ccreg.h285 bmap_t *alloc_bitmap(u_short width, u_short height, u_short depth, u_short flags);
286 void free_bitmap(bmap_t * bm);
307 void cc_init_view(view_t * v, bmap_t * bm, dmode_t * mode, box_t * dbox);
H A Dview.c304 bmap_t *bm;
324 bm = (bmap_t *)data;
325 memcpy(bm, vu->view->bitmap, sizeof(bmap_t));
398 bmap_t *bm;
H A Dgrf_cc.c196 bmap_t bm;
H A Dite_cc.c140 static void scrollbmap(bmap_t *, u_short, u_short, u_short, u_short,
392 bmap_t *bm;
693 bmap_t *bm = cci->view->bitmap;
740 bmap_t *bm = ((ipriv_t *)ip->priv)->view->bitmap;
813 scrollbmap(bmap_t *bm, u_short x, u_short y, u_short width, u_short height,
H A Damidisplaycc.c1104 bmap_t *bm;
1201 bmap_t * bm;
H A Dgrfabs_cc.c279 bmap_t *
295 bmap_t *bm;
317 (temp_size) + (array_size) + sizeof(bmap_t) +
351 free_bitmap(bmap_t *bm)
438 bmap_t *bm = cc_monitor->alloc_bitmap(dim->width, dim->height,
748 cc_init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox)

Completed in 233 milliseconds