Home | History | Annotate | Download | only in rendering

Lines Matching defs:brush

647                     HBRUSH brush = (HBRUSH) ::CreatePatternBrush(patternBmp);
653 HBRUSH oldBrush = (HBRUSH) ::SelectObject(hdc, brush);
654 ::FillRect(hdc, &widgetRect, brush);
658 ::DeleteObject(brush);
666 HBRUSH brush = ::GetSysColorBrush(COLOR_3DDKSHADOW);
667 ::FrameRect(hdc, &widgetRect, brush);