Searched refs:gScreen (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.h18 extern struct Screen *gScreen;
H A Dconsole.cpp115 struct Screen *gScreen; variable in typeref:struct:Screen
155 //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);
203 int columnCount = gScreen->Width / sFontWidth;
211 int lineCount = (gScreen
[all...]
H A Dvideo.cpp41 if (gScreen == NULL) {
46 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
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dconsole.h18 extern struct Screen* gScreen;

Completed in 37 milliseconds