Searched refs:FXSYS_GetBValue (Results 1 – 6 of 6) sorted by relevance
20 m_Samples[512 + FXSYS_GetBValue(rgb)]); in TranslateColor()
87 *B = FXSYS_GetBValue(strokeRGB); in FPDFPath_GetStrokeColor()124 *B = FXSYS_GetBValue(fillRGB); in FPDFPath_GetFillColor()
259 pArray->AddNew<CPDF_Number>(static_cast<float>(FXSYS_GetBValue(color)) / in SetColor()
89 FXSYS_GetBValue(rgb)); in ArgbEncode()
689 int fb = FXSYS_GetBValue(forecolor); in ConvertRGBColorScale()692 int bb = FXSYS_GetBValue(backcolor); in ConvertRGBColorScale()
76 #define FXSYS_GetBValue(rgb) (((rgb) >> 16) & 0xff) macro