Searched refs:BitMap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp46 if (gScreen->RastPort.BitMap->Depth < 8) {
54 dprintf("BytesPerRow %d\n", gScreen->RastPort.BitMap->BytesPerRow);
55 dprintf("Rows %d\n", gScreen->RastPort.BitMap->Rows);
56 dprintf("Flags %02x\n", gScreen->RastPort.BitMap->Flags);
57 dprintf("Depth %d\n", gScreen->RastPort.BitMap->Depth);
59 dprintf("Planes[%d] %p\n", i, gScreen->RastPort.BitMap->Planes[i]);
64 gKernelArgs.frame_buffer.width = gScreen->RastPort.BitMap->BytesPerRow * 8;
65 gKernelArgs.frame_buffer.height = gScreen->RastPort.BitMap->Rows;
66 gKernelArgs.frame_buffer.bytes_per_row = gScreen->RastPort.BitMap->BytesPerRow;
67 gKernelArgs.frame_buffer.depth = gScreen->RastPort.BitMap
[all...]
H A Drom_calls.h1188 struct BitMap { struct
1247 struct BitMap *BitMap; member in struct:RastPort
1435 struct BitMap *BitMap; member in struct:NewWindow
1469 struct BitMap *CustomBitMap;

Completed in 37 milliseconds