Lines Matching refs:cmsContext
100 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID) in cmsOpenIOhandlerFromNULL()
238 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number… in cmsOpenIOhandlerFromMem()
373 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const … in cmsOpenIOhandlerFromFile()
440 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream) in cmsOpenIOhandlerFromStream()
497 cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID) in cmsCreateProfilePlaceholder()
521 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) in cmsGetProfileContextID()
1050 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) in cmsOpenProfileFromIOhandlerTHR()
1069 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBo… in cmsOpenProfileFromIOhandler2THR()
1095 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const… in cmsOpenProfileFromFileTHR()
1129 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR()
1163 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void* MemPtr, cmsUInt32N… in cmsOpenProfileFromMemTHR()
1341 cmsContext ContextID; in cmsSaveProfileToIOhandler()
1399 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToFile()
1418 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToStream()
1435 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToMem()