|
MagickWand
6.9.7
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"Functions | |
| WandExport size_t | AcquireWandId (void) |
| WandExport void | DestroyWandIds (void) |
| WandExport void | RelinquishWandId (const size_t id) |
Variables | |
| static SplayTreeInfo * | wand_ids = (SplayTreeInfo *) NULL |
| static MagickBooleanType | instantiate_wand = MagickFalse |
| static SemaphoreInfo * | wand_semaphore = (SemaphoreInfo *) NULL |
| WandExport size_t AcquireWandId | ( | void | ) |
References _WandView::id, instantiate_wand, wand_ids, and wand_semaphore.
Referenced by CloneDrawingWand(), CloneMagickWand(), CloneMagickWandFromImages(), ClonePixelIterator(), ClonePixelView(), ClonePixelWand(), CloneWandView(), NewDrawingWand(), NewMagickWand(), NewPixelIterator(), NewPixelRegionIterator(), NewPixelView(), NewPixelViewRegion(), NewPixelWand(), NewWandView(), and NewWandViewExtent().
| WandExport void DestroyWandIds | ( | void | ) |
References instantiate_wand, wand_ids, and wand_semaphore.
Referenced by MagickWandTerminus().
| WandExport void RelinquishWandId | ( | const size_t | id | ) |
References _WandView::id, wand_ids, and wand_semaphore.
Referenced by DestroyDrawingWand(), DestroyMagickWand(), DestroyPixelIterator(), DestroyPixelView(), DestroyPixelWand(), and DestroyWandView().
|
static |
Referenced by AcquireWandId(), and DestroyWandIds().
|
static |
Referenced by AcquireWandId(), DestroyWandIds(), and RelinquishWandId().
|
static |
Referenced by AcquireWandId(), DestroyWandIds(), and RelinquishWandId().