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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c 469 _cmsTransformPluginChunkType _cmsTransformPluginChunk = { NULL };
477 _cmsTransformPluginChunkType newHead = { NULL };
480 _cmsTransformPluginChunkType* head = (_cmsTransformPluginChunkType*) src->chunks[TransformPlugin];
503 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPluginChunkType));
515 static _cmsTransformPluginChunkType TransformPluginChunkType = { NULL };
516 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx ->MemPool, &TransformPluginChunkType, sizeof(_cmsTransformPluginChunkType));
527 _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID,TransformPlugin);
591 _cmsTransformPluginChunkType* ctx = ( _cmsTransformPluginChunkType*) _cmsContextGetClientChunk(ContextID, TransformPlugin)
    [all...]
lcms2_internal.h 617 } _cmsTransformPluginChunkType;
620 extern _cmsTransformPluginChunkType _cmsTransformPluginChunk;
    [all...]

Completed in 37 milliseconds