Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1732 HBRUSH bgBrush; in CreateMainWindow() local
1744 bgBrush = (HBRUSH)(COLOR_WINDOW+1); in CreateMainWindow()
1749 bgBrush = font->hBackground; in CreateMainWindow()
1750 RemapColor(&fg, &bg, &bgBrush); in CreateMainWindow()
1758 wc.hbrBackground = bgBrush; in CreateMainWindow()
2026 void RemapColor(COLORREF *fg, COLORREF *bg, HBRUSH *bgBrush) { in RemapColor() argument
2032 if (*bgBrush && *bg == RGB(255, 255, 255)) { in RemapColor()
2034 *bgBrush = GetSysColorBrush(COLOR_WINDOW); in RemapColor()