HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_GetGValue (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 73 #define FXSYS_GetGValue(rgb) (((rgb) >> 8) & 0xff)
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 178 int fg = FXSYS_GetGValue(m_ForeColor);
181 int bg = FXSYS_GetGValue(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 36 milliseconds