Searched refs:CurrentY (Results 1 – 1 of 1) sorted by relevance
18 static int CurrentY = 0; variable85 CurrentY = 0; in VGA_Init()123 VideoBuffer[CurrentX + CurrentY * SizeX] = 0x20 | (TextAttribute << 8); in VGA_Putc()127 if (CurrentY >= (SizeY - 1)) { in VGA_Putc()130 CurrentY++; in VGA_Putc()143 VideoBuffer[CurrentX + CurrentY * SizeX] = c; in VGA_Putc()146 if (CurrentY >= (SizeY - 1)) { in VGA_Putc()149 CurrentY++; in VGA_Putc()