Home
last modified time | relevance | path

Searched refs:cmsOpenProfileFromMem (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_icc.cpp104 srcProfile = cmsOpenProfileFromMem((void*)pSrcProfileData, dwSrcProfileSize); in IccLib_CreateTransform()
112 cmsOpenProfileFromMem((void*)pDstProfileData, dwDstProfileSize); in IccLib_CreateTransform()
288 cmsOpenProfileFromMem((void*)pProfileData, dwProfileSize); in GetProfileCS()
442 pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, in CreateProfile()
Dfx_codec_jpx_opj.cpp441 cmsOpenProfileFromMem(image->icc_profile_buf, image->icc_profile_len); in color_apply_icc_profile()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio0.c1126 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void* MemPtr, cmsUInt32Number dwSize) in cmsOpenProfileFromMem() function
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1525 CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void * MemPtr, cmsUInt32Number dwSize…