Home | History | Annotate | Download | only in dev

Lines Matching defs:bm

304 	bmap_t *bm;
324 bm = (bmap_t *)data;
325 memcpy(bm, vu->view->bitmap, sizeof(bmap_t));
327 bm->plane = 0;
328 bm->blit_temp = 0;
329 bm->hardware_address = 0;
398 bmap_t *bm;
403 bm = vu->view->bitmap;
404 bmd_start = bm->hardware_address;
405 bmd_size = bm->bytes_per_row*bm->rows*bm->depth;