map 442 Magick++/lib/Magick++/Image.h void map ( const Image &mapImage_ ,
map 676 Magick++/lib/STL.cpp image_.map( _mapImage, _dither );
map 47 Magick++/tests/colorHistogram.cpp std::map<Color,size_t> histogram;
map 67 Magick++/tests/colorHistogram.cpp std::map<Color,size_t>::const_iterator p=histogram.begin();
map 914 magick/blob.c *map;
map 995 magick/blob.c map=MapBlob(file,ReadMode,0,*length);
map 996 magick/blob.c if (map != (unsigned char *) NULL)
map 998 magick/blob.c (void) memcpy(blob,map,*length);
map 999 magick/blob.c (void) UnmapBlob(map,*length);
map 2105 magick/blob.c *map;
map 2124 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
map 2132 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
map 2135 magick/blob.c (void) posix_madvise(map,length,POSIX_MADV_SEQUENTIAL |
map 2144 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
map 2149 magick/blob.c if (map == (unsigned char *) MAP_FAILED)
map 2151 magick/blob.c return(map);
map 3914 magick/blob.c status=munmap(map,length);
map 3917 magick/blob.c (void) map;
map 388 magick/cipher.c map[4][4] =
map 470 magick/cipher.c RotateLeft(D[(text[map[1][j]] >> 8) & 0xff] ^
map 471 magick/cipher.c RotateLeft(D[(text[map[2][j]] >> 16) & 0xff] ^
map 472 magick/cipher.c RotateLeft(D[(text[map[3][j]] >> 24) & 0xff])));
map 477 magick/cipher.c alpha=(text[i] & 0x000000ff) | ((text[map[1][i]]) & 0x0000ff00) |
map 478 magick/cipher.c ((text[map[2][i]]) & 0x00ff0000) | ((text[map[3][i]]) & 0xff000000);
map 190 magick/constitute.c assert(map != (const char *) NULL);
map 191 magick/constitute.c (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",map);
map 203 magick/constitute.c status=ImportImagePixels(image,0,0,columns,rows,map,storage,pixels);
map 1747 magick/deprecate.c status=ExportImagePixels(image,x_offset,y_offset,columns,rows,map,type,pixels,
map 1719 magick/enhance.c *map,
map 1739 magick/enhance.c map=(MagickPixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*map));
map 1742 magick/enhance.c (map == (MagickPixelPacket *) NULL))
map 1744 magick/enhance.c if (map != (MagickPixelPacket *) NULL)
map 1745 magick/enhance.c map=(MagickPixelPacket *) RelinquishMagickMemory(map);
map 1806 magick/enhance.c map[i]=intensity;
map 1808 magick/enhance.c black=map[0];
map 1809 magick/enhance.c white=map[(int) MaxMap];
map 1818 magick/enhance.c ((MaxMap*(map[i].red-black.red))/(white.red-black.red)));
map 1821 magick/enhance.c ((MaxMap*(map[i].green-black.green))/(white.green-black.green)));
map 1824 magick/enhance.c ((MaxMap*(map[i].blue-black.blue))/(white.blue-black.blue)));
map 1827 magick/enhance.c (MagickRealType) ((MaxMap*(map[i].opacity-black.opacity))/
map 1833 magick/enhance.c ((MaxMap*(map[i].index-black.index))/(white.index-black.index)));
map 1836 magick/enhance.c map=(MagickPixelPacket *) RelinquishMagickMemory(map);
map 118 magick/hashmap.c **map;
map 358 magick/hashmap.c list_info=hashmap_info->map[i];
map 375 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory(
map 376 magick/hashmap.c hashmap_info->map);
map 518 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next];
map 581 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next];
map 760 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity];
map 1367 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) NULL;
map 1369 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) AcquireQuantumMemory((size_t)
map 1370 magick/hashmap.c capacity+1UL,sizeof(*hashmap_info->map));
map 1371 magick/hashmap.c if (hashmap_info->map == (LinkedListInfo **) NULL)
map 1373 magick/hashmap.c (void) ResetMagickMemory(hashmap_info->map,0,(size_t) capacity*
map 1374 magick/hashmap.c sizeof(*hashmap_info->map));
map 1473 magick/hashmap.c **map;
map 1493 magick/hashmap.c map=(LinkedListInfo **) AcquireQuantumMemory((size_t) capacity+1UL,
map 1494 magick/hashmap.c sizeof(*map));
map 1495 magick/hashmap.c if (map == (LinkedListInfo **) NULL)
map 1497 magick/hashmap.c (void) ResetMagickMemory(map,0,(size_t) capacity*sizeof(*map));
map 1503 magick/hashmap.c list_info=hashmap_info->map[i];
map 1512 magick/hashmap.c map_info=map[entry->hash % capacity];
map 1516 magick/hashmap.c map[entry->hash % capacity]=map_info;
map 1528 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory(
map 1529 magick/hashmap.c hashmap_info->map);
map 1530 magick/hashmap.c hashmap_info->map=map;
map 1561 magick/hashmap.c list_info=hashmap_info->map[next->hash % hashmap_info->capacity];
map 1565 magick/hashmap.c hashmap_info->map[next->hash % hashmap_info->capacity]=list_info;
map 1813 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity];
map 1294 magick/nt-base.c *map;
map 1302 magick/nt-base.c map=(void *) NULL;
map 1331 magick/nt-base.c map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset,
map 1335 magick/nt-base.c if (map == (void *) NULL)
map 1337 magick/nt-base.c return((void *) ((char *) map));
map 2122 magick/nt-base.c if (UnmapViewOfFile(map) == 0)
map 150 magick/pixel.c length=strlen(map);
map 160 magick/pixel.c switch (map[i])
map 182 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 205 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 216 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 245 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 252 magick/pixel.c "UnrecognizedPixelMap","`%s'",map);
map 265 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 282 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 300 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 318 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 333 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 350 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 368 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 454 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 471 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 490 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 508 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 523 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 540 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 559 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 646 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 663 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 681 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 699 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 714 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 731 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 749 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 835 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 852 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 871 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 889 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 905 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 922 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 941 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1029 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1046 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1064 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1082 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1097 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1114 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1132 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1218 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1235 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1253 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1271 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1286 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1303 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1321 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1407 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1424 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1442 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1460 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1475 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1492 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1510 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1594 magick/pixel.c "UnrecognizedPixelMap","`%s'",map);
map 1733 magick/pixel.c length=strlen(map);
map 1740 magick/pixel.c switch (map[i])
map 1818 magick/pixel.c OptionError,"UnrecognizedPixelMap","`%s'",map);
map 1837 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1856 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1876 magick/pixel.c if (LocaleCompare(map,"BGRO") == 0)
map 1896 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1916 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1935 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1954 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1974 magick/pixel.c if (LocaleCompare(map,"RGBO") == 0)
map 1994 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2084 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2106 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2131 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2154 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2174 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2196 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2221 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2314 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2336 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2361 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2384 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2404 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2426 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2451 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2544 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2563 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2583 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2603 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2622 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2641 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2661 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2751 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2770 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2790 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2810 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2829 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2848 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2868 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2958 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2977 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2997 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3017 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3036 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3055 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3075 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3165 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3184 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3204 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3224 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3243 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3262 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3282 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3370 magick/pixel.c OptionError,"UnrecognizedPixelMap","`%s'",map);
map 120 magick/quantum-private.h map;
map 167 magick/quantum-private.h map.fixed_point=value;
map 168 magick/quantum-private.h return(map.single_precision);
map 602 magick/quantum-private.h map;
map 614 magick/quantum-private.h map.single_precision=value;
map 615 magick/quantum-private.h sign_bit=(map.fixed_point >> 16) & 0x00008000;
map 616 magick/quantum-private.h exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias;
map 617 magick/quantum-private.h significand=map.fixed_point & 0x007fffff;
map 1756 magick/resize.c *map;
map 1821 magick/resize.c map="RGB";
map 1823 magick/resize.c map="RGBA";
map 1826 magick/resize.c map="CMYK";
map 1828 magick/resize.c map="CMYKA";
map 1831 magick/resize.c strlen(map)*sizeof(*pixels));
map 1834 magick/resize.c status=ExportImagePixels(image,0,0,image->columns,image->rows,map,CharPixel,
map 1841 magick/resize.c carver=lqr_carver_new(pixels,image->columns,image->rows,strlen(map));
map 73 magick/resource.c map,
map 195 magick/resource.c resource_info.map+=size;
map 198 magick/resource.c ((MagickSizeType) resource_info.map < limit) ?
map 200 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.map,MagickTrue,
map 537 magick/resource.c resource=(MagickSizeType) resource_info.map;
map 763 magick/resource.c resource_info.map-=size;
map 764 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.map,MagickTrue,
map 81 magick/stream.c *map;
map 163 magick/stream.c stream_info->map=ConstantString("RGB");
map 267 magick/stream.c if (stream_info->map != (char *) NULL)
map 268 magick/stream.c stream_info->map=DestroyString(stream_info->map);
map 1026 magick/stream.c (void) CloneString(&stream_info->map,map);
map 1129 magick/stream.c packet_size*=strlen(stream_info->map);
map 1270 magick/stream.c length=strlen(stream_info->map);
map 1280 magick/stream.c switch (stream_info->map[i])
map 1302 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1325 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1336 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1365 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1372 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map);
map 1386 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1400 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1415 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1430 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1442 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1456 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1471 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1551 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1568 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1587 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1605 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1618 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1635 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1654 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1744 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1761 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1780 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1798 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1811 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1828 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1847 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1937 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1951 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1967 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1982 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1995 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2009 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2025 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2107 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2121 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2136 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2151 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2163 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2177 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2192 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2272 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2286 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2301 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2316 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2328 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2342 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2357 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2437 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2451 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2466 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2481 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2493 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2507 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2522 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2600 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map);
map 539 magick/string.c *map;
map 560 magick/string.c map=MapBlob(file,ReadMode,0,length);
map 561 magick/string.c if (map != (void *) NULL)
map 563 magick/string.c (void) memcpy(string,map,length);
map 564 magick/string.c (void) UnmapBlob(map,length);
map 839 magick/threshold.c assert(map != (ThresholdMap *) NULL);
map 840 magick/threshold.c if (map->map_id != (char *) NULL)
map 841 magick/threshold.c map->map_id=DestroyString(map->map_id);
map 842 magick/threshold.c if (map->description != (char *) NULL)
map 843 magick/threshold.c map->description=DestroyString(map->description);
map 844 magick/threshold.c if (map->levels != (ssize_t *) NULL)
map 845 magick/threshold.c map->levels=(ssize_t *) RelinquishMagickMemory(map->levels);
map 846 magick/threshold.c map=(ThresholdMap *) RelinquishMagickMemory(map);
map 847 magick/threshold.c return(map);
map 891 magick/threshold.c *map;
map 899 magick/threshold.c map = (ThresholdMap *)NULL;
map 904 magick/threshold.c return(map);
map 917 magick/threshold.c return(map);
map 924 magick/threshold.c return(map);
map 931 magick/threshold.c return(map);
map 935 magick/threshold.c map = (ThresholdMap *)AcquireMagickMemory(sizeof(ThresholdMap));
map 936 magick/threshold.c if ( map == (ThresholdMap *)NULL )
map 938 magick/threshold.c map->map_id = (char *)NULL;
map 939 magick/threshold.c map->description = (char *)NULL;
map 940 magick/threshold.c map->levels = (ssize_t *) NULL;
map 945 magick/threshold.c map->map_id = ConstantString(attr);
map 949 magick/threshold.c map->description = ConstantString(content);
map 956 magick/threshold.c map = DestroyThresholdMap(map);
map 957 magick/threshold.c return(map);
map 959 magick/threshold.c map->width = StringToUnsignedLong(attr);
map 960 magick/threshold.c if ( map->width == 0 ) {
map 964 magick/threshold.c map = DestroyThresholdMap(map);
map 965 magick/threshold.c return(map);
map 973 magick/threshold.c map = DestroyThresholdMap(map);
map 974 magick/threshold.c return(map);
map 976 magick/threshold.c map->height = StringToUnsignedLong(attr);
map 977 magick/threshold.c if ( map->height == 0 ) {
map 981 magick/threshold.c map = DestroyThresholdMap(map);
map 982 magick/threshold.c return(map);
map 990 magick/threshold.c map = DestroyThresholdMap(map);
map 991 magick/threshold.c return(map);
map 993 magick/threshold.c map->divisor = (ssize_t) StringToLong(attr);
map 994 magick/threshold.c if ( map->divisor < 2 ) {
map 998 magick/threshold.c map = DestroyThresholdMap(map);
map 999 magick/threshold.c return(map);
map 1008 magick/threshold.c map = DestroyThresholdMap(map);
map 1009 magick/threshold.c return(map);
map 1011 magick/threshold.c map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height*
map 1012 magick/threshold.c sizeof(*map->levels));
map 1013 magick/threshold.c if ( map->levels == (ssize_t *)NULL )
map 1018 magick/threshold.c for( i=0; i< (ssize_t) (map->width*map->height); i++) {
map 1019 magick/threshold.c map->levels[i] = (ssize_t)strtol(content, &p, 10);
map 1024 magick/threshold.c map = DestroyThresholdMap(map);
map 1025 magick/threshold.c return(map);
map 1027 magick/threshold.c if ( map->levels[i] < 0 || map->levels[i] > map->divisor ) {
map 1030 magick/threshold.c (double) map->levels[i],map_id);
map 1032 magick/threshold.c map = DestroyThresholdMap(map);
map 1033 magick/threshold.c return(map);
map 1044 magick/threshold.c map=DestroyThresholdMap(map);
map 1045 magick/threshold.c return(map);
map 1050 magick/threshold.c return(map);
map 1089 magick/threshold.c *map;
map 1091 magick/threshold.c map=(ThresholdMap *)NULL;
map 1094 magick/threshold.c != (const StringInfo *) NULL && map == (ThresholdMap *)NULL )
map 1095 magick/threshold.c map=GetThresholdMapFile((const char *) GetStringInfoDatum(option),
map 1098 magick/threshold.c return(map);
map 1135 magick/threshold.c const char *map,*alias,*content;
map 1153 magick/threshold.c map = GetXMLTreeAttribute(threshold, "map");
map 1154 magick/threshold.c if (map == (char *) NULL) {
map 1165 magick/threshold.c "XmlMissingElement", "<description>, map \"%s\"", map);
map 1172 magick/threshold.c "XmlMissingContent", "<description>, map \"%s\"", map);
map 1176 magick/threshold.c (void) fprintf(file,"%-16s %-12s %s\n",map,alias ? alias : "", content);
map 1377 magick/threshold.c *map;
map 1407 magick/threshold.c map = GetThresholdMap(token, exception);
map 1408 magick/threshold.c if ( map == (ThresholdMap *)NULL ) {
map 1473 magick/threshold.c d = map->divisor-1;
map 1524 magick/threshold.c threshold = map->levels[(x%map->width) +map->width*(y%map->height)];
map 1586 magick/threshold.c map=DestroyThresholdMap(map);
map 109 magick/xwindow.c #define XGammaPixel(map,color) (size_t) (map->base_pixel+ \
map 110 magick/xwindow.c ((ScaleQuantumToShort(XRedGamma((color)->red))*map->red_max/65535L)* \
map 111 magick/xwindow.c map->red_mult)+ \
map 112 magick/xwindow.c ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \
map 113 magick/xwindow.c map->green_mult)+ \
map 114 magick/xwindow.c ((ScaleQuantumToShort(XBlueGamma((color)->blue))*map->blue_max/65535L)* \
map 115 magick/xwindow.c map->blue_mult))
map 122 magick/xwindow.c #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \
map 123 magick/xwindow.c (((color)->red*map->red_max/65535L)*map->red_mult)+ \
map 124 magick/xwindow.c (((color)->green*map->green_max/65535L)*map->green_mult)+ \
map 125 magick/xwindow.c (((color)->blue*map->blue_max/65535L)*map->blue_mult))
map 1483 wand/deprecate.c return(MagickExportImagePixels(wand,x,y,columns,rows,map,storage,pixels));
map 2405 wand/deprecate.c return(MagickImportImagePixels(wand,x,y,columns,rows,map,storage,pixels));
map 2334 wand/magick-image.c images=ConstituteImage(columns,rows,map,storage,pixels,wand->exception);
map 3150 wand/magick-image.c status=ExportImagePixels(wand->images,x,y,columns,rows,map,
map 6490 wand/magick-image.c status=ImportImagePixels(wand->images,x,y,columns,rows,map,storage,pixels);