Searched refs:gScreen (Results 1 – 4 of 4) sorted by relevance
115 struct Screen *gScreen; variable164 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 …]
41 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()
18 extern struct Screen *gScreen;
18 extern struct Screen* gScreen;