Home
last modified time | relevance | path

Searched refs:cmsContext (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h391 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
394 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
397 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
400 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
403 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
406 cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin);
409 cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
412 cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
415 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
418 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
[all …]
Dcmserr.c72 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin()
78 void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsMalloc()
84 void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size) in _cmsMallocZero()
92 void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size) in _cmsCalloc()
102 void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size) in _cmsRealloc()
108 void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr) in _cmsFree()
114 void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size) in _cmsDupMem()
172 _cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAllocChunk()
202 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAlloc()
310 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const c…
[all …]
Dcmsplugin.c522 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsPluginMalloc()
549 cmsBool CMSEXPORT cmsPluginTHR(cmsContext id, void* Plug_in) in cmsPluginTHR()
665 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
691 void* _cmsContextGetClientChunk(cmsContext ContextID, _cmsMemoryClient mc) in _cmsContextGetClientChunk()
724 void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) in cmsUnregisterPluginsTHR()
766 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
850 return (cmsContext) ctx; in cmsCreateContext()
856 cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) in cmsDupContext()
908 cmsDeleteContext((cmsContext) ctx); in cmsDupContext()
913 return (cmsContext) ctx; in cmsDupContext()
[all …]
Dcmslut.c31 cmsStage* CMSEXPORT _cmsStageAllocPlaceholder(cmsContext ContextID, in _cmsStageAllocPlaceholder()
70 cmsStage* CMSEXPORT cmsStageAllocIdentity(cmsContext ContextID, cmsUInt32Number nChannels) in cmsStageAllocIdentity()
248 cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsTon… in cmsStageAllocToneCurves()
295 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels) in _cmsStageAllocIdentityCurves()
379 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Numbe… in cmsStageAllocMatrix()
550 cmsStage* CMSEXPORT cmsStageAllocCLut16bitGranular(cmsContext ContextID, in cmsStageAllocCLut16bitGranular()
610 cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, in cmsStageAllocCLut16bit()
627 cmsStage* CMSEXPORT cmsStageAllocCLutFloat(cmsContext ContextID, in cmsStageAllocCLutFloat()
645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clut… in cmsStageAllocCLutFloatGranular()
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan) in _cmsStageAllocIdentityCLut()
[all …]
Dcmsvirt.c37 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetTextTags()
66 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetSeqDescTag()
101 cmsHPROFILE CMSEXPORT cmsCreateRGBProfileTHR(cmsContext ContextID, in cmsCreateRGBProfileTHR()
227 cmsHPROFILE CMSEXPORT cmsCreateGrayProfileTHR(cmsContext ContextID, in cmsCreateGrayProfileTHR()
288 cmsHPROFILE CMSEXPORT cmsCreateLinearizationDeviceLinkTHR(cmsContext ContextID, in cmsCreateLinearizationDeviceLinkTHR()
393 cmsHPROFILE CMSEXPORT cmsCreateInkLimitingDeviceLinkTHR(cmsContext ContextID, in cmsCreateInkLimitingDeviceLinkTHR()
474 cmsHPROFILE CMSEXPORT cmsCreateLab2ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) in cmsCreateLab2ProfileTHR()
521 cmsHPROFILE CMSEXPORT cmsCreateLab4ProfileTHR(cmsContext ContextID, const cmsCIExyY* WhitePoint) in cmsCreateLab4ProfileTHR()
567 cmsHPROFILE CMSEXPORT cmsCreateXYZProfileTHR(cmsContext ContextID) in cmsCreateXYZProfileTHR()
629 cmsToneCurve* Build_sRGBGamma(cmsContext ContextID) in Build_sRGBGamma()
[all …]
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 …]
Dcmscnvrt.c33 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
46 cmsPipeline* DefaultICCintents(cmsContext ContextID,
59 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID,
72 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID,
164 cmsIntentsList* SearchIntent(cmsContext ContextID, cmsUInt32Number Intent) in SearchIntent()
524 cmsPipeline* DefaultICCintents(cmsContext ContextID, in DefaultICCintents()
668 cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID, in _cmsDefaultICCintents()
733 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID, in BlackPreservingKOnlyIntents()
925 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID, in BlackPreservingKPlaneIntents()
1038 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID, in _cmsLinkProfiles()
[all …]
Dcmsgamma.c127 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterParametricCurvesPlugin()
178 const _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int*… in GetParametricCurveByType()
213 cmsToneCurve* AllocateToneCurveStruct(cmsContext ContextID, cmsUInt32Number nEntries, in AllocateToneCurveStruct()
728 cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurve16(cmsContext ContextID, cmsUInt32Number nEntries… in cmsBuildTabulatedToneCurve16()
742 cmsToneCurve* CMSEXPORT cmsBuildSegmentedToneCurve(cmsContext ContextID, in cmsBuildSegmentedToneCurve()
777 cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurveFloat(cmsContext ContextID, cmsUInt32Number nEntr… in cmsBuildTabulatedToneCurveFloat()
821 cmsToneCurve* CMSEXPORT cmsBuildParametricToneCurve(cmsContext ContextID, cmsInt32Number Type, cons… in cmsBuildParametricToneCurve()
850 cmsToneCurve* CMSEXPORT cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma) in cmsBuildGamma()
859 cmsContext ContextID; in cmsFreeToneCurve()
939 cmsToneCurve* CMSEXPORT cmsJoinToneCurve(cmsContext ContextID, in cmsJoinToneCurve()
[all …]
Dcmsgmt.c32 cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID, in _cmsChain2Lab()
92 cmsToneCurve* ComputeKToLstar(cmsContext ContextID, in ComputeKToLstar()
139 cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID, in _cmsBuildKToneCurve()
287 cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID, in _cmsCreateGamutCheckPipeline()
465 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsDetectTAC()
Dcmsopt.c35 cmsContext ContextID;
49 cmsContext ContextID;
77 cmsContext ContextID;
95 cmsContext ContextID;
358 void PrelinOpt16free(cmsContext ContextID, void* ptr) in PrelinOpt16free()
369 void* Prelin16dup(cmsContext ContextID, const void* ptr) in Prelin16dup()
384 Prelin16Data* PrelinOpt16alloc(cmsContext ContextID, in PrelinOpt16alloc()
877 Prelin8Data* PrelinOpt8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) in PrelinOpt8alloc()
929 void Prelin8free(cmsContext ContextID, void* ptr) in Prelin8free()
935 void* Prelin8dup(cmsContext ContextID, const void* ptr) in Prelin8dup()
[all …]
Dcmsxform.c57 cmsFloat64Number CMSEXPORT cmsSetAdaptationStateTHR(cmsContext ContextID, cmsFloat64Number d) in cmsSetAdaptationStateTHR()
93 void CMSEXPORT cmsSetAlarmCodesTHR(cmsContext ContextID, const cmsUInt16Number AlarmCodesP[cmsMAXCH… in cmsSetAlarmCodesTHR()
104 void CMSEXPORT cmsGetAlarmCodesTHR(cmsContext ContextID, cmsUInt16Number AlarmCodesP[cmsMAXCHANNELS… in cmsGetAlarmCodesTHR()
691 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterTransformPlugin()
764 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, in AllocEmptyTransform()
1009 cmsHTRANSFORM CMSEXPORT cmsCreateExtendedTransform(cmsContext ContextID, in cmsCreateExtendedTransform()
1150 cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransformTHR(cmsContext ContextID, in cmsCreateMultiprofileTransformTHR()
1202 cmsHTRANSFORM CMSEXPORT cmsCreateTransformTHR(cmsContext ContextID, in cmsCreateTransformTHR()
1230 cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransformTHR(cmsContext ContextID, in cmsCreateProofingTransformTHR()
1284 cmsContext CMSEXPORT cmsGetTransformContextID(cmsHTRANSFORM hTransform) in cmsGetTransformContextID()
Dcmsio0.c100 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID) in cmsOpenIOhandlerFromNULL()
238 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number… in cmsOpenIOhandlerFromMem()
373 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const … in cmsOpenIOhandlerFromFile()
440 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream) in cmsOpenIOhandlerFromStream()
497 cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID) in cmsCreateProfilePlaceholder()
521 cmsContext CMSEXPORT cmsGetProfileContextID(cmsHPROFILE hProfile) in cmsGetProfileContextID()
1050 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) in cmsOpenProfileFromIOhandlerTHR()
1069 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBo… in cmsOpenProfileFromIOhandler2THR()
1095 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const… in cmsOpenProfileFromFileTHR()
1129 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR()
[all …]
Dcmsps2.c831 cmsToneCurve* ExtractGray2Y(cmsContext ContextID, cmsHPROFILE hProfile, cmsUInt32Number Intent) in ExtractGray2Y()
1043 cmsUInt32Number GenerateCSA(cmsContext ContextID, in GenerateCSA()
1472 cmsUInt32Number GenerateCRD(cmsContext ContextID, in GenerateCRD()
1519 cmsUInt32Number CMSEXPORT cmsGetPostScriptColorResource(cmsContext ContextID, in cmsGetPostScriptColorResource()
1546 cmsUInt32Number CMSEXPORT cmsGetPostScriptCRD(cmsContext ContextID, in cmsGetPostScriptCRD()
1573 cmsUInt32Number CMSEXPORT cmsGetPostScriptCSA(cmsContext ContextID, in cmsGetPostScriptCSA()
Dcmsnamed.c33 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems) in cmsMLUalloc()
537 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUIn… in cmsAllocNamedColorList()
762 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription()
856 cmsContext ContextID;
861 cmsHANDLE CMSEXPORT cmsDictAlloc(cmsContext ContextID) in cmsDictAlloc()
901 wchar_t* DupWcs(cmsContext ContextID, const wchar_t* ptr) in DupWcs()
Dcmsmd5.c54 cmsContext ContextID;
155 cmsHANDLE MD5alloc(cmsContext ContextID) in MD5alloc()
263 cmsContext ContextID; in cmsMD5computeID()
Dcmssamp.c43 cmsContext ContextID = cmsGetProfileContextID(hProfile); in CreateRoundtripXForm()
77 cmsContext ContextID = cmsGetProfileContextID(hInput); in BlackPointAsDarkerColorant()
Dcmscam02.c55 cmsContext ContextID;
359 cmsHANDLE CMSEXPORT cmsCIECAM02Init(cmsContext ContextID, const cmsViewingConditions* pVC) in cmsCIECAM02Init()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h99 CMSAPI void CMSEXPORT cmsSignalError(cmsContext ContextID, cmsUInt32Number ErrorCode…
103 CMSAPI void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size);
104 CMSAPI void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size);
105 CMSAPI void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32…
106 CMSAPI void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number Ne…
107 CMSAPI void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr);
108 CMSAPI void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Numb…
116 cmsContext ContextID;
187 typedef void (* _cmsFreeUserDataFn)(cmsContext ContextID, void* Data);
188 typedef void* (* _cmsDupUserDataFn)(cmsContext ContextID, const void* Data);
[all …]
Dlcms2.h1029 typedef struct _cmsContext_struct* cmsContext; typedef
1031 CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData);
1032 CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContexID);
1033 CMSAPI cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData);
1034 CMSAPI void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID);
1039 CMSAPI cmsBool CMSEXPORT cmsPluginTHR(cmsContext ContextID, void* Plugin);
1041 CMSAPI void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID);
1074 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const…
1078 CMSAPI void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextID, cmsLogErrorHandle…
1141 CMSAPI cmsHANDLE CMSEXPORT cmsCIECAM02Init(cmsContext ContextID, const cmsViewingConditions…
[all …]
/external/pdfium/third_party/lcms/
D0000-cmserr-changes.patch34 -cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
41 -void* _cmsMallocDefaultFn(cmsContext ContextID, cmsUInt32Number size)
42 +cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin)
52 +void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size)
59 -void* _cmsMallocZeroDefaultFn(cmsContext ContextID, cmsUInt32Number size)
60 +void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size)
75 -void _cmsFreeDefaultFn(cmsContext ContextID, void *Ptr)
77 +void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size)
94 -void* _cmsReallocDefaultFn(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
96 +void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size)
[all …]
D0030-const-data.patch7 cmsFormatterAlphaFn _cmsGetFormatterAlpha(cmsContext id, cmsUInt32Number in, cmsUInt32Number out)
27 @@ -161,7 +161,7 @@ cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase*
40 -_cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int* inde…
41 +const _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int…
48 @@ -269,7 +269,7 @@ cmsToneCurve* AllocateToneCurveStruct(cmsContext ContextID, cmsInt32Number nEntr
57 @@ -714,7 +714,7 @@ cmsToneCurve* CMSEXPORT cmsBuildParametricToneCurve(cmsContext ContextID, cmsInt
D0005-old-fix-e-with-tilde.patch32 @@ -839,7 +839,7 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
41 @@ -878,16 +878,16 @@ _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
D0008-infinite-loop-GrowNamedColorList.patch5 @@ -546,7 +546,7 @@ cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUIn
D0027-changes-from-beginning-of-time.patch23 cmsContext ContextID;
106 cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID)
/external/ImageMagick/MagickCore/
Dprofile.c378 static void* cmsGetContextUserData(cmsContext ContextID) in cmsGetContextUserData()
383 static cmsContext cmsCreateContext(void *magick_unused(Plugin),void *UserData) in cmsCreateContext()
386 return((cmsContext) UserData); in cmsCreateContext()
389 static void cmsSetLogErrorHandlerTHR(cmsContext magick_unused(ContextID), in cmsSetLogErrorHandlerTHR()
396 static void cmsDeleteContext(cmsContext magick_unused(ContextID)) in cmsDeleteContext()
463 cmsContext cms_context) in AcquireTransformThreadSet()
491 static void CMSExceptionHandler(cmsContext context,cmsUInt32Number severity, in CMSExceptionHandler()
928 if (cms_context != (cmsContext) NULL) \ in ProfileImage()
1009 cmsContext in ProfileImage()
1025 if (cms_context == (cmsContext) NULL) in ProfileImage()

12