HomeSort by relevance Sort by last modified time
    Searched defs:metacontent (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/MagickCore/
cache-view.c 359 return(cache_view->nexus_info[id]->metacontent);
579 *magick_restrict metacontent;
585 metacontent=GetVirtualMetacontentFromNexus(cache_view->image->cache,
587 return(metacontent);
565 *magick_restrict metacontent; local
    [all...]
cache-private.h 123 *metacontent; member in struct:_NexusInfo
186 *metacontent; member in struct:_CacheInfo
distribute-cache.c 541 *metacontent;
565 Read distributed pixel cache metacontent.
590 metacontent=(const unsigned char *) GetVirtualMetacontent(image);
591 count=dpc_send(file,length,metacontent);
682 *metacontent;
685 Write distributed pixel cache metacontent.
710 metacontent=(unsigned char *) GetAuthenticMetacontent(image);
711 count=dpc_read(file,length,metacontent);
536 *metacontent; local
677 *metacontent; local
    [all...]
cache.c 598 (void) memcpy(clone_info->metacontent,cache_info->metacontent,
707 Clone metacontent.
746 if ((clone_nexus[id]->metacontent != (void *) NULL) &&
747 (cache_nexus[id]->metacontent != (void *) NULL))
748 (void) memcpy(clone_nexus[id]->metacontent,
749 cache_nexus[id]->metacontent,length*sizeof(unsigned char));
1069 *metacontent; local
2342 *magick_restrict metacontent; local
2428 *magick_restrict metacontent; local
    [all...]

Completed in 161 milliseconds