Searched refs:FXSYS_GetBValue (Results 1 – 5 of 5) sorted by relevance
43 FXSYS_GetBValue(rgb)); in ArgbEncode()1238 fb = FXSYS_GetBValue(forecolor);1241 bb = FXSYS_GetBValue(backcolor);
77 #define FXSYS_GetBValue(rgb) (((rgb) >> 16) & 0xff) macro
146 int fb = FXSYS_GetBValue(m_ForeColor); in TranslateColor()149 int bb = FXSYS_GetBValue(m_BackColor); in TranslateColor()
141 m_Samples[512 + FXSYS_GetBValue(rgb)]); in TranslateColor()
793 pArray->AddNumber((FX_FLOAT)FXSYS_GetBValue(color) / 255.0f); in SetColor()