Home
last modified time | relevance | path

Searched refs:hNewBrush (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1169 HBRUSH hNewBrush = GetStockBrush( NULL_BRUSH ); in SetFillColor() local
1170 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()
1182 mhBrush = hNewBrush; in SetFillColor()
1197 HBRUSH hNewBrush = 0; in SetFillColor() local
1208 hNewBrush = pSalData->mhStockBrushAry[i]; in SetFillColor()
1216 if ( !hNewBrush ) in SetFillColor()
1219 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()
1245 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()
1248 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()
1274 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()
[all …]

Completed in 30 milliseconds