Searched refs:FXSYS_GetGValue (Results 1 – 6 of 6) sorted by relevance
19 m_Samples[256 + FXSYS_GetGValue(rgb)], in TranslateColor()
86 *G = FXSYS_GetGValue(strokeRGB); in FPDFPath_GetStrokeColor()123 *G = FXSYS_GetGValue(fillRGB); in FPDFPath_GetFillColor()
257 pArray->AddNew<CPDF_Number>(static_cast<float>(FXSYS_GetGValue(color)) / in SetColor()
88 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()
688 int fg = FXSYS_GetGValue(forecolor); in ConvertRGBColorScale()691 int bg = FXSYS_GetGValue(backcolor); in ConvertRGBColorScale()
75 #define FXSYS_GetGValue(rgb) (((rgb) >> 8) & 0xff) macro