Searched refs:FXSYS_GetGValue (Results 1 – 5 of 5) sorted by relevance
42 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()1237 fg = FXSYS_GetGValue(forecolor);1240 bg = FXSYS_GetGValue(backcolor);
76 #define FXSYS_GetGValue(rgb) (((rgb) >> 8) & 0xff) macro
145 int fg = FXSYS_GetGValue(m_ForeColor); in TranslateColor()148 int bg = FXSYS_GetGValue(m_BackColor); in TranslateColor()
140 m_Samples[256 + FXSYS_GetGValue(rgb)], in TranslateColor()
792 pArray->AddNumber((FX_FLOAT)FXSYS_GetGValue(color) / 255.0f); in SetColor()