Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/dev/
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; in tt_display_view()
283 bmap_t *bm; in tt_alloc_view()
310 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in init_view()
320 static bmap_t *
325 bmap_t *bm; in alloc_bitmap()
340 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; in alloc_bitmap()
342 if ((bm = (bmap_t*)alloc_stmem(total_size, &hw_address)) == NULL) in alloc_bitmap()
[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; in falcon_display_view()
511 bmap_t *bm; in falcon_alloc_view()
538 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in init_view()
548 static bmap_t *
553 bmap_t *bm; in alloc_bitmap()
568 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; in alloc_bitmap()
570 if ((bm = (bmap_t*)alloc_stme in alloc_bitmap()
[all...]
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; in et_display_view()
239 bmap_t *bm = v->bitmap; in et_save_view()
308 bmap_t *bm; in et_alloc_view()
368 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in init_view()
H A Dview.c359 bmap_t *bm; in viewioctl()
379 bm = (bmap_t *)data; in viewioctl()
380 memcpy(bm, vu->view->bitmap, sizeof(bmap_t)); in viewioctl()
406 bmap_t *bm; in viewmmap()
H A Dgrfabs_reg.h64 typedef struct bitmap bmap_t; typedef
73 bmap_t *bitmap; /* bitmap. */
H A Dviewioctl.h56 #define VIOCGBMAP _IOR('V', 0x4, bmap_t)
H A Dite_cc.c103 static void scrollbmap(bmap_t *, u_short, u_short, u_short, u_short,
624 bmap_t *bm = v->bitmap; in clear8()
666 bmap_t *bm = viewview(ip->grf->g_viewdev)->bitmap; in scroll8()
728 scrollbmap (bmap_t *bm, u_short x, u_short y, u_short width, u_short height, in scrollbmap()
H A Dgrf.c367 bmap_t bm; in grf_viewsync()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_reg.h65 typedef struct bitmap bmap_t; typedef
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 Dview.c304 bmap_t *bm; in viewioctl()
324 bm = (bmap_t *)data; in viewioctl()
325 memcpy(bm, vu->view->bitmap, sizeof(bmap_t)); in viewioctl()
398 bmap_t *bm; in viewmmap()
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 Dgrfabs.c163 bmap_t *
170 grf_free_bitmap(monitor_t *m, bmap_t *bm) in grf_free_bitmap()
H A Dviewioctl.h56 #define VIOCGBMAP _IOR('V', 0x4, bmap_t)
H A Dite_cc.c140 static void scrollbmap(bmap_t *, u_short, u_short, u_short, u_short,
392 bmap_t *bm; in cursor32()
693 bmap_t *bm = cci->view->bitmap; in clear8()
740 bmap_t *bm = ((ipriv_t *)ip->priv)->view->bitmap; in scroll8()
813 scrollbmap(bmap_t *bm, u_short x, u_short y, u_short width, u_short height, in scrollbmap()
H A Dgrf_cc.c196 bmap_t bm; in grf_cc_on()
H A Damidisplaycc.c1104 bmap_t *bm; in amidisplaycc_getfbinfo()
1201 bmap_t * bm; in amidisplaycc_mmap()
H A Dgrfabs_cc.c279 bmap_t *
295 bmap_t *bm; in alloc_bitmap()
317 (temp_size) + (array_size) + sizeof(bmap_t) + in alloc_bitmap()
351 free_bitmap(bmap_t *bm) in free_bitmap()
438 bmap_t *bm = cc_monitor->alloc_bitmap(dim->width, dim->height, in cc_alloc_view()
748 cc_init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in cc_init_view()