Home | History | Annotate | Download | only in src

Lines Matching refs:_cmsFormattersPluginChunkType

3210 _cmsFormattersPluginChunkType _cmsFormattersPluginChunk = { NULL };
3218 _cmsFormattersPluginChunkType newHead = { NULL };
3221 _cmsFormattersPluginChunkType* head = (_cmsFormattersPluginChunkType*) src->chunks[FormattersPlugin];
3246 ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPluginChunkType));
3261 static _cmsFormattersPluginChunkType FormattersPluginChunk = { NULL };
3262 ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx ->MemPool, &FormattersPluginChunk, sizeof(_cmsFormattersPluginChunkType));
3271 _cmsFormattersPluginChunkType* ctx = ( _cmsFormattersPluginChunkType*) _cmsContextGetClientChunk(ContextID, FormattersPlugin);
3298 _cmsFormattersPluginChunkType* ctx = ( _cmsFormattersPluginChunkType*) _cmsContextGetClientChunk(ContextID, FormattersPlugin);