Searched refs:hbrush (Results 1 – 1 of 1) sorted by relevance
951 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue()))); in fillRect() local952 FillRect(transparentDC.hdc(), &transparentDC.rect(), hbrush.get()); in fillRect()