Searched refs:hNewBrush (Results 1 – 1 of 1) sorted by relevance
1169 HBRUSH hNewBrush = GetStockBrush( NULL_BRUSH ); in SetFillColor() local1170 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()1182 mhBrush = hNewBrush; in SetFillColor()1197 HBRUSH hNewBrush = 0; in SetFillColor() local1208 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 23 milliseconds