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.c515 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) in cmsGetProfileContextID() function
1341 ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToIOhandler()
1392 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToFile()
1411 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToStream()
1428 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsSaveProfileToMem()
1847 MemIO = cmsOpenIOhandlerFromNULL(cmsGetProfileContextID(hProfile)); in cmsReadRawTag()
1849 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.c1185 return cmsCreateMultiprofileTransformTHR(cmsGetProfileContextID(hProfiles[0]), in cmsCreateMultiprofileTransform()
1218 …return cmsCreateTransformTHR(cmsGetProfileContextID(Input), Input, InputFormat, Output, OutputForm… in cmsCreateTransform()
1263 return cmsCreateProofingTransformTHR(cmsGetProfileContextID(InputProfile), in cmsCreateProofingTransform()
Dcmsvirt.c37 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetTextTags()
66 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetSeqDescTag()
Dcmsgmt.c465 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsDetectTAC()
Dcmsmd5.c272 ContextID = cmsGetProfileContextID(hProfile); in cmsMD5computeID()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1421 CMSAPI cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile);