Home
last modified time | relevance | path

Searched refs:FXSYS_GetRValue (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp35 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), FXSYS_GetBValue(rgb)); in ArgbEncode()
1207 fr = FXSYS_GetRValue(forecolor);
1210 br = FXSYS_GetRValue(backcolor);
/external/pdfium/core/include/fxge/
Dfx_dib.h72 #define FXSYS_GetRValue(rgb) ((rgb) & 0xff) macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp170 int fr = FXSYS_GetRValue(m_ForeColor); in TranslateColor()
173 int br = FXSYS_GetRValue(m_BackColor); in TranslateColor()
Dfpdf_render_image.cpp117 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], m_Samples[256 + FXSYS_GetGValue(rgb)], in TranslateColor()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp941 pArray->AddNumber((FX_FLOAT)FXSYS_GetRValue(color) / 255.0f); in SetColor()