Home | History | Annotate | Download | only in codec

Lines Matching defs:srcProfile

51   cmsHPROFILE srcProfile =
53 if (!srcProfile)
59 cmsCloseProfile(srcProfile);
64 cmsColorSpaceSignature srcCS = cmsGetColorSpace(srcProfile);
69 cmsCloseProfile(srcProfile);
84 cmsCloseProfile(srcProfile);
93 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
97 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
101 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
108 cmsCloseProfile(srcProfile);
113 cmsCloseProfile(srcProfile);