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

  /external/ImageMagick/MagickCore/
cache-private.h 123 *metacontent; member in struct:_NexusInfo
186 *metacontent; member in struct:_CacheInfo
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...]
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-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...]
stream.c 212 cache_info->metacontent=(void *) NULL;
308 % GetAuthenticMetacontentFromStream() returns the metacontent corresponding
332 return(cache_info->metacontent);
655 return(cache_info->metacontent);
787 cache_info->metacontent=(void *) NULL;
789 cache_info->metacontent=(void *) (cache_info->pixels+number_pixels*
    [all...]
  /external/ImageMagick/www/api/
cache.php 81 <p>GetAuthenticMetacontent() returns the authentic metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the associated pixels are not available.</p>
129 <p>Pixels accessed via the returned pointer represent a simple array of type Quantum. If the image has corresponding metacontent,call GetAuthenticMetacontent() after invoking GetAuthenticPixels() to obtain the meta-content corresponding to the region. Once the Quantum array has been updated, the changes must be saved back to the underlying image using SyncAuthenticPixels() or they may be lost.</p>
271 <p>GetVirtualMetacontent() returns the virtual metacontent corresponding with the last call to QueueAuthenticPixels() or GetVirtualPixels(). NULL is returned if the meta-content are not available.</p>

Completed in 111 milliseconds