
Go to the source code of this file.
Data Structures | |
| struct | _TypeInfo |
Typedefs | |
| typedef struct _TypeInfo | TypeInfo |
Enumerations | |
| enum | StretchType { UndefinedStretch, NormalStretch, UltraCondensedStretch, ExtraCondensedStretch, CondensedStretch, SemiCondensedStretch, SemiExpandedStretch, ExpandedStretch, ExtraExpandedStretch, UltraExpandedStretch, AnyStretch } |
| enum | StyleType { UndefinedStyle, NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle } |
Functions | |
| MagickExport char ** | GetTypeList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport MagickBooleanType | ListTypeInfo (FILE *, ExceptionInfo *) |
| MagickExport MagickBooleanType | TypeComponentGenesis (void) |
| MagickExport const TypeInfo * | GetTypeInfo (const char *, ExceptionInfo *) |
| MagickExport const TypeInfo ** | GetTypeInfoByFamily (const char *, const StyleType, const StretchType, const unsigned long, ExceptionInfo *) |
| MagickExport const TypeInfo **** | GetTypeInfoList (const char *, unsigned long *, ExceptionInfo *) |
| MagickExport void | TypeComponentTerminus (void) |
| enum StretchType |
| enum StyleType |
| MagickExport const TypeInfo* GetTypeInfo | ( | const char * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport const TypeInfo* * GetTypeInfoByFamily | ( | const char * | , | |
| const | StyleType, | |||
| const | StretchType, | |||
| const unsigned long | , | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport const TypeInfo* * ** GetTypeInfoList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 459 of file type.c.
References AcquireQuantumMemory(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetTypeInfo(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _TypeInfo::name, ResetSplayTreeIterator(), _TypeInfo::stealth, TraceEvent, type_list, type_semaphore, TypeInfoCompare(), and UnlockSemaphoreInfo().
Referenced by ListTypeInfo().
| MagickExport char** GetTypeList | ( | const char * | , | |
| unsigned long * | , | |||
| ExceptionInfo * | ||||
| ) |
Definition at line 552 of file type.c.
References AcquireQuantumMemory(), ConstantString(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetTypeInfo(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _TypeInfo::name, ResetSplayTreeIterator(), _TypeInfo::stealth, TraceEvent, type_list, type_semaphore, TypeCompare(), and UnlockSemaphoreInfo().
| MagickExport MagickBooleanType ListTypeInfo | ( | FILE * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport MagickBooleanType TypeComponentGenesis | ( | void | ) |
Definition at line 1345 of file type.c.
References AcquireSemaphoreInfo(), MagickTrue, and type_semaphore.
Referenced by MagickCoreGenesis().
| MagickExport void TypeComponentTerminus | ( | void | ) |
Definition at line 1369 of file type.c.
References AcquireSemaphoreInfo(), DestroySemaphoreInfo(), DestroySplayTree(), instantiate_type, LockSemaphoreInfo(), MagickFalse, type_list, type_semaphore, and UnlockSemaphoreInfo().
Referenced by MagickCoreTerminus().
1.6.1