Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcodec/
Dfx_codec.h243 } IccCS; typedef
246 IccCS ColorSpace;
256 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) = 0;
258 virtual IccCS GetProfileCS(IFX_FileRead* pFile) = 0;
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp213 ICodec_IccModule::IccCS GetProfileCSFromHandle(FX_LPVOID pProfile) in GetProfileCSFromHandle()
245 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProf… in GetProfileCS()
247 ICodec_IccModule::IccCS cs; in GetProfileCS()
258 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(IFX_FileRead* pFile) in GetProfileCS()
263 ICodec_IccModule::IccCS cs; in GetProfileCS()
Dcodec_int.h155 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize);
156 virtual IccCS GetProfileCS(IFX_FileRead* pFile);