map 1116 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 989 coders/dds.c const DDSVector4 *points, const ssize_t *map, const DDSVector3 principle, map 1217 coders/dds.c RemapIndices(map,unordered,indices); map 1221 coders/dds.c const DDSVector4 *points, const ssize_t *map, const DDSVector3 principle, map 1321 coders/dds.c RemapIndices(map, closest, indices); map 2334 coders/dds.c static void RemapIndices(const ssize_t *map, const unsigned char *source, map 2342 coders/dds.c if (map[i] == -1) map 2345 coders/dds.c target[i] = source[map[i]]; map 2533 coders/dds.c DDSVector4* points, const ssize_t* map, const MagickBooleanType clusterFit) map 2557 coders/dds.c CompressRangeFit(count,points,map,principle,metric,&start,&end,indices); map 2559 coders/dds.c CompressClusterFit(count,points,map,principle,metric,&start,&end,indices); map 2808 coders/dds.c map[16]; map 2825 coders/dds.c map[i] = -1; map 2855 coders/dds.c map[4*by + bx] = i; map 2868 coders/dds.c map[4*by + bx] = count; map 2892 coders/dds.c WriteSingleColorFit(image,points,map); map 2894 coders/dds.c WriteCompressed(image,count,points,map,clusterFit); map 3018 coders/dds.c const ssize_t* map) map 3042 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 3260 magick/accelerate.c *map; map 3285 magick/accelerate.c map=NULL; map 3416 magick/accelerate.c map=(FloatPixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*map)); map 3417 magick/accelerate.c if (map == (FloatPixelPacket *) NULL) map 3429 magick/accelerate.c map[i]=intensity; map 3447 magick/accelerate.c map[i]=intensity; map 3449 magick/accelerate.c black=map[0]; map 3450 magick/accelerate.c white=map[(int) MaxMap]; map 3458 magick/accelerate.c (map[i].red-black.red))/(white.red-black.red))); map 3463 magick/accelerate.c (map[i].red-black.red))/(white.red-black.red))); map 3466 magick/accelerate.c (map[i].green-black.green))/(white.green-black.green))); map 3469 magick/accelerate.c (map[i].blue-black.blue))/(white.blue-black.blue))); map 3472 magick/accelerate.c (map[i].opacity-black.opacity))/(white.opacity-black.opacity))); map 3634 magick/accelerate.c if (map!=NULL) map 3635 magick/accelerate.c map=(FloatPixelPacket *) RelinquishMagickMemory(map); map 980 magick/blob.c *map; map 1063 magick/blob.c map=MapBlob(file,ReadMode,0,*length); map 1064 magick/blob.c if (map != (unsigned char *) NULL) map 1066 magick/blob.c (void) memcpy(blob,map,*length); map 1067 magick/blob.c (void) UnmapBlob(map,*length); map 2196 magick/blob.c *map; map 2231 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, map 2234 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags | map 2236 magick/blob.c if (map == (unsigned char *) MAP_FAILED) map 2237 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, map 2240 magick/blob.c if (map == (unsigned char *) MAP_FAILED) map 2242 magick/blob.c return(map); map 4147 magick/blob.c MagickExport MagickBooleanType UnmapBlob(void *map,const size_t length) map 4153 magick/blob.c status=munmap(map,length); map 4156 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 129 magick/constitute.c const size_t rows,const char *map,const StorageType storage, 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 1825 magick/deprecate.c const char *map,const StorageType type,void *pixels,ExceptionInfo *exception) map 1832 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 116 magick/hashmap.c **map; map 346 magick/hashmap.c list_info=hashmap_info->map[i]; map 363 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory( map 364 magick/hashmap.c hashmap_info->map); map 500 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next]; map 561 magick/hashmap.c list_info=hashmap_info->map[hashmap_info->next]; map 732 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity]; map 1327 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) NULL; map 1329 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) AcquireQuantumMemory((size_t) map 1330 magick/hashmap.c capacity+1UL,sizeof(*hashmap_info->map)); map 1331 magick/hashmap.c if (hashmap_info->map == (LinkedListInfo **) NULL) map 1333 magick/hashmap.c (void) ResetMagickMemory(hashmap_info->map,0,(size_t) capacity* map 1334 magick/hashmap.c sizeof(*hashmap_info->map)); map 1430 magick/hashmap.c **map; map 1450 magick/hashmap.c map=(LinkedListInfo **) AcquireQuantumMemory((size_t) capacity+1UL, map 1451 magick/hashmap.c sizeof(*map)); map 1452 magick/hashmap.c if (map == (LinkedListInfo **) NULL) map 1454 magick/hashmap.c (void) ResetMagickMemory(map,0,(size_t) capacity*sizeof(*map)); map 1463 magick/hashmap.c list_info=hashmap_info->map[i]; map 1472 magick/hashmap.c map_info=map[entry->hash % capacity]; map 1476 magick/hashmap.c map[entry->hash % capacity]=map_info; map 1488 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory( map 1489 magick/hashmap.c hashmap_info->map); map 1490 magick/hashmap.c hashmap_info->map=map; map 1519 magick/hashmap.c list_info=hashmap_info->map[next->hash % hashmap_info->capacity]; map 1523 magick/hashmap.c hashmap_info->map[next->hash % hashmap_info->capacity]=list_info; map 1765 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity]; map 1616 magick/nt-base.c *map; map 1624 magick/nt-base.c map=(void *) NULL; map 1653 magick/nt-base.c map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, map 1657 magick/nt-base.c if (map == (void *) NULL) map 1659 magick/nt-base.c return((void *) ((char *) map)); map 2558 magick/nt-base.c MagickPrivate int NTUnmapMemory(void *map,size_t length) map 2561 magick/nt-base.c if (UnmapViewOfFile(map) == 0) map 415 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 625 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 838 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 1048 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 1262 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 1472 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 1685 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 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 1896 magick/pixel.c const char *map,const StorageType type,void *pixels,ExceptionInfo *exception) 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 2430 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 2452 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2471 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 2491 magick/pixel.c if (LocaleCompare(map,"BGRO") == 0) map 2511 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 2531 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 2550 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 2569 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 2589 magick/pixel.c if (LocaleCompare(map,"RGBO") == 0) map 2609 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 2629 magick/pixel.c length=strlen(map); map 2698 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 2720 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2742 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 2767 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 2790 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 2810 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 2832 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 2856 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 2878 magick/pixel.c length=strlen(map); map 2953 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 2975 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2997 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3021 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3044 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3064 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3086 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3110 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3132 magick/pixel.c length=strlen(map); map 3203 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 3225 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3244 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3264 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3284 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3303 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3322 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3342 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3362 magick/pixel.c length=strlen(map); map 3431 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 3453 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3472 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3492 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3512 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3531 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3550 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3570 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3590 magick/pixel.c length=strlen(map); map 3659 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 3681 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3700 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3720 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3740 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3759 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3778 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3798 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3818 magick/pixel.c length=strlen(map); map 3887 magick/pixel.c const char *magick_restrict map,const QuantumType *quantum_map, map 3909 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3928 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3948 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3968 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3987 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 4006 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 4026 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 4046 magick/pixel.c length=strlen(map); map 4115 magick/pixel.c const ssize_t y,const size_t width,const size_t height,const char *map, map 4140 magick/pixel.c length=strlen(map); map 4147 magick/pixel.c switch (map[i]) map 4226 magick/pixel.c OptionError,"UnrecognizedPixelMap","`%s'",map); map 4245 magick/pixel.c ImportCharPixel(image,&roi,map,quantum_map,pixels,exception); map 4250 magick/pixel.c ImportDoublePixel(image,&roi,map,quantum_map,pixels,exception); map 4255 magick/pixel.c ImportFloatPixel(image,&roi,map,quantum_map,pixels,exception); map 4260 magick/pixel.c ImportIntegerPixel(image,&roi,map,quantum_map,pixels,exception); map 4265 magick/pixel.c ImportLongPixel(image,&roi,map,quantum_map,pixels,exception); map 4270 magick/pixel.c ImportQuantumPixel(image,&roi,map,quantum_map,pixels,exception); map 4275 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 585 magick/quantum-private.h map; map 597 magick/quantum-private.h map.single_precision=value; map 598 magick/quantum-private.h sign_bit=(map.fixed_point >> 16) & 0x00008000; map 599 magick/quantum-private.h exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; map 600 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 620 magick/resource.c resource=(MagickSizeType) resource_info.map; map 950 magick/resource.c resource_info.map-=size; map 951 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 1036 magick/stream.c MagickExport void SetStreamInfoMap(StreamInfo *stream_info,const char *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 2013 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2027 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2043 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2126 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2140 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2155 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2170 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2182 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2196 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2211 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2291 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2305 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2320 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2335 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2347 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2361 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2376 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2456 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2470 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2485 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2500 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2513 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2527 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2542 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2621 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 877 magick/threshold.c MagickExport ThresholdMap *DestroyThresholdMap(ThresholdMap *map) 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 110 magick/xwindow.c #define XGammaPixel(map,color) (size_t) (map->base_pixel+ \ map 111 magick/xwindow.c ((ScaleQuantumToShort(XRedGamma((color)->red))*map->red_max/65535L)* \ map 112 magick/xwindow.c map->red_mult)+ \ map 113 magick/xwindow.c ((ScaleQuantumToShort(XGreenGamma((color)->green))*map->green_max/65535L)* \ map 114 magick/xwindow.c map->green_mult)+ \ map 115 magick/xwindow.c ((ScaleQuantumToShort(XBlueGamma((color)->blue))*map->blue_max/65535L)* \ map 116 magick/xwindow.c map->blue_mult)) map 123 magick/xwindow.c #define XStandardPixel(map,color) (size_t) (map->base_pixel+ \ map 124 magick/xwindow.c (((color)->red*map->red_max/65535L)*map->red_mult)+ \ map 125 magick/xwindow.c (((color)->green*map->green_max/65535L)*map->green_mult)+ \ map 126 magick/xwindow.c (((color)->blue*map->blue_max/65535L)*map->blue_mult)) map 1510 wand/deprecate.c const size_t rows,const char *map,const StorageType storage, map 1513 wand/deprecate.c return(MagickExportImagePixels(wand,x,y,columns,rows,map,storage,pixels)); map 2473 wand/deprecate.c const size_t rows,const char *map,const StorageType storage, map 2476 wand/deprecate.c return(MagickImportImagePixels(wand,x,y,columns,rows,map,storage,pixels)); map 2522 wand/magick-image.c const size_t columns,const size_t rows,const char *map, map 2532 wand/magick-image.c images=ConstituteImage(columns,rows,map,storage,pixels,wand->exception); map 3336 wand/magick-image.c const char *map,const StorageType storage,void *pixels) map 3347 wand/magick-image.c status=ExportImagePixels(wand->images,x,y,columns,rows,map, map 6707 wand/magick-image.c const char *map,const StorageType storage,const void *pixels) map 6718 wand/magick-image.c status=ImportImagePixels(wand->images,x,y,columns,rows,map,storage,pixels);