Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:TableType

937   } TableType;
952 TableType
965 table=(TableType *) AcquireQuantumMemory(1UL << 12,sizeof(*table));
966 if (table == (TableType *) NULL)
1044 table=(TableType *) RelinquishMagickMemory(table);