Searched refs:FXSYS_GetRValue (Results 1 – 6 of 6) sorted by relevance
18 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], in TranslateColor()
85 *R = FXSYS_GetRValue(strokeRGB); in FPDFPath_GetStrokeColor()122 *R = FXSYS_GetRValue(fillRGB); in FPDFPath_GetFillColor()
255 pArray->AddNew<CPDF_Number>(static_cast<float>(FXSYS_GetRValue(color)) / in SetColor()
88 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()
687 int fr = FXSYS_GetRValue(forecolor); in ConvertRGBColorScale()690 int br = FXSYS_GetRValue(backcolor); in ConvertRGBColorScale()
74 #define FXSYS_GetRValue(rgb) ((rgb)&0xff) macro