Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1196 COLORREF nBrushColor = PALETTERGB( nRed, nGreen, nBlue ); in SetFillColor() local
1206 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 29 milliseconds