MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
method-attribute.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WandExport
 
#define WandPrivate
 
#define MagickWandSignature   0xabacadabUL
 
#define MagickPathExtent   4096
 
#define wand_aligned(x)   /* nothing */
 
#define wand_attribute(x)   /* nothing */
 
#define wand_unused(x)   x
 
#define wand_unreferenced(x)   /* nothing */
 
#define wand_alloc_size(x)   /* nothing */
 
#define wand_alloc_sizes(x, y)   /* nothing */
 
#define wand_cold_spot
 
#define wand_hot_spot
 

Macro Definition Documentation

◆ MagickPathExtent

#define MagickPathExtent   4096

Definition at line 78 of file method-attribute.h.

◆ MagickWandSignature

#define MagickWandSignature   0xabacadabUL

Definition at line 76 of file method-attribute.h.

◆ wand_aligned

#define wand_aligned (   x)    /* nothing */

Definition at line 92 of file method-attribute.h.

◆ wand_alloc_size

#define wand_alloc_size (   x)    /* nothing */

Definition at line 102 of file method-attribute.h.

◆ wand_alloc_sizes

#define wand_alloc_sizes (   x,
 
)    /* nothing */

Definition at line 103 of file method-attribute.h.

◆ wand_attribute

#define wand_attribute (   x)    /* nothing */

Definition at line 93 of file method-attribute.h.

◆ wand_cold_spot

#define wand_cold_spot

Definition at line 110 of file method-attribute.h.

◆ wand_hot_spot

#define wand_hot_spot

Definition at line 111 of file method-attribute.h.

◆ wand_unreferenced

#define wand_unreferenced (   x)    /* nothing */

Definition at line 95 of file method-attribute.h.

◆ wand_unused

#define wand_unused (   x)    x

Definition at line 94 of file method-attribute.h.

◆ WandExport

#define WandExport

Definition at line 71 of file method-attribute.h.

◆ WandPrivate

#define WandPrivate

Definition at line 72 of file method-attribute.h.