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

  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 444 struct _cmsContext_struct {
446 struct _cmsContext_struct* Next; // Points to next context in the new style
457 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
478 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
479 const struct _cmsContext_struct* src);
492 void _cmsAllocAlarmCodesChunk(struct _cmsContext_struct* ctx,
493 const struct _cmsContext_struct* src);
506 void _cmsAllocAdaptationStateChunk(struct _cmsContext_struct* ctx,
507 const struct _cmsContext_struct* src);
514 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx,
    [all...]
cmsplugin.c 510 struct _cmsContext_struct* ctx = _cmsGetContext(ContextID);
620 static struct _cmsContext_struct globalContext = {
648 static struct _cmsContext_struct* _cmsContextPoolHead = NULL;
651 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID)
653 struct _cmsContext_struct* id = (struct _cmsContext_struct*) ContextID;
654 struct _cmsContext_struct* ctx;
679 struct _cmsContext_struct* ctx;
754 struct _cmsContext_struct* ctx;
755 struct _cmsContext_struct fakeContext
    [all...]
cmserr.c 123 void _cmsAllocMemPluginChunk(struct _cmsContext_struct* ctx, const struct _cmsContext_struct* src)
315 void _cmsAllocLogErrorChunk(struct _cmsContext_struct* ctx,
316 const struct _cmsContext_struct* src)
436 void _cmsAllocMutexPluginChunk(struct _cmsContext_struct* ctx,
437 const struct _cmsContext_struct* src)
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)
604 void DupPluginTransformList(struct _cmsContext_struct* ctx,
605 const struct _cmsContext_struct* src)
637 void _cmsAllocTransformPluginChunk(struct _cmsContext_struct* ctx,
638 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 70 void DupPluginCurvesList(struct _cmsContext_struct* ctx,
71 const struct _cmsContext_struct* src)
105 void _cmsAllocCurvesPluginChunk(struct _cmsContext_struct* ctx,
106 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/lcms/include/
lcms2.h     [all...]

Completed in 660 milliseconds