Home | History | Annotate | Download | only in bootstrap

Lines Matching refs:brush

1954                 HBRUSH brush = nullptr;
1955 if (pBA->SetControlColor((HWND)lParam, (HDC)wParam, &brush)) {
1956 return (LRESULT)brush;
2020 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) {
2033 *brush = fnt->hBackground;
2034 RemapColor(&fg, &bg, brush);