Searched refs:nBrushColor (Results 1 – 1 of 1) sorted by relevance
1196 COLORREF nBrushColor = PALETTERGB( nRed, nGreen, nBlue ); in SetFillColor() local1206 if ( nBrushColor == pSalData->maStockBrushColorAry[ i ] ) in SetFillColor()1219 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()1244 nBrushColor = PALRGB_TO_RGB( nBrushColor ); in SetFillColor()1245 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()1248 hNewBrush = CreateSolidBrush( nBrushColor ); in SetFillColor()1286 mnBrushColor = nBrushColor; in SetFillColor()
Completed in 22 milliseconds