Home
last modified time | relevance | path

Searched refs:GetProfileCS (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcodec/
Dfx_codec.h256 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) = 0;
258 virtual IccCS GetProfileCS(IFX_FileRead* pFile) = 0;
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h164 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize);
165 virtual IccCS GetProfileCS(IFX_FileRead* pFile);
Dfx_codec_icc.cpp267 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, FX_DWORD dwProfileS… in GetProfileCS() function in CCodec_IccModule
280 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(IFX_FileRead* pFile) in GetProfileCS() function in CCodec_IccModule
289 cs = GetProfileCS(pBuf, dwSize); in GetProfileCS()