ThresholdMap      837 magick/threshold.c MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map)
ThresholdMap      839 magick/threshold.c   assert(map != (ThresholdMap *) NULL);
ThresholdMap      846 magick/threshold.c   map=(ThresholdMap *) RelinquishMagickMemory(map);
ThresholdMap      880 magick/threshold.c MagickExport ThresholdMap *GetThresholdMapFile(const char *xml,
ThresholdMap      890 magick/threshold.c   ThresholdMap
ThresholdMap      899 magick/threshold.c   map = (ThresholdMap *)NULL;
ThresholdMap      935 magick/threshold.c   map = (ThresholdMap *)AcquireMagickMemory(sizeof(ThresholdMap));
ThresholdMap      936 magick/threshold.c   if ( map == (ThresholdMap *)NULL )
ThresholdMap     1079 magick/threshold.c MagickExport ThresholdMap *GetThresholdMap(const char *map_id,
ThresholdMap     1088 magick/threshold.c   ThresholdMap
ThresholdMap     1091 magick/threshold.c   map=(ThresholdMap *)NULL;
ThresholdMap     1094 magick/threshold.c           != (const StringInfo *) NULL && map == (ThresholdMap *)NULL )
ThresholdMap     1376 magick/threshold.c   ThresholdMap
ThresholdMap     1408 magick/threshold.c     if ( map == (ThresholdMap *)NULL ) {
ThresholdMap       32 magick/threshold.h extern MagickExport ThresholdMap
ThresholdMap       33 magick/threshold.h   *DestroyThresholdMap(ThresholdMap *),