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.cpp42 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), in ArgbEncode()
1236 fr = FXSYS_GetRValue(forecolor);
1239 br = FXSYS_GetRValue(backcolor);
/external/pdfium/core/include/fxge/
Dfx_dib.h75 #define FXSYS_GetRValue(rgb) ((rgb)&0xff) macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp144 int fr = FXSYS_GetRValue(m_ForeColor); in TranslateColor()
147 int br = FXSYS_GetRValue(m_BackColor); in TranslateColor()
Dfpdf_render_image.cpp139 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], in TranslateColor()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp791 pArray->AddNumber((FX_FLOAT)FXSYS_GetRValue(color) / 255.0f); in SetColor()