Home
last modified time | relevance | path

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

/reactos/win32ss/user/winsrv/consrv/
H A Dconoutput.c504 ULONG NumCells; in CON_API() local
507 NumCells = ConioRectWidth(&ReadOutputRequest->ReadRegion) * in CON_API()
516 if (NumCells <= 1) in CON_API()
529 NumCells, in CON_API()
570 ULONG NumCells; in CON_API() local
573 NumCells = ConioRectWidth(&WriteOutputRequest->WriteRegion) * in CON_API()
597 if (NumCells <= 1) in CON_API()
610 NumCells, in CON_API()
625 ULONG Size = NumCells * sizeof(CHAR_INFO); in CON_API()
/reactos/dll/win32/kernel32/client/console/
H A Dreadwrite.c354 ULONG NumCells; in IntReadConsoleOutput() local
383 NumCells = SizeX * SizeY; in IntReadConsoleOutput()
392 if (NumCells <= 1) in IntReadConsoleOutput()
399 ULONG Size = NumCells * sizeof(CHAR_INFO); in IntReadConsoleOutput()
823 ULONG NumCells; in IntWriteConsoleOutput() local
852 NumCells = SizeX * SizeY; in IntWriteConsoleOutput()
861 if (NumCells <= 1) in IntWriteConsoleOutput()
869 ULONG Size = NumCells * sizeof(CHAR_INFO); in IntWriteConsoleOutput()