#include <windows.h>
#include "rosperf.h"
Go to the source code of this file.
◆ LinesHorizontalProc()
Definition at line 60 of file lines.c.
66 for (Rep = 0; Rep < Reps; )
BOOL WINAPI LineTo(_In_ HDC, _In_ int, _In_ int)
BOOL WINAPI MoveToEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)
GLint GLint GLint GLint GLint GLint y
◆ LinesProc()
Definition at line 23 of file lines.c.
29 for (Rep = 0; Rep < Reps; )
33 for (Dest = 2; Dest < PerfInfo->
WndHeight && Rep < Reps; Rep++, Dest += 2)
39 for (Dest = PerfInfo->
WndWidth - 2; 0 <= Dest && Rep < Reps; Rep++, Dest -= 2)
45 for (Dest = PerfInfo->
WndHeight - 2; 0 <= Dest && Rep < Reps; Rep++, Dest -= 2)
51 for (Dest = 2; Dest < PerfInfo->
WndWidth && Rep < Reps; Rep++, Dest += 2)
BOOL WINAPI LineTo(_In_ HDC, _In_ int, _In_ int)
BOOL WINAPI MoveToEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)
◆ LinesVerticalProc()
Definition at line 79 of file lines.c.
85 for (Rep = 0; Rep < Reps; )
BOOL WINAPI LineTo(_In_ HDC, _In_ int, _In_ int)
GLint GLint GLint GLint GLint x
BOOL WINAPI MoveToEx(_In_ HDC, _In_ int, _In_ int, _Out_opt_ LPPOINT)