Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/io/display/
H A Dguicons.c119 ULONG LineBytes, WidthBytes, BytesPerPixel; in ConsolepClearBuffer() local
125 LineBytes = ScanlineWidth * BytesPerPixel; in ConsolepClearBuffer()
148 FrameBuffer += LineBytes; in ConsolepClearBuffer()
153 FrameBufferEnd = FrameBuffer + Height * LineBytes; in ConsolepClearBuffer()