|
MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Data Structures | |
| struct | UTFInfo |
Macros | |
| #define | EILSEQ ENOENT |
| #define | MaxMultibyteCodes 6 |
Functions | |
| MagickPrivate MagickBooleanType | IsGlob (const char *) magick_attribute((__pure__)) |
| static unsigned char * | ConvertLatin1ToUTF8 (const unsigned char *magick_restrict content) |
| static int | GetNextUTFCode (const char *magick_restrict text, unsigned int *magick_restrict octets) |
| static int | GetUTFCode (const char *magick_restrict text) |
| static unsigned int | GetUTFOctets (const char *magick_restrict text) |
| static MagickBooleanType | IsNonBreakingUTFSpace (const int code) |
| static MagickBooleanType | IsUTFSpace (const int code) |
| static MagickBooleanType | IsUTFValid (int code) |
| static MagickBooleanType | IsUTFAscii (int code) |
Variables | |
| static UTFInfo | utf_info [MaxMultibyteCodes] |
| #define EILSEQ ENOENT |
Definition at line 26 of file token-private.h.
| #define MaxMultibyteCodes 6 |
Definition at line 29 of file token-private.h.
|
inlinestatic |
Definition at line 54 of file token-private.h.
References AcquireQuantumMemory(), and magick_restrict.
Referenced by CanonicalXMLContent().
|
inlinestatic |
Definition at line 96 of file token-private.h.
References UTFInfo::code_value, EILSEQ, MaxMultibyteCodes, utf_info, and UTFInfo::utf_mask.
Referenced by GetUTFCode(), and GetUTFOctets().
|
inlinestatic |
Definition at line 138 of file token-private.h.
References GetNextUTFCode().
Referenced by FormatMagickCaption(), and GlobExpression().
|
inlinestatic |
Definition at line 146 of file token-private.h.
References GetNextUTFCode().
Referenced by FormatMagickCaption(), GlobExpression(), and ReplaceSpaceWithNewline().
| MagickPrivate MagickBooleanType IsGlob | ( | const char * | path | ) |
Definition at line 596 of file token.c.
References IsPathAccessible(), MagickFalse, and MagickTrue.
Referenced by ExpandFilenames(), InterpretImageProperties(), and SetImageInfo().
|
inlinestatic |
Definition at line 155 of file token-private.h.
References MagickFalse, and MagickTrue.
Referenced by FormatMagickCaption().
|
inlinestatic |
Definition at line 185 of file token-private.h.
References MagickFalse, and MagickTrue.
|
inlinestatic |
Definition at line 162 of file token-private.h.
References MagickFalse, and MagickTrue.
Referenced by FormatMagickCaption().
|
inlinestatic |
Definition at line 173 of file token-private.h.
References MagickFalse, and MagickTrue.
|
static |
Definition at line 44 of file token-private.h.
Referenced by GetNextUTFCode().