Home | History | Annotate | Download | only in rendering

Lines Matching defs:brush

584                     HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp);
590 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush);
591 ::FillRect(hdc, &widgetRect, brush);
595 ::DeleteObject(brush);
603 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW);
604 ::FrameRect(hdc, &widgetRect, brush);