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

  /external/pdfium/core/fpdfapi/render/
cpdf_transferfunc.cpp 19 m_Samples[256 + FXSYS_GetGValue(rgb)],
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 88 return FXARGB_MAKE(a, FXSYS_GetRValue(rgb), FXSYS_GetGValue(rgb),
cfx_dibitmap.cpp 688 int fg = FXSYS_GetGValue(forecolor);
691 int bg = FXSYS_GetGValue(backcolor);
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 75 #define FXSYS_GetGValue(rgb) (((rgb) >> 8) & 0xff)
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 86 *G = FXSYS_GetGValue(strokeRGB);
123 *G = FXSYS_GetGValue(fillRGB);
cpdfsdk_baannot.cpp 257 pArray->AddNew<CPDF_Number>(static_cast<float>(FXSYS_GetGValue(color)) /

Completed in 88 milliseconds