Home
last modified time | relevance | path

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

/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp115 struct Screen *gScreen; variable
164 Text(&gScreen->RastPort, &string[i], 1); in WriteAt()
175 Move(&gScreen->RastPort, 0, sScreenTopOffset); in Clear()
176 ClearScreen(&gScreen->RastPort); in Clear()
185 Move(&gScreen->RastPort, sFontWidth * x, in MoveTo()
195 SetAPen(&gScreen->RastPort, foreground); in SetColor()
196 SetBPen(&gScreen->RastPort, background); in SetColor()
203 int columnCount = gScreen->Width / sFontWidth; in Columns()
211 int lineCount = (gScreen->Height - sScreenTopOffset) / sFontHeight; in Rows()
246 int16 topEdge = gScreen->Height - 60; in Open()
[all …]
H A Dvideo.cpp41 if (gScreen == NULL) { in probe_video_mode()
64 gKernelArgs.frame_buffer.width = gScreen->RastPort.BitMap->BytesPerRow * 8; in probe_video_mode()
65 gKernelArgs.frame_buffer.height = gScreen->RastPort.BitMap->Rows; in probe_video_mode()
66 gKernelArgs.frame_buffer.bytes_per_row = gScreen->RastPort.BitMap->BytesPerRow; in probe_video_mode()
67 gKernelArgs.frame_buffer.depth = gScreen->RastPort.BitMap->Depth; in probe_video_mode()
71 * gScreen->RastPort.BitMap->Depth / 8; in probe_video_mode()
73 = (phys_addr_t)(gScreen->RastPort.BitMap->Planes[0]); in probe_video_mode()
H A Dconsole.h18 extern struct Screen *gScreen;
/haiku/src/system/boot/platform/riscv/
H A Dconsole.h18 extern struct Screen* gScreen;