Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/sysutils/utils/rosperf/
H A Drosperf.c646 wc.hbrBackground = CreateSolidBrush(PerfInfo->BackgroundColor); in CreatePerfWindows()
876 PerfInfo.BackgroundColor = RGB(255, 255, 255); in wWinMain()
902 SelectObject(PerfInfo.BackgroundDc, CreateSolidBrush(PerfInfo.BackgroundColor)); in wWinMain()
903 SelectObject(PerfInfo.BackgroundDc, CreatePen(PS_SOLID, 0, PerfInfo.BackgroundColor)); in wWinMain()
H A Drosperf.h28 COLORREF BackgroundColor; member