Searched refs:PALRGB_TO_RGB (Results 1 – 3 of 3) sorted by relevance
1138 nPenColor = PALRGB_TO_RGB( nPenColor ); in SetLineColor()1244 nBrushColor = PALRGB_TO_RGB( nBrushColor ); in SetFillColor()1341 nCol = PALRGB_TO_RGB( nCol ); in drawPixel()
1339 aCol = PALRGB_TO_RGB( aCol ); in SetTextColor()
44 #define PALRGB_TO_RGB(nPalRGB) ((nPalRGB)&0x00ffffff) macro
Completed in 39 milliseconds