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

  /external/pdfium/third_party/lcms/src/
cmsxform.c 599 _cmsTransformPluginChunkType _cmsTransformPluginChunk = { NULL };
607 _cmsTransformPluginChunkType newHead = { NULL };
610 _cmsTransformPluginChunkType* head = (_cmsTransformPluginChunkType*) src->chunks[TransformPlugin];
633 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPluginChunkType));
646 static _cmsTransformPluginChunkType TransformPluginChunkType = { NULL };
647 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_cmsTransformPluginChunkType));
687 _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID,TransformPlugin);
759 _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID, TransformPlugin)
    [all...]
lcms2_internal.h 630 } _cmsTransformPluginChunkType;
633 extern _cmsTransformPluginChunkType _cmsTransformPluginChunk;
    [all...]

Completed in 100 milliseconds