Home | History | Annotate | Download | only in win

Lines Matching full:greenbrush

1041     OwnPtr<HBRUSH> greenBrush = CreateSolidBrush(RGB(0, 255, 0));
1043 FillRect(windowDC, &rect, greenBrush.get());