Home
last modified time | relevance | path

Searched refs:cmsGetProfileContextID (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsio1.c160 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildGrayInputMatrixPipeline()
220 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildRGBInputMatrixShaper()
272 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatInputTag()
319 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadInputLUT()
422 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildGrayOutputPipeline()
466 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildRGBOutputMatrixShaper()
548 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatOutputTag()
594 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadOutputLUT()
673 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatDevicelinkTag()
718 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadDevicelinkLUT()
[all …]
Dcmsio0.c521 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) in cmsGetProfileContextID() function
1348 ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToIOhandler()
1399 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToFile()
1418 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToStream()
1435 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToMem()
1857 MemIO = cmsOpenIOhandlerFromNULL(cmsGetProfileContextID(hProfile)); in cmsReadRawTag()
1859 MemIO = cmsOpenIOhandlerFromMem(cmsGetProfileContextID(hProfile), data, BufferSize, "w"); in cmsReadRawTag()
Dcmssamp.c43 cmsContext ContextID = cmsGetProfileContextID(hProfile); in CreateRoundtripXForm()
77 cmsContext ContextID = cmsGetProfileContextID(hInput); in BlackPointAsDarkerColorant()
Dcmsxform.c1193 return cmsCreateMultiprofileTransformTHR(cmsGetProfileContextID(hProfiles[0]), in cmsCreateMultiprofileTransform()
1226 …return cmsCreateTransformTHR(cmsGetProfileContextID(Input), Input, InputFormat, Output, OutputForm… in cmsCreateTransform()
1271 return cmsCreateProofingTransformTHR(cmsGetProfileContextID(InputProfile), in cmsCreateProofingTransform()
Dcmsvirt.c37 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetTextTags()
66 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetSeqDescTag()
Dcmsmd5.c272 ContextID = cmsGetProfileContextID(hProfile); in cmsMD5computeID()
Dcmsgmt.c465 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsDetectTAC()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1429 CMSAPI cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile);