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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 245 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize)
258 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(IFX_FileRead* pFile)
384 FX_LPVOID CCodec_IccModule::CreateProfile(ICodec_IccModule::IccParam* pIccParam, Icc_CLASS ic, CFX_BinaryBuf* pTransformKey)
445 FX_LPVOID CCodec_IccModule::CreateTransform(ICodec_IccModule::IccParam* pInputParam,
500 CCodec_IccModule::~CCodec_IccModule()
520 void* CCodec_IccModule::CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nComponents, int intent, FX_DWORD dwSrcFormat)
524 void* CCodec_IccModule::CreateTransform_CMYK(FX_LPCBYTE pSrcProfileData, unsigned int dwSrcProfileSize, int nSrcComponents,
531 void CCodec_IccModule::DestroyTransform(void* pTransform)
535 void CCodec_IccModule::Translate(void* pTransform, FX_FLOAT* pSrcValues, FX_FLOAT* pDestValues)
    [all...]
codec_int.h 152 class CCodec_IccModule : public ICodec_IccModule
175 virtual ~CCodec_IccModule();
fx_codec.cpp 16 m_pIccModule = FX_NEW CCodec_IccModule;

Completed in 56 milliseconds