Searched defs:cmsGetProfileContextID (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms/src/
H A Dcmsio0.c515 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) function
1341 ContextID = cmsGetProfileContextID(hProfile);
1392 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1411 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1428 cmsContext ContextID = cmsGetProfileContextID(hProfile);
1847 MemIO = cmsOpenIOhandlerFromNULL(cmsGetProfileContextID(hProfile));
1849 MemIO = cmsOpenIOhandlerFromMem(cmsGetProfileContextID(hProfile), data, BufferSize, "w");

Completed in 166 milliseconds