HomeSort by relevance Sort by last modified time
    Searched refs:_cmsContext_struct (Results 1 - 11 of 11) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 431 struct _cmsContext_struct {
433 struct _cmsContext_struct* Next; // Points to next context in the new style
444 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
465 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
466 const struct _cmsContext_struct* src);
479 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
480 const struct _cmsContext_struct* src);
493 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
494 const struct _cmsContext_struct* src);
501 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx,
    [all...]
cmsplugin.c 525 struct _cmsContext_struct* ctx = _cmsGetContext(ContextID);
634 static struct _cmsContext_struct globalContext = {
662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL;
665 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID)
667 struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID;
668 struct _cmsContext_struct* ctx;
693 struct _cmsContext_struct* ctx;
762 struct _cmsContext_struct* ctx;
763 struct _cmsContext_struct fakeContext
    [all...]
cmserr.c 178 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
231 struct _cmsContext_struct* ctx = ( struct _cmsContext_struct*) ContextID;
310 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
503 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
504 const struct _cmsContext_struct* src)
624 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx,
625 const struct _cmsContext_struct* src
    [all...]
cmsxform.c 38 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
39 const struct _cmsContext_struct* src)
128 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
129 const struct _cmsContext_struct* src)
474 void DupPluginTransformList(struct _cmsContext_struct* ctx,
475 const struct _cmsContext_struct* src)
506 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx,
507 const struct _cmsContext_struct* src)
    [all...]
cmscnvrt.c 115 void DupPluginIntentsList(struct _cmsContext_struct* ctx,
116 const struct _cmsContext_struct* src)
147 void _cmsAllocIntentsPluginChunk(struct _cmsContext_struct* ctx,
148 const struct _cmsContext_struct* src)
    [all...]
cmsgamma.c 71 void DupPluginCurvesList(struct _cmsContext_struct* ctx,
72 const struct _cmsContext_struct* src)
106 void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx,
107 const struct _cmsContext_struct* src)
    [all...]
cmsopt.c     [all...]
cmstypes.c     [all...]
cmsintrp.c 39 void _cmsAllocInterpPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
    [all...]
cmspack.c     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 118 milliseconds