Searched refs:RastPort (Results 1 - 3 of 3) 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
[all...]
H A Dconsole.cpp155 //Text(&gScreen->RastPort, &string[i - len], len);
164 Text(&gScreen->RastPort, &string[i], 1);
175 Move(&gScreen->RastPort, 0, sScreenTopOffset);
176 ClearScreen(&gScreen->RastPort);
185 Move(&gScreen->RastPort, sFontWidth * x,
195 SetAPen(&gScreen->RastPort, foreground);
196 SetBPen(&gScreen->RastPort, background);
669 SetDrMd(&gScreen->RastPort, JAM2);
685 //ClearScreen(&gScreen->RastPort);
H A Drom_calls.h1245 struct RastPort { struct
1271 LP1NR(0x30, ClearScreen, struct RastPort *, last, a1, \
1275 LP3(0x3c, int32, Text, struct RastPort *, par1, a1, const char *, par2, a0, unsigned long, last, d0, \
1279 LP2(0x42, int32, SetFont, struct RastPort *, par1, a1, struct TextFont *, last, a0, \
1291 LP3NR(0xf0, Move, struct RastPort *, par1, a1, long, par2, d0, long, last, d1, \
1295 LP2NR(0x156, SetAPen, struct RastPort *, par1, a1, unsigned long, last, d0, \
1299 LP2NR(0x15c, SetBPen, struct RastPort *, par1, a1, unsigned long, last, d0, \
1303 LP2NR(0x162, SetDrMd, struct RastPort *, par1, a1, unsigned long, last, d0, \
1486 struct RastPort RastPort; member in struct:Screen
[all...]

Completed in 41 milliseconds