Home | History | Annotate | Download | only in rendering

Lines Matching refs:FillRect

632                 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_BTNFACE+1));
634 ::FillRect(hdc, &widgetRect, (HBRUSH)(COLOR_WINDOW+1));
637 ::FillRect(hdc, &widgetRect, (HBRUSH)GetStockObject(GRAY_BRUSH));
654 ::FillRect(hdc, &widgetRect, brush);
660 ::FillRect(hdc, &widgetRect, (HBRUSH)COLOR_3DHILIGHT);