Home
last modified time | relevance | path

Searched refs:hBgBrush (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ldview/ldview-4.4/LDVLib/
H A DLDVLib.cpp168 HBRUSH hBgBrush = ::CreateSolidBrush(RGB(r, g, b)); in doEraseBackground() local
171 ::FillRect(hdc, &updateRect, hBgBrush); in doEraseBackground()
172 ::DeleteObject(hBgBrush); in doEraseBackground()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWinDraw.c1762 HBRUSH oldBrush, hFgBrush, hBgBrush, hBrush; in Blt_EmulateXFillRectangles() local
1820 hBgBrush = CreateSolidBrush(gc->background); in Blt_EmulateXFillRectangles()
1833 FillRect(memDC, &rect, hBgBrush); in Blt_EmulateXFillRectangles()
1841 DeleteBrush(hBgBrush); in Blt_EmulateXFillRectangles()