Searched defs:cmsGetProfileContextID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio0.c505 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) function
1218 ContextID = cmsGetProfileContextID(hProfile);
1254 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1273 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1290 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1672 MemIO = cmsOpenIOhandlerFromNULL(cmsGetProfileContextID(hProfile));
1674 MemIO = cmsOpenIOhandlerFromMem(cmsGetProfileContextID(hProfile), data, BufferSize, "w");

Completed in 292 milliseconds