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

  /external/pdfium/core/fpdfapi/render/
cpdf_transferfunc.cpp 15 return FXSYS_RGB(m_Samples[FXSYS_GetRValue(rgb)],
cpdf_renderoptions.cpp 53 int fr = FXSYS_GetRValue(m_ForeColor);
56 int br = FXSYS_GetRValue(m_BackColor);
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 248 pArray->AddNew<CPDF_Number>(static_cast<FX_FLOAT>(FXSYS_GetRValue(color)) /
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 42 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb),
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 78 #define FXSYS_GetRValue(rgb) ((rgb)&0xff)

Completed in 120 milliseconds