Searched refs:ICCProfile (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsio0.c | 1062 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFile(const char *ICCProfile, const char *sAccess) in cmsOpenProfileFromFile() argument 1064 return cmsOpenProfileFromFileTHR(NULL, ICCProfile, sAccess); in cmsOpenProfileFromFile() 1068 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR() argument 1077 NewIcc ->IOhandler = cmsOpenIOhandlerFromStream(ContextID, ICCProfile); in cmsOpenProfileFromStreamTHR() 1095 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char *sAccess) in cmsOpenProfileFromStream() argument 1097 return cmsOpenProfileFromStreamTHR(NULL, ICCProfile, sAccess); in cmsOpenProfileFromStream()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2.h | 1521 CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromFile(const char *ICCProfile, const char *sAcces… 1522 … CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *ICCProfile, const char *sAc… 1523 CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromStream(FILE* ICCProfile, const char* sAccess); 1524 … CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const char* sAc…
|