OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
521
struct
_cmsContext_struct
* ctx = _cmsGetContext(ContextID);
630
static struct
_cmsContext_struct
globalContext = {
658
static struct
_cmsContext_struct
* _cmsContextPoolHead = NULL;
661
struct
_cmsContext_struct
* _cmsGetContext(cmsContext ContextID)
663
struct
_cmsContext_struct
* id = (struct
_cmsContext_struct
*) ContextID;
664
struct
_cmsContext_struct
* ctx;
689
struct
_cmsContext_struct
* ctx;
758
struct
_cmsContext_struct
* ctx;
759
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 157 milliseconds