ThresholdMap 890 magick/threshold.c MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map)
ThresholdMap 892 magick/threshold.c assert(map != (ThresholdMap *) NULL);
ThresholdMap 899 magick/threshold.c map=(ThresholdMap *) RelinquishMagickMemory(map);
ThresholdMap 933 magick/threshold.c MagickExport ThresholdMap *GetThresholdMapFile(const char *xml,
ThresholdMap 943 magick/threshold.c ThresholdMap
ThresholdMap 952 magick/threshold.c map = (ThresholdMap *)NULL;
ThresholdMap 988 magick/threshold.c map = (ThresholdMap *)AcquireMagickMemory(sizeof(ThresholdMap));
ThresholdMap 989 magick/threshold.c if ( map == (ThresholdMap *)NULL )
ThresholdMap 1132 magick/threshold.c MagickExport ThresholdMap *GetThresholdMap(const char *map_id,
ThresholdMap 1141 magick/threshold.c ThresholdMap
ThresholdMap 1145 magick/threshold.c if (map != (ThresholdMap *) NULL)
ThresholdMap 1153 magick/threshold.c if (map != (ThresholdMap *) NULL)
ThresholdMap 1158 magick/threshold.c return((ThresholdMap *) NULL);
ThresholdMap 1438 magick/threshold.c ThresholdMap
ThresholdMap 1470 magick/threshold.c if ( map == (ThresholdMap *)NULL ) {
ThresholdMap 32 magick/threshold.h extern MagickExport ThresholdMap
ThresholdMap 33 magick/threshold.h *DestroyThresholdMap(ThresholdMap *),