Lines Matching refs:pixels
286 % GetCacheViewAuthenticPixels() gets pixels from the in-memory or disk pixel
287 % cache as defined by the geometry parameters. A pointer to the pixels is
288 % returned if the pixels are transferred, otherwise a NULL is returned.
301 % pixels.
314 *magick_restrict pixels;
319 pixels=GetAuthenticPixelCacheNexus(cache_view->image,x,y,columns,rows,
321 return(pixels);
374 % GetCacheViewAuthenticPixelQueue() returns the pixels associated with the
376 % GetCacheViewAuthenticPixels(). The pixels are authentic and therefore can be
397 return(cache_view->nexus_info[id]->pixels);
446 % GetCacheViewExtent() returns the extent of the pixels associated with the
602 % GetCacheViewVirtualPixelQueue() returns the the pixels associated with
603 % the last call to GetCacheViewVirtualPixels(). The pixels are virtual
623 *magick_restrict pixels;
629 pixels=GetVirtualPixelsNexus(cache_view->image->cache,
631 return(pixels);
646 % GetCacheViewVirtualPixels() gets virtual pixels from the in-memory or
648 % pixels is returned if the pixels are transferred, otherwise a NULL is
662 % pixels.
675 *magick_restrict pixels;
680 pixels=GetVirtualPixelsFromNexus(cache_view->image,
683 return(pixels);
977 % QueueCacheViewAuthenticPixels() queues authentic pixels from the in-memory or
979 % pixels is returned if the pixels are transferred, otherwise a NULL is
993 % pixels.
1006 *magick_restrict pixels;
1011 pixels=QueueAuthenticPixelCacheNexus(cache_view->image,x,y,columns,rows,
1013 return(pixels);
1108 % SyncCacheViewAuthenticPixels() saves the cache view pixels to the in-memory