HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_GetRValue (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 35 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb), FXSYS_GetBValue(rgb));
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 72 #define FXSYS_GetRValue(rgb) ((rgb) & 0xff)
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 177 int fr = FXSYS_GetRValue(m_ForeColor);
180 int br = FXSYS_GetRValue(m_BackColor);
    [all...]
fpdf_render_image.cpp 161 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)], m_Samples[256 + FXSYS_GetGValue(rgb)],
    [all...]

Completed in 35 milliseconds