ReactOS 0.4.16-dev-36-g301675c
|
#include <rosperf.h>
Public Attributes | |
HWND | Wnd |
unsigned | Seconds |
unsigned | Repeats |
COLORREF | ForegroundColor |
COLORREF | BackgroundColor |
HDC | ForegroundDc |
HDC | BackgroundDc |
INT | WndWidth |
INT | WndHeight |
COLORREF tagPERF_INFO::BackgroundColor |
Definition at line 28 of file rosperf.h.
Referenced by CreatePerfWindows(), and wWinMain().
HDC tagPERF_INFO::BackgroundDc |
Definition at line 30 of file rosperf.h.
Referenced by AlphaBlendInit(), AlphaBlendProc(), FillProc(), FillSmallProc(), LinesHorizontalProc(), LinesProc(), LinesVerticalProc(), ScrollProc(), TextProc(), and wWinMain().
COLORREF tagPERF_INFO::ForegroundColor |
Definition at line 27 of file rosperf.h.
Referenced by wWinMain().
HDC tagPERF_INFO::ForegroundDc |
Definition at line 29 of file rosperf.h.
Referenced by FillProc(), FillSmallProc(), GradientHorizontalProc(), GradientProc(), GradientVerticalProc(), LinesHorizontalProc(), LinesProc(), LinesVerticalProc(), ScrollProc(), TextProc(), and wWinMain().
unsigned tagPERF_INFO::Repeats |
Definition at line 26 of file rosperf.h.
Referenced by ProcessCommandLine(), ProcessTest(), and wWinMain().
unsigned tagPERF_INFO::Seconds |
Definition at line 25 of file rosperf.h.
Referenced by CalibrateTest(), ProcessCommandLine(), and wWinMain().
HWND tagPERF_INFO::Wnd |
Definition at line 24 of file rosperf.h.
Referenced by ClearWindow(), TextProc(), and wWinMain().
INT tagPERF_INFO::WndHeight |
Definition at line 32 of file rosperf.h.
Referenced by AlphaBlendInit(), AlphaBlendProc(), FillProc(), FillSmallProc(), GradientHorizontalProc(), GradientProc(), GradientVerticalProc(), LinesHorizontalProc(), LinesProc(), LinesVerticalProc(), ScrollProc(), TextProc(), and wWinMain().
INT tagPERF_INFO::WndWidth |
Definition at line 31 of file rosperf.h.
Referenced by AlphaBlendInit(), AlphaBlendProc(), FillProc(), FillSmallProc(), GradientHorizontalProc(), GradientProc(), GradientVerticalProc(), LinesHorizontalProc(), LinesProc(), LinesVerticalProc(), ScrollProc(), and wWinMain().