|
MagickCore
6.7.5
|
#include "MagickCore/magick-config.h"#include <stdarg.h>#include <stdio.h>#include <ctype.h>#include <locale.h>#include <errno.h>#include <fcntl.h>#include <math.h>#include <time.h>#include <limits.h>#include <signal.h>#include <assert.h>#include <sys/types.h>#include <sys/stat.h>#include <dirent.h>#include <sys/wait.h>#include <pwd.h>#include "MagickCore/magick-type.h"#include <sys/time.h>
Go to the source code of this file.
Defines | |
| #define | MAGICKCORE_POSIX_SUPPORT |
| #define | MAGICKCORE_IMPLEMENTATION 1 |
| #define | _MAGICKCORE_CONFIG_H |
| #define | STDC |
| #define | MagickExport |
| #define | MagickPrivate |
| #define | ModuleExport MagickExport |
| #define | MagickGlobal |
| #define | MagickSignature 0xabacadabUL |
| #define | MaxTextExtent 4096 |
| #define | magick_aligned(x) |
| #define | magick_attribute(x) |
| #define | magick_unused(x) x |
| #define | NAMLEN(dirent) strlen((dirent)->d_name) |
| #define | S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) |
| #define | S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) |
| #define | S_MODE 0600 |
| #define | DirectorySeparator "/" |
| #define | DirectoryListSeparator ':' |
| #define | EditorOptions " -title \"Edit Image Comment\" -e vi" |
| #define | Exit exit |
| #define | IsBasenameSeparator(c) ((c) == '/' ? MagickTrue : MagickFalse) |
| #define | X11_PREFERENCES_PATH "~/." |
| #define | ProcessPendingEvents(text) |
| #define | ReadCommandlLine(argc, argv) |
| #define | SetNotifyHandlers |
| #define | STDIN_FILENO 0x00 |
| #define | O_BINARY 0x00 |
| #define | PATH_MAX 4096 |
| #define | Swap(x, y) ((x)^=(y), (y)^=(x), (x)^=(y)) |
| #define DirectoryListSeparator ':' |
Definition at line 343 of file studio.h.
Referenced by GetConfigurePaths().
| #define DirectorySeparator "/" |
Definition at line 342 of file studio.h.
Referenced by LoadCoderList(), LoadColorList(), GetConfigurePaths(), LoadConfigureList(), LoadDelegateList(), LoadLocaleList(), TranslateEvent(), LoadLogList(), LoadMagicList(), MagickCoreGenesis(), LoadMimeList(), LoadPolicyList(), GetPathTemplate(), GetMagickToken(), LoadTypeList(), LoadTypeLists(), AcquireUniqueSymbolicLink(), ExpandFilename(), ExpandFilenames(), GetExecutionPath(), and GetMagickHomeURL().
| #define EditorOptions " -title \"Edit Image Comment\" -e vi" |
| #define IsBasenameSeparator | ( | c | ) | ((c) == '/' ? MagickTrue : MagickFalse) |
Definition at line 346 of file studio.h.
Referenced by GetPathComponent(), and GetPathComponents().
| #define O_BINARY 0x00 |
Definition at line 436 of file studio.h.
Referenced by BlobToFile(), FileToBlob(), FileToImage(), ImageToFile(), InjectImageBlob(), OpenPixelCacheOnDisk(), CopyDelegateFile(), GenerateEntropicChaos(), AcquireUniqueFileResource(), ConfigureFileToStringInfo(), and AcquireUniqueSymbolicLink().
| #define PATH_MAX 4096 |
Definition at line 440 of file studio.h.
Referenced by GetExecutionPath().
| #define S_ISDIR | ( | mode | ) | (((mode) & S_IFMT) == S_IFDIR) |
Definition at line 286 of file studio.h.
Referenced by GetPathTemplate(), and IsPathDirectory().
| #define S_ISREG | ( | mode | ) | (((mode) & S_IFMT) == S_IFREG) |
Definition at line 289 of file studio.h.
Referenced by IsPathAccessible().
| #define S_MODE 0600 |
Definition at line 319 of file studio.h.
Referenced by BlobToFile(), ImageToFile(), OpenPixelCacheOnDisk(), CopyDelegateFile(), and AcquireUniqueFileResource().
| #define Swap | ( | x, | |
| y | |||
| ) | ((x)^=(y), (y)^=(x), (x)^=(y)) |
Definition at line 455 of file studio.h.
Referenced by AcquireImage(), SetImageInfo(), IntegralRotateImage(), TransposeImage(), and TransverseImage().