Searched refs:lForeGround (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp1568 LONG lForeGround = m_textForegroundColour.GetPixel(); local
1611 unsigned char cRedFore = (unsigned char)(lForeGround >> 16);
1612 unsigned char cGreenFore = (unsigned char)(lForeGround >> 8);
1613 unsigned char cBlueFore = (unsigned char)lForeGround;

Completed in 103 milliseconds