MagickWand  6.9.10
Convert, Edit, Or Compose Bitmap Images
wand-view.c File Reference
#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/magick-wand-private.h"
#include "wand/wand.h"
#include "magick/monitor-private.h"
#include "magick/thread-private.h"
Include dependency graph for wand-view.c:

Data Structures

struct  _WandView
 

Macros

#define WandViewId   "WandView"
 

Functions

WandExport WandViewCloneWandView (const WandView *wand_view)
 
static PixelWand *** DestroyPixelsThreadSet (PixelWand ***pixel_wands, const size_t number_wands, const size_t number_threads)
 
WandExport WandViewDestroyWandView (WandView *wand_view)
 
WandExport MagickBooleanType DuplexTransferWandViewIterator (WandView *source, WandView *duplex, WandView *destination, DuplexTransferWandViewMethod transfer, void *context)
 
WandExport char * GetWandViewException (const WandView *wand_view, ExceptionType *severity)
 
WandExport RectangleInfo GetWandViewExtent (const WandView *wand_view)
 
WandExport MagickBooleanType GetWandViewIterator (WandView *source, GetWandViewMethod get, void *context)
 
WandExport PixelWand ** GetWandViewPixels (const WandView *wand_view)
 
WandExport MagickWandGetWandViewWand (const WandView *wand_view)
 
WandExport MagickBooleanType IsWandView (const WandView *wand_view)
 
static PixelWand *** AcquirePixelsThreadSet (const size_t number_wands, const size_t number_threads)
 
WandExport WandViewNewWandView (MagickWand *wand)
 
WandExport WandViewNewWandViewExtent (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t width, const size_t height)
 
MagickExport void SetWandViewDescription (WandView *wand_view, const char *description)
 
WandExport MagickBooleanType SetWandViewIterator (WandView *destination, SetWandViewMethod set, void *context)
 
MagickExport void SetWandViewThreads (WandView *image_view, const size_t number_threads)
 
WandExport MagickBooleanType TransferWandViewIterator (WandView *source, WandView *destination, TransferWandViewMethod transfer, void *context)
 
WandExport MagickBooleanType UpdateWandViewIterator (WandView *source, UpdateWandViewMethod update, void *context)
 

Macro Definition Documentation

#define WandViewId   "WandView"

Function Documentation

static PixelWand*** AcquirePixelsThreadSet ( const size_t  number_wands,
const size_t  number_threads 
)
static
static PixelWand*** DestroyPixelsThreadSet ( PixelWand ***  pixel_wands,
const size_t  number_wands,
const size_t  number_threads 
)
static
WandExport char* GetWandViewException ( const WandView wand_view,
ExceptionType *  severity 
)
WandExport RectangleInfo GetWandViewExtent ( const WandView wand_view)
WandExport PixelWand** GetWandViewPixels ( const WandView wand_view)
WandExport MagickWand* GetWandViewWand ( const WandView wand_view)
WandExport MagickBooleanType IsWandView ( const WandView wand_view)
MagickExport void SetWandViewDescription ( WandView wand_view,
const char *  description 
)
MagickExport void SetWandViewThreads ( WandView image_view,
const size_t  number_threads 
)