Searched refs:cmsOpenProfileFromMem (Results 1 – 6 of 6) sorted by relevance
28 hInProfile = cmsOpenProfileFromMem(data, mid); in LLVMFuzzerTestOneInput()29 hOutProfile = cmsOpenProfileFromMem(data + mid, size - mid); in LLVMFuzzerTestOneInput()
9 cmsHPROFILE srcProfile = cmsOpenProfileFromMem(data, size); in LLVMFuzzerTestOneInput()
55 ScopedCmsProfile srcProfile(cmsOpenProfileFromMem(span.data(), span.size())); in CreateTransformSRGB()
1695 icc_profile=cmsOpenProfileFromMem(GetStringInfoDatum(profile), in GetICCProperty()3218 icc_profile=cmsOpenProfileFromMem(GetStringInfoDatum(profile), in GetMagickProperty()
1187 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void* MemPtr, cmsUInt32Number dwSize) in cmsOpenProfileFromMem() function
1538 CMSAPI cmsHPROFILE CMSEXPORT cmsOpenProfileFromMem(const void * MemPtr, cmsUInt32Number dwSize…