• Home
  • Raw
  • Download

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()
989 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) in cmsOpenProfileFromIOhandlerTHR()
1008 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBo… in cmsOpenProfileFromIOhandler2THR()
1034 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const… in cmsOpenProfileFromFileTHR()
1068 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR()
1102 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void* MemPtr, cmsUInt32N… in cmsOpenProfileFromMemTHR()
1280 cmsContext ContextID; in cmsSaveProfileToIOhandler()
1329 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToFile()
1348 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToStream()
1365 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToMem()