Lines Matching refs:cmsContext
99 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID) in cmsOpenIOhandlerFromNULL()
237 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number… in cmsOpenIOhandlerFromMem()
366 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const … in cmsOpenIOhandlerFromFile()
423 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream) in cmsOpenIOhandlerFromStream()
464 cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID) in cmsCreateProfilePlaceholder()
488 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) in cmsGetProfileContextID()
990 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) in cmsOpenProfileFromIOhandlerTHR()
1009 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBo… in cmsOpenProfileFromIOhandler2THR()
1035 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const… in cmsOpenProfileFromFileTHR()
1069 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR()
1103 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void* MemPtr, cmsUInt32N… in cmsOpenProfileFromMemTHR()
1281 cmsContext ContextID; in cmsSaveProfileToIOhandler()
1330 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToFile()
1349 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToStream()
1366 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToMem()