OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cmsIntentsPluginChunkType
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmscnvrt.c
111
_cmsIntentsPluginChunkType
_cmsIntentsPluginChunk = { NULL };
118
_cmsIntentsPluginChunkType
newHead = { NULL };
121
_cmsIntentsPluginChunkType
* head = (
_cmsIntentsPluginChunkType
*) src->chunks[IntentPlugin];
144
ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(
_cmsIntentsPluginChunkType
));
156
static
_cmsIntentsPluginChunkType
IntentsPluginChunkType = { NULL };
157
ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx ->MemPool, &IntentsPluginChunkType, sizeof(
_cmsIntentsPluginChunkType
));
166
_cmsIntentsPluginChunkType
* ctx = (
_cmsIntentsPluginChunkType
*) _cmsContextGetClientChunk(ContextID, IntentPlugin);
[
all
...]
lcms2_internal.h
587
}
_cmsIntentsPluginChunkType
;
591
extern
_cmsIntentsPluginChunkType
_cmsIntentsPluginChunk;
[
all
...]
Completed in 35 milliseconds