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

  /external/pdfium/core/include/fxcodec/
fx_codec.h 270 virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent = 0,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 165 virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent = 0,
fx_codec_icc.cpp 520 void* CCodec_IccModule::CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent, FX_DWORD dwSrcFormat)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 522 m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB(pData, dwSize, nComponents);
    [all...]

Completed in 225 milliseconds