Home | History | Annotate | Download | only in codec

Lines Matching refs:pCache

386     CFX_IccProfileCache* pCache = NULL;

415 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) {
416 pCache = FX_NEW CFX_IccProfileCache;
417 if (pCache == NULL) {
422 pCache->m_pProfile = cmsOpenProfileFromMem(pIccParam->pProfileData, pIccParam->dwProfileSize);
427 pCache->m_pProfile = cmsCreate_sRGBProfile();
430 pCache->m_pProfile = CreateProfile_Gray(pIccParam->Gamma);
439 m_MapProfile.SetAt(ProfileKey, pCache);
441 pCache->m_dwRate++;
443 return pCache->m_pProfile;