map 1084 Magick++/lib/Magick++/Image.h void map(const Image &mapImage_,const bool dither_=false);
map 31 Magick++/lib/Magick++/ResourceLimits.h static void map(const MagickSizeType limit_);
map 32 Magick++/lib/Magick++/ResourceLimits.h static MagickSizeType map(void);
map 678 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 1217 coders/dds.c RemapIndices(map,unordered,indices);
map 1321 coders/dds.c RemapIndices(map, closest, indices);
map 2346 coders/dds.c if (map[i] == -1)
map 2349 coders/dds.c target[i] = source[map[i]];
map 2561 coders/dds.c CompressRangeFit(count,points,map,principle,metric,&start,&end,indices);
map 2563 coders/dds.c CompressClusterFit(count,points,map,principle,metric,&start,&end,indices);
map 2812 coders/dds.c map[16];
map 2829 coders/dds.c map[i] = -1;
map 2859 coders/dds.c map[4*by + bx] = i;
map 2872 coders/dds.c map[4*by + bx] = count;
map 2896 coders/dds.c WriteSingleColorFit(image,points,map);
map 2898 coders/dds.c WriteCompressed(image,count,points,map,clusterFit);
map 3046 coders/dds.c RemapIndices(map,indexes,indices);
map 98 coders/sixel.c unsigned char *map;
map 667 coders/sixel.c sixel_put_pixel(context, np->map[x]);
map 684 coders/sixel.c map = (unsigned char *) RelinquishMagickMemory(map)
map 690 coders/sixel.c unsigned char *map;
map 702 coders/sixel.c if ((map = (unsigned char *)AcquireQuantumMemory(len, sizeof(unsigned char))) == NULL) {
map 705 coders/sixel.c (void) ResetMagickMemory(map, 0, len);
map 747 coders/sixel.c map[pix * width + x] |= (1 << i);
map 757 coders/sixel.c if (*(map + c * width + left) == 0) {
map 762 coders/sixel.c if (*(map + c * width + right) != 0) {
map 767 coders/sixel.c if (*(map + c * width + right + n) != 0) {
map 788 coders/sixel.c np->map = map + c * width;
map 845 coders/sixel.c (void) ResetMagickMemory(map, 0, len);
map 2529 coders/wmf.c font_data->map = lite_font_map;
map 4519 magick/accelerate.c *map;
map 4544 magick/accelerate.c map=NULL;
map 4675 magick/accelerate.c map=(FloatPixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*map));
map 4676 magick/accelerate.c if (map == (FloatPixelPacket *) NULL)
map 4688 magick/accelerate.c map[i]=intensity;
map 4706 magick/accelerate.c map[i]=intensity;
map 4708 magick/accelerate.c black=map[0];
map 4709 magick/accelerate.c white=map[(int) MaxMap];
map 4717 magick/accelerate.c (map[i].red-black.red))/(white.red-black.red)));
map 4722 magick/accelerate.c (map[i].red-black.red))/(white.red-black.red)));
map 4725 magick/accelerate.c (map[i].green-black.green))/(white.green-black.green)));
map 4728 magick/accelerate.c (map[i].blue-black.blue))/(white.blue-black.blue)));
map 4731 magick/accelerate.c (map[i].opacity-black.opacity))/(white.opacity-black.opacity)));
map 4891 magick/accelerate.c if (map!=NULL)
map 4892 magick/accelerate.c map=(FloatPixelPacket *) RelinquishMagickMemory(map);
map 976 magick/blob.c *map;
map 1058 magick/blob.c map=MapBlob(file,ReadMode,0,*length);
map 1059 magick/blob.c if (map != (unsigned char *) NULL)
map 1061 magick/blob.c (void) memcpy(blob,map,*length);
map 1062 magick/blob.c (void) UnmapBlob(map,*length);
map 2191 magick/blob.c *map;
map 2226 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
map 2229 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags |
map 2231 magick/blob.c if (map == (unsigned char *) MAP_FAILED)
map 2232 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file,
map 2235 magick/blob.c if (map == (unsigned char *) MAP_FAILED)
map 2237 magick/blob.c return(map);
map 4146 magick/blob.c status=munmap(map,length);
map 4149 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 141 magick/constitute.c assert(map != (const char *) NULL);
map 142 magick/constitute.c (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",map);
map 154 magick/constitute.c status=ImportImagePixels(image,0,0,columns,rows,map,storage,pixels);
map 1830 magick/deprecate.c status=ExportImagePixels(image,x_offset,y_offset,columns,rows,map,type,pixels,
map 1789 magick/enhance.c *map,
map 1818 magick/enhance.c map=(MagickPixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*map));
map 1821 magick/enhance.c (map == (MagickPixelPacket *) NULL))
map 1823 magick/enhance.c if (map != (MagickPixelPacket *) NULL)
map 1824 magick/enhance.c map=(MagickPixelPacket *) RelinquishMagickMemory(map);
map 1888 magick/enhance.c map[i]=intensity;
map 1902 magick/enhance.c map[i]=intensity;
map 1904 magick/enhance.c black=map[0];
map 1905 magick/enhance.c white=map[(int) MaxMap];
map 1913 magick/enhance.c (map[i].red-black.red))/(white.red-black.red)));
map 1918 magick/enhance.c (map[i].red-black.red))/(white.red-black.red)));
map 1921 magick/enhance.c (map[i].green-black.green))/(white.green-black.green)));
map 1924 magick/enhance.c (map[i].blue-black.blue))/(white.blue-black.blue)));
map 1927 magick/enhance.c (map[i].opacity-black.opacity))/(white.opacity-black.opacity)));
map 1932 magick/enhance.c (map[i].index-black.index))/(white.index-black.index)));
map 1935 magick/enhance.c map=(MagickPixelPacket *) RelinquishMagickMemory(map);
map 115 magick/hashmap.c **map;
map 345 magick/hashmap.c list_info=hashmap_info->map[i];
map 362 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory(
map 363 magick/hashmap.c hashmap_info->map);
map 499 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next];
map 560 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next];
map 731 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity];
map 1326 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) NULL;
map 1328 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) AcquireQuantumMemory((size_t)
map 1329 magick/hashmap.c capacity+1UL,sizeof(*hashmap_info->map));
map 1330 magick/hashmap.c if (hashmap_info->map == (LinkedListInfo **) NULL)
map 1332 magick/hashmap.c (void) ResetMagickMemory(hashmap_info->map,0,(size_t) capacity*
map 1333 magick/hashmap.c sizeof(*hashmap_info->map));
map 1429 magick/hashmap.c **map;
map 1449 magick/hashmap.c map=(LinkedListInfo **) AcquireQuantumMemory((size_t) capacity+1UL,
map 1450 magick/hashmap.c sizeof(*map));
map 1451 magick/hashmap.c if (map == (LinkedListInfo **) NULL)
map 1453 magick/hashmap.c (void) ResetMagickMemory(map,0,(size_t) capacity*sizeof(*map));
map 1462 magick/hashmap.c list_info=hashmap_info->map[i];
map 1471 magick/hashmap.c map_info=map[entry->hash % capacity];
map 1475 magick/hashmap.c map[entry->hash % capacity]=map_info;
map 1487 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory(
map 1488 magick/hashmap.c hashmap_info->map);
map 1489 magick/hashmap.c hashmap_info->map=map;
map 1518 magick/hashmap.c list_info=hashmap_info->map[next->hash % hashmap_info->capacity];
map 1522 magick/hashmap.c hashmap_info->map[next->hash % hashmap_info->capacity]=list_info;
map 1764 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity];
map 1548 magick/nt-base.c *map;
map 1556 magick/nt-base.c map=(void *) NULL;
map 1585 magick/nt-base.c map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset,
map 1589 magick/nt-base.c if (map == (void *) NULL)
map 1591 magick/nt-base.c return((void *) ((char *) map));
map 2493 magick/nt-base.c if (UnmapViewOfFile(map) == 0)
map 437 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 454 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 472 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 490 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 505 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 522 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 540 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 558 magick/pixel.c length=strlen(map);
map 647 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 664 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 683 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 701 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 716 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 733 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 752 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 770 magick/pixel.c length=strlen(map);
map 860 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 877 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 895 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 913 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 928 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 945 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 963 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 981 magick/pixel.c length=strlen(map);
map 1070 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1087 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1106 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1124 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1140 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1157 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1175 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1193 magick/pixel.c length=strlen(map);
map 1284 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1301 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1319 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1337 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1352 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1369 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1387 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1405 magick/pixel.c length=strlen(map);
map 1494 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1511 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1529 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1547 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1562 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1579 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1597 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1615 magick/pixel.c length=strlen(map);
map 1707 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 1724 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 1742 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 1760 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 1775 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 1792 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 1810 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 1828 magick/pixel.c length=strlen(map);
map 1914 magick/pixel.c length=strlen(map);
map 1924 magick/pixel.c switch (map[i])
map 1946 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 1969 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 1980 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 2009 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map);
map 2016 magick/pixel.c "UnrecognizedPixelMap","`%s'",map);
map 2029 magick/pixel.c ExportCharPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2034 magick/pixel.c ExportDoublePixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2039 magick/pixel.c ExportFloatPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2044 magick/pixel.c ExportIntegerPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2049 magick/pixel.c ExportLongPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2054 magick/pixel.c ExportQuantumPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2059 magick/pixel.c ExportShortPixel((Image *) image,&roi,map,quantum_map,pixels,exception);
map 2066 magick/pixel.c "UnrecognizedPixelMap","`%s'",map);
map 2460 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2479 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2499 magick/pixel.c if (LocaleCompare(map,"BGRO") == 0)
map 2519 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2539 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2558 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2577 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2597 magick/pixel.c if (LocaleCompare(map,"RGBO") == 0)
map 2617 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2637 magick/pixel.c length=strlen(map);
map 2728 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 2750 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 2775 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 2798 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 2818 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 2840 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 2864 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 2886 magick/pixel.c length=strlen(map);
map 2983 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3005 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3029 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3052 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3072 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3094 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3118 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3140 magick/pixel.c length=strlen(map);
map 3233 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3252 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3272 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3292 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3311 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3330 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3350 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3370 magick/pixel.c length=strlen(map);
map 3461 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3480 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3500 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3520 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3539 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3558 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3578 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3598 magick/pixel.c length=strlen(map);
map 3689 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3708 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3728 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3748 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3767 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 3786 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 3806 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 3826 magick/pixel.c length=strlen(map);
map 3917 magick/pixel.c if (LocaleCompare(map,"BGR") == 0)
map 3936 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0)
map 3956 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0)
map 3976 magick/pixel.c if (LocaleCompare(map,"I") == 0)
map 3995 magick/pixel.c if (LocaleCompare(map,"RGB") == 0)
map 4014 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0)
map 4034 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0)
map 4054 magick/pixel.c length=strlen(map);
map 4148 magick/pixel.c length=strlen(map);
map 4155 magick/pixel.c switch (map[i])
map 4234 magick/pixel.c OptionError,"UnrecognizedPixelMap","`%s'",map);
map 4253 magick/pixel.c ImportCharPixel(image,&roi,map,quantum_map,pixels,exception);
map 4258 magick/pixel.c ImportDoublePixel(image,&roi,map,quantum_map,pixels,exception);
map 4263 magick/pixel.c ImportFloatPixel(image,&roi,map,quantum_map,pixels,exception);
map 4268 magick/pixel.c ImportIntegerPixel(image,&roi,map,quantum_map,pixels,exception);
map 4273 magick/pixel.c ImportLongPixel(image,&roi,map,quantum_map,pixels,exception);
map 4278 magick/pixel.c ImportQuantumPixel(image,&roi,map,quantum_map,pixels,exception);
map 4283 magick/pixel.c ImportShortPixel(image,&roi,map,quantum_map,pixels,exception);
map 124 magick/quantum-private.h map;
map 171 magick/quantum-private.h map.fixed_point=value;
map 172 magick/quantum-private.h return(map.single_precision);
map 583 magick/quantum-private.h map;
map 595 magick/quantum-private.h map.single_precision=value;
map 596 magick/quantum-private.h sign_bit=(map.fixed_point >> 16) & 0x00008000;
map 597 magick/quantum-private.h exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias;
map 598 magick/quantum-private.h significand=map.fixed_point & 0x007fffff;
map 1829 magick/resize.c *map;
map 1874 magick/resize.c map="RGB";
map 1876 magick/resize.c map="RGBA";
map 1879 magick/resize.c map="CMYK";
map 1881 magick/resize.c map="CMYKA";
map 1883 magick/resize.c pixel_info=AcquireVirtualMemory(image->columns,image->rows*strlen(map)*
map 1888 magick/resize.c status=ExportImagePixels(image,0,0,image->columns,image->rows,map,CharPixel,
map 1896 magick/resize.c (int) strlen(map));
map 78 magick/resource.c map,
map 234 magick/resource.c resource_info.map+=size;
map 237 magick/resource.c ((MagickSizeType) resource_info.map < limit) ?
map 239 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.map,MagickTrue,
map 618 magick/resource.c resource=(MagickSizeType) resource_info.map;
map 948 magick/resource.c resource_info.map-=size;
map 949 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.map,MagickTrue,
map 82 magick/stream.c *map;
map 164 magick/stream.c stream_info->map=ConstantString("RGB");
map 268 magick/stream.c if (stream_info->map != (char *) NULL)
map 269 magick/stream.c stream_info->map=DestroyString(stream_info->map);
map 1040 magick/stream.c (void) CloneString(&stream_info->map,map);
map 1143 magick/stream.c packet_size*=strlen(stream_info->map);
map 1288 magick/stream.c length=strlen(stream_info->map);
map 1298 magick/stream.c switch (stream_info->map[i])
map 1320 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1343 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1354 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1383 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map);
map 1390 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map);
map 1404 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1418 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1433 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1448 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1460 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1474 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1489 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1569 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1586 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1605 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1623 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1636 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1653 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1672 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1762 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1779 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1798 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 1816 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 1829 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 1846 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 1865 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 1955 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 1969 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 1985 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2000 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2012 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2026 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2042 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2124 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2138 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2153 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2168 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2180 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2194 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2209 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2289 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2303 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2318 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2333 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2345 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2359 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2374 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2454 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0)
map 2468 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0)
map 2483 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0)
map 2498 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0)
map 2510 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0)
map 2524 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0)
map 2539 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0)
map 2617 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map);
map 592 magick/string.c *map;
map 613 magick/string.c map=MapBlob(file,ReadMode,0,length);
map 614 magick/string.c if (map != (void *) NULL)
map 616 magick/string.c (void) memcpy(string,map,length);
map 617 magick/string.c (void) UnmapBlob(map,length);
map 879 magick/threshold.c assert(map != (ThresholdMap *) NULL);
map 880 magick/threshold.c if (map->map_id != (char *) NULL)
map 881 magick/threshold.c map->map_id=DestroyString(map->map_id);
map 882 magick/threshold.c if (map->description != (char *) NULL)
map 883 magick/threshold.c map->description=DestroyString(map->description);
map 884 magick/threshold.c if (map->levels != (ssize_t *) NULL)
map 885 magick/threshold.c map->levels=(ssize_t *) RelinquishMagickMemory(map->levels);
map 886 magick/threshold.c map=(ThresholdMap *) RelinquishMagickMemory(map);
map 887 magick/threshold.c return(map);
map 931 magick/threshold.c *map;
map 939 magick/threshold.c map = (ThresholdMap *) NULL;
map 944 magick/threshold.c return(map);
map 959 magick/threshold.c return(map);
map 967 magick/threshold.c return(map);
map 975 magick/threshold.c return(map);
map 980 magick/threshold.c map=(ThresholdMap *) AcquireMagickMemory(sizeof(ThresholdMap));
map 981 magick/threshold.c if (map == (ThresholdMap *) NULL)
map 983 magick/threshold.c map->map_id=(char *) NULL;
map 984 magick/threshold.c map->description=(char *) NULL;
map 985 magick/threshold.c map->levels=(ssize_t *) NULL;
map 991 magick/threshold.c map->map_id=ConstantString(attribute);
map 994 magick/threshold.c map->description=ConstantString(content);
map 1001 magick/threshold.c map=DestroyThresholdMap(map);
map 1002 magick/threshold.c return(map);
map 1004 magick/threshold.c map->width=StringToUnsignedLong(attribute);
map 1005 magick/threshold.c if (map->width == 0)
map 1010 magick/threshold.c map=DestroyThresholdMap(map);
map 1011 magick/threshold.c return(map);
map 1019 magick/threshold.c map=DestroyThresholdMap(map);
map 1020 magick/threshold.c return(map);
map 1022 magick/threshold.c map->height=StringToUnsignedLong(attribute);
map 1023 magick/threshold.c if (map->height == 0)
map 1028 magick/threshold.c map=DestroyThresholdMap(map);
map 1029 magick/threshold.c return(map);
map 1037 magick/threshold.c map=DestroyThresholdMap(map);
map 1038 magick/threshold.c return(map);
map 1040 magick/threshold.c map->divisor=(ssize_t) StringToLong(attribute);
map 1041 magick/threshold.c if (map->divisor < 2)
map 1046 magick/threshold.c map=DestroyThresholdMap(map);
map 1047 magick/threshold.c return(map);
map 1058 magick/threshold.c map=DestroyThresholdMap(map);
map 1059 magick/threshold.c return(map);
map 1061 magick/threshold.c map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height*
map 1062 magick/threshold.c sizeof(*map->levels));
map 1063 magick/threshold.c if (map->levels == (ssize_t *) NULL)
map 1075 magick/threshold.c for (i=0; i< (ssize_t) (map->width*map->height); i++)
map 1077 magick/threshold.c map->levels[i]=(ssize_t) strtol(content,&p,10);
map 1083 magick/threshold.c map=DestroyThresholdMap(map);
map 1084 magick/threshold.c return(map);
map 1086 magick/threshold.c if ((map->levels[i] < 0) || (map->levels[i] > map->divisor))
map 1090 magick/threshold.c (double) map->levels[i],map_id);
map 1092 magick/threshold.c map=DestroyThresholdMap(map);
map 1093 magick/threshold.c return(map);
map 1104 magick/threshold.c map=DestroyThresholdMap(map);
map 1105 magick/threshold.c return(map);
map 1109 magick/threshold.c return(map);
map 1148 magick/threshold.c *map;
map 1150 magick/threshold.c map=GetThresholdMapFile(MinimalThresholdMap,"built-in",map_id,exception);
map 1151 magick/threshold.c if (map != (ThresholdMap *) NULL)
map 1152 magick/threshold.c return(map);
map 1157 magick/threshold.c map=GetThresholdMapFile((const char *) GetStringInfoDatum(option),
map 1159 magick/threshold.c if (map != (ThresholdMap *) NULL)
map 1164 magick/threshold.c return(map);
map 1201 magick/threshold.c const char *map,*alias,*content;
map 1220 magick/threshold.c map = GetXMLTreeAttribute(threshold, "map");
map 1221 magick/threshold.c if (map == (char *) NULL) {
map 1232 magick/threshold.c "XmlMissingElement", "<description>, map \"%s\"", map);
map 1239 magick/threshold.c "XmlMissingContent", "<description>, map \"%s\"", map);
map 1243 magick/threshold.c (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "",
map 1445 magick/threshold.c *map;
map 1475 magick/threshold.c map = GetThresholdMap(token, exception);
map 1476 magick/threshold.c if ( map == (ThresholdMap *) NULL ) {
map 1541 magick/threshold.c d = map->divisor-1;
map 1593 magick/threshold.c threshold = map->levels[(x%map->width) +map->width*(y%map->height)];
map 1660 magick/threshold.c map=DestroyThresholdMap(map);
map 620 magick/xml-tree.c *map;
map 688 magick/xml-tree.c map=MapBlob(file,ReadMode,0,length);
map 689 magick/xml-tree.c if (map != (char *) NULL)
map 691 magick/xml-tree.c (void) memcpy(xml,map,length);
map 692 magick/xml-tree.c (void) UnmapBlob(map,length);
map 111 magick/xwindow.c #define XGammaPixel(map,color) (size_t) (map->base_pixel+ \
map 112 magick/xwindow.c ((ScaleQuantumToShort(XRedGamma((color)->red))*map->red_max/65535L)* \
map 113 magick/xwindow.c map->red_mult)+ \
map 114 magick/xwindow.c ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \
map 115 magick/xwindow.c map->green_mult)+ \
map 116 magick/xwindow.c ((ScaleQuantumToShort(XBlueGamma((color)->blue))*map->blue_max/65535L)* \
map 117 magick/xwindow.c map->blue_mult))
map 124 magick/xwindow.c #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \
map 125 magick/xwindow.c (((color)->red*map->red_max/65535L)*map->red_mult)+ \
map 126 magick/xwindow.c (((color)->green*map->green_max/65535L)*map->green_mult)+ \
map 127 magick/xwindow.c (((color)->blue*map->blue_max/65535L)*map->blue_mult))
map 1484 wand/deprecate.c return(MagickExportImagePixels(wand,x,y,columns,rows,map,storage,pixels));
map 2447 wand/deprecate.c return(MagickImportImagePixels(wand,x,y,columns,rows,map,storage,pixels));
map 2532 wand/magick-image.c images=ConstituteImage(columns,rows,map,storage,pixels,wand->exception);
map 3347 wand/magick-image.c status=ExportImagePixels(wand->images,x,y,columns,rows,map,
map 6718 wand/magick-image.c status=ImportImagePixels(wand->images,x,y,columns,rows,map,storage,pixels);