Home
last modified time | relevance | path

Searched defs:ContextID (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c257 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin()
263 void* CMSEXPORT _cmsMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsMalloc()
269 void* CMSEXPORT _cmsMallocZero(cmsContext ContextID, cmsUInt32Number size) in _cmsMallocZero()
277 void* CMSEXPORT _cmsCalloc(cmsContext ContextID, cmsUInt32Number num, cmsUInt32Number size) in _cmsCalloc()
287 void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number size) in _cmsRealloc()
293 void CMSEXPORT _cmsFree(cmsContext ContextID, void* Ptr) in _cmsFree()
299 void* CMSEXPORT _cmsDupMem(cmsContext ContextID, const void* Org, cmsUInt32Number size) in _cmsDupMem()
358 _cmsSubAllocator_chunk* _cmsCreateSubAllocChunk(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAllocChunk()
388 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial) in _cmsCreateSubAlloc()
521 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Te… in DefaultLogErrorHandlerFunction()
[all …]
Dcmsvirt.c37 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetTextTags() local
66 cmsContext ContextID = cmsGetProfileContextID(hProfile); in SetSeqDescTag() local
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() local
220 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildRGBInputMatrixShaper() local
272 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatInputTag() local
319 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadInputLUT() local
419 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildGrayOutputPipeline() local
463 cmsContext ContextID = cmsGetProfileContextID(hProfile); in BuildRGBOutputMatrixShaper() local
545 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatOutputTag() local
591 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadOutputLUT() local
667 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadFloatDevicelinkTag() local
712 cmsContext ContextID = cmsGetProfileContextID(hProfile); in _cmsReadDevicelinkLUT() local
[all …]
Dcmsgamma.c127 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterParametricCurvesPlugin()
178 _cmsParametricCurvesCollection *GetParametricCurveByType(cmsContext ContextID, int Type, int* index) in GetParametricCurveByType()
213 cmsToneCurve* AllocateToneCurveStruct(cmsContext ContextID, cmsInt32Number nEntries, in AllocateToneCurveStruct()
620 cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurve16(cmsContext ContextID, cmsInt32Number nEntries,… in cmsBuildTabulatedToneCurve16()
634 cmsToneCurve* CMSEXPORT cmsBuildSegmentedToneCurve(cmsContext ContextID, in cmsBuildSegmentedToneCurve()
669 cmsToneCurve* CMSEXPORT cmsBuildTabulatedToneCurveFloat(cmsContext ContextID, cmsUInt32Number nEntr… in cmsBuildTabulatedToneCurveFloat()
713 cmsToneCurve* CMSEXPORT cmsBuildParametricToneCurve(cmsContext ContextID, cmsInt32Number Type, cons… in cmsBuildParametricToneCurve()
742 cmsToneCurve* CMSEXPORT cmsBuildGamma(cmsContext ContextID, cmsFloat64Number Gamma) in cmsBuildGamma()
751 cmsContext ContextID; in cmsFreeToneCurve() local
835 cmsToneCurve* CMSEXPORT cmsJoinToneCurve(cmsContext ContextID, in cmsJoinToneCurve()
[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, int 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, int nChan) in _cmsStageAllocIdentityCLut()
[all …]
Dcmsopt.c35 cmsContext ContextID; member
49 cmsContext ContextID; member
77 cmsContext ContextID; member
95 cmsContext ContextID; member
239 void PrelinOpt16free(cmsContext ContextID, void* ptr) in PrelinOpt16free()
250 void* Prelin16dup(cmsContext ContextID, const void* ptr) in Prelin16dup()
265 Prelin16Data* PrelinOpt16alloc(cmsContext ContextID, in PrelinOpt16alloc()
757 Prelin8Data* PrelinOpt8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) in PrelinOpt8alloc()
809 void Prelin8free(cmsContext ContextID, void* ptr) in Prelin8free()
815 void* Prelin8dup(cmsContext ContextID, const void* ptr) in Prelin8dup()
[all …]
Dcmsplugin.c519 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsPluginMalloc()
661 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
687 void* _cmsContextGetClientChunk(cmsContext ContextID, _cmsMemoryClient mc) in _cmsContextGetClientChunk()
714 void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) in cmsUnregisterPluginsTHR()
822 cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) in cmsDupContext()
904 void CMSEXPORT cmsDeleteContext(cmsContext ContextID) in cmsDeleteContext()
952 void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID) in cmsGetContextUserData()
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() local
Dcmsio0.c99 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromNULL(cmsContext ContextID) in cmsOpenIOhandlerFromNULL()
237 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromMem(cmsContext ContextID, void *Buffer, cmsUInt32Number… in cmsOpenIOhandlerFromMem()
366 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const … in cmsOpenIOhandlerFromFile()
423 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromStream(cmsContext ContextID, FILE* Stream) in cmsOpenIOhandlerFromStream()
464 cmsHPROFILE CMSEXPORT cmsCreateProfilePlaceholder(cmsContext ContextID) in cmsCreateProfilePlaceholder()
989 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandlerTHR(cmsContext ContextID, cmsIOHANDLER* io) in cmsOpenProfileFromIOhandlerTHR()
1008 cmsHPROFILE CMSEXPORT cmsOpenProfileFromIOhandler2THR(cmsContext ContextID, cmsIOHANDLER* io, cmsBo… in cmsOpenProfileFromIOhandler2THR()
1034 cmsHPROFILE CMSEXPORT cmsOpenProfileFromFileTHR(cmsContext ContextID, const char *lpFileName, const… in cmsOpenProfileFromFileTHR()
1068 cmsHPROFILE CMSEXPORT cmsOpenProfileFromStreamTHR(cmsContext ContextID, FILE* ICCProfile, const ch… in cmsOpenProfileFromStreamTHR()
1102 cmsHPROFILE CMSEXPORT cmsOpenProfileFromMemTHR(cmsContext ContextID, const void* MemPtr, cmsUInt32N… in cmsOpenProfileFromMemTHR()
[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()
523 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterTransformPlugin()
588 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, in AllocEmptyTransform()
801 cmsHTRANSFORM CMSEXPORT cmsCreateExtendedTransform(cmsContext ContextID, in cmsCreateExtendedTransform()
942 cmsHTRANSFORM CMSEXPORT cmsCreateMultiprofileTransformTHR(cmsContext ContextID, in cmsCreateMultiprofileTransformTHR()
994 cmsHTRANSFORM CMSEXPORT cmsCreateTransformTHR(cmsContext ContextID, in cmsCreateTransformTHR()
1022 cmsHTRANSFORM CMSEXPORT cmsCreateProofingTransformTHR(cmsContext ContextID, in cmsCreateProofingTransformTHR()
Dcmsmd5.c53 cmsContext ContextID; member
154 cmsHANDLE MD5alloc(cmsContext ContextID) in MD5alloc()
262 cmsContext ContextID; in cmsMD5computeID() local
Dcmscnvrt.c164 cmsIntentsList* SearchIntent(cmsContext ContextID, cmsUInt32Number Intent) in SearchIntent()
520 cmsPipeline* DefaultICCintents(cmsContext ContextID, in DefaultICCintents()
648 cmsPipeline* CMSEXPORT _cmsDefaultICCintents(cmsContext ContextID, in _cmsDefaultICCintents()
713 cmsPipeline* BlackPreservingKOnlyIntents(cmsContext ContextID, in BlackPreservingKOnlyIntents()
905 cmsPipeline* BlackPreservingKPlaneIntents(cmsContext ContextID, in BlackPreservingKPlaneIntents()
1018 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID, in _cmsLinkProfiles()
1073 cmsUInt32Number CMSEXPORT cmsGetSupportedIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cms… in cmsGetSupportedIntentsTHR()
Dcmsnamed.c33 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems) in cmsMLUalloc()
507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUIn… in cmsAllocNamedColorList()
718 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription()
812 cmsContext ContextID; member
817 cmsHANDLE CMSEXPORT cmsDictAlloc(cmsContext ContextID) in cmsDictAlloc()
857 wchar_t* DupWcs(cmsContext ContextID, const wchar_t* ptr) in DupWcs()
Dcmsps2.c831 cmsToneCurve* ExtractGray2Y(cmsContext ContextID, cmsHPROFILE hProfile, int Intent) in ExtractGray2Y()
1044 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()
Dcmssamp.c43 cmsContext ContextID = cmsGetProfileContextID(hProfile); in CreateRoundtripXForm() local
77 cmsContext ContextID = cmsGetProfileContextID(hInput); in BlackPointAsDarkerColorant() local
Dlcms2_internal.h377 cmsContext ContextID; member
657 cmsContext ContextID; member
690 cmsContext ContextID; member
707 cmsContext ContextID; member
793 cmsContext ContextID; member
850 cmsContext ContextID; // Environment member
995 cmsContext ContextID; member
Dcmssm.c68 cmsContext ContextID; member
301 cmsHANDLE CMSEXPORT cmsGBDAlloc(cmsContext ContextID) in cmsGBDAlloc()
Dcmscam02.c55 cmsContext ContextID; member
359 cmsHANDLE CMSEXPORT cmsCIECAM02Init(cmsContext ContextID, const cmsViewingConditions* pVC) in cmsCIECAM02Init()
Dcmsintrp.c60 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterInterpPlugin()
78 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p) in _cmsSetInterpolationRoutine()
103 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, in _cmsComputeInterpParamsEx()
154 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int Out… in _cmsComputeInterpParams()
Dcmstypes.c1616 cmsBool Read8bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, int nChannels) in Read8bitTables()
1665 cmsBool Write8bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsUInt32Number n, _cmsStageToneCur… in Write8bitTables()
1963 cmsBool Read16bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, int nChannels, i… in Read16bitTables()
2005 cmsBool Write16bitTables(cmsContext ContextID, cmsIOHANDLER* io, _cmsStageToneCurvesData* Tables) in Write16bitTables()
4793 cmsContext ContextID; member
4805 cmsBool AllocElem(cmsContext ContextID, _cmsDICelem* e, cmsUInt32Number Count) in AllocElem()
4843 cmsBool AllocArray(cmsContext ContextID, _cmsDICarray* a, cmsUInt32Number Count, cmsUInt32Number Le… in AllocArray()
5348 cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig) in _cmsGetTagTypeHandler()
5544 cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig) in _cmsGetTagDescriptor()
Dcmscgats.c175 cmsContext ContextID; // The threading context member
1280 cmsHANDLE CMSEXPORT cmsIT8Alloc(cmsContext ContextID) in cmsIT8Alloc()
2294 cmsHANDLE CMSEXPORT cmsIT8LoadFromMem(cmsContext ContextID, void *Ptr, cmsUInt32Number len) in cmsIT8LoadFromMem()
2336 cmsHANDLE CMSEXPORT cmsIT8LoadFromFile(cmsContext ContextID, const char* cFileName) in cmsIT8LoadFromFile()
Dcmspack.c3285 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterFormattersPlugin()
3309 cmsFormatter _cmsGetFormatter(cmsContext ContextID, in _cmsGetFormatter()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h116 cmsContext ContextID; member
287 cmsContext ContextID; // The calling thread member
406 cmsContext ContextID; member
Dlcms2.h1383 cmsContext ContextID; member