Searched refs:pProfileData (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 160 void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData, FX_DWORD dwProfileSize, FX_INT… in IccLib_CreateTransform_sRGB() argument 162 …return IccLib_CreateTransform(pProfileData, dwProfileSize, nComponents, NULL, 0, 3, intent, dwSrcF… in IccLib_CreateTransform_sRGB() 267 ICodec_IccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, FX_DWORD dwProfileS… in GetProfileCS() argument 270 cmsHPROFILE hProfile = cmsOpenProfileFromMem((void*)pProfileData, dwProfileSize); in GetProfileCS() 414 MD5ComputeID(pIccParam->pProfileData, pIccParam->dwProfileSize, ID); in CreateProfile() 438 … pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, pIccParam->dwProfileSize); in CreateProfile() 529 void* CCodec_IccModule::CreateTransform_sRGB(FX_LPCBYTE pProfileData, FX_DWORD dwProfileSize, FX_IN… in CreateTransform_sRGB() argument 531 … return IccLib_CreateTransform_sRGB(pProfileData, dwProfileSize, nComponents, intent, dwSrcFormat); in CreateTransform_sRGB()
|
D | codec_int.h | 164 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize); 174 …virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, FX_DWORD dwProfileSize, FX_INT32&…
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 249 FX_LPBYTE pProfileData; member 256 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) = 0; 270 …virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, FX_DWORD dwProfileSize, FX_INT32& …
|