Searched refs:dwProfileSize (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_icc.cpp | 138 void* IccLib_CreateTransform_sRGB(const unsigned char* pProfileData, unsigned int dwProfileSize, in… in IccLib_CreateTransform_sRGB() argument 140 …return IccLib_CreateTransform(pProfileData, dwProfileSize, nComponents, NULL, 0, 3, intent, dwSrcF… in IccLib_CreateTransform_sRGB() 245 …ccModule::IccCS CCodec_IccModule::GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) in GetProfileCS() argument 248 cmsHPROFILE hProfile = cmsOpenProfileFromMem((void*)pProfileData, dwProfileSize); in GetProfileCS() 395 MD5ComputeID(pIccParam->pProfileData, pIccParam->dwProfileSize, ID); in CreateProfile() 422 … pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, pIccParam->dwProfileSize); in CreateProfile() 520 void* CCodec_IccModule::CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, i… in CreateTransform_sRGB() argument 522 … return IccLib_CreateTransform_sRGB(pProfileData, dwProfileSize, nComponents, intent, dwSrcFormat); in CreateTransform_sRGB()
|
D | codec_int.h | 155 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize); 165 …virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int n…
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 250 FX_DWORD dwProfileSize; member 256 virtual IccCS GetProfileCS(FX_LPCBYTE pProfileData, unsigned int dwProfileSize) = 0; 270 …virtual FX_LPVOID CreateTransform_sRGB(FX_LPCBYTE pProfileData, unsigned int dwProfileSize, int nC…
|