Lines Matching refs:hNewBrush
1169 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()
1240 hNewBrush = CreateDIBPatternBrush( pSalData->mhDitherDIB, DIB_RGB_COLORS ); in SetFillColor()
1245 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()
1248 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()
1266 hNewBrush = CreateDIBPatternBrush( pSalData->mhDitherDIB, DIB_PAL_COLORS ); in SetFillColor()
1274 HBRUSH hOldBrush = SelectBrush( getHDC(), hNewBrush ); in SetFillColor()
1287 mhBrush = hNewBrush; in SetFillColor()