map 550 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 2533 coders/wmf.c font_data->map = lite_font_map; map 950 magick/blob.c *map; map 1031 magick/blob.c map=MapBlob(file,ReadMode,0,*length); map 1032 magick/blob.c if (map != (unsigned char *) NULL) map 1034 magick/blob.c (void) memcpy(blob,map,*length); map 1035 magick/blob.c (void) UnmapBlob(map,*length); map 2159 magick/blob.c *map; map 2194 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, map 2197 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags | map 2199 magick/blob.c if (map == (unsigned char *) MAP_FAILED) map 2200 magick/blob.c map=(unsigned char *) mmap((char *) NULL,length,protection,flags,file, map 2203 magick/blob.c if (map == (unsigned char *) MAP_FAILED) map 2205 magick/blob.c return(map); map 4014 magick/blob.c status=munmap(map,length); map 4017 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 193 magick/constitute.c assert(map != (const char *) NULL); map 194 magick/constitute.c (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",map); map 206 magick/constitute.c status=ImportImagePixels(image,0,0,columns,rows,map,storage,pixels); map 1749 magick/deprecate.c status=ExportImagePixels(image,x_offset,y_offset,columns,rows,map,type,pixels, map 1776 magick/enhance.c *map, map 1799 magick/enhance.c map=(MagickPixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*map)); map 1802 magick/enhance.c (map == (MagickPixelPacket *) NULL)) map 1804 magick/enhance.c if (map != (MagickPixelPacket *) NULL) map 1805 magick/enhance.c map=(MagickPixelPacket *) RelinquishMagickMemory(map); map 1869 magick/enhance.c map[i]=intensity; map 1883 magick/enhance.c map[i]=intensity; map 1885 magick/enhance.c black=map[0]; map 1886 magick/enhance.c white=map[(int) MaxMap]; map 1894 magick/enhance.c (map[i].red-black.red))/(white.red-black.red))); map 1899 magick/enhance.c (map[i].red-black.red))/(white.red-black.red))); map 1902 magick/enhance.c (map[i].green-black.green))/(white.green-black.green))); map 1905 magick/enhance.c (map[i].blue-black.blue))/(white.blue-black.blue))); map 1908 magick/enhance.c (map[i].opacity-black.opacity))/(white.opacity-black.opacity))); map 1913 magick/enhance.c (map[i].index-black.index))/(white.index-black.index))); map 1916 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 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 1460 magick/hashmap.c list_info=hashmap_info->map[i]; map 1469 magick/hashmap.c map_info=map[entry->hash % capacity]; map 1473 magick/hashmap.c map[entry->hash % capacity]=map_info; map 1485 magick/hashmap.c hashmap_info->map=(LinkedListInfo **) RelinquishMagickMemory( map 1486 magick/hashmap.c hashmap_info->map); map 1487 magick/hashmap.c hashmap_info->map=map; map 1516 magick/hashmap.c list_info=hashmap_info->map[next->hash % hashmap_info->capacity]; map 1520 magick/hashmap.c hashmap_info->map[next->hash % hashmap_info->capacity]=list_info; map 1762 magick/hashmap.c list_info=hashmap_info->map[hash % hashmap_info->capacity]; map 1406 magick/nt-base.c *map; map 1414 magick/nt-base.c map=(void *) NULL; map 1443 magick/nt-base.c map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, map 1447 magick/nt-base.c if (map == (void *) NULL) map 1449 magick/nt-base.c return((void *) ((char *) map)); map 2244 magick/nt-base.c if (UnmapViewOfFile(map) == 0) map 141 magick/opencl.c if (env->map != (cl_mem) NULL) map 142 magick/opencl.c clReleaseMemObject(env->map); map 67 magick/opencl.h cl_mem map; map 369 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 386 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 404 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 422 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 437 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 454 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 472 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 490 magick/pixel.c length=strlen(map); map 579 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 596 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 615 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 633 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 648 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 665 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 684 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 702 magick/pixel.c length=strlen(map); map 792 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 809 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 827 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 845 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 860 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 877 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 895 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 913 magick/pixel.c length=strlen(map); map 1002 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 1019 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 1038 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 1056 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 1072 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 1089 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 1107 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 1125 magick/pixel.c length=strlen(map); map 1216 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 1233 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 1251 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 1269 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 1284 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 1301 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 1319 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 1337 magick/pixel.c length=strlen(map); map 1426 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 1443 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 1461 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 1479 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 1494 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 1511 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 1529 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 1547 magick/pixel.c length=strlen(map); map 1639 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 1656 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 1674 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 1692 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 1707 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 1724 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 1742 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 1760 magick/pixel.c length=strlen(map); map 1846 magick/pixel.c length=strlen(map); map 1856 magick/pixel.c switch (map[i]) map 1878 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map); map 1901 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map); map 1912 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map); map 1941 magick/pixel.c "ColorSeparatedImageRequired","`%s'",map); map 1948 magick/pixel.c "UnrecognizedPixelMap","`%s'",map); map 1961 magick/pixel.c ExportCharPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1966 magick/pixel.c ExportDoublePixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1971 magick/pixel.c ExportFloatPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1976 magick/pixel.c ExportIntegerPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1981 magick/pixel.c ExportLongPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1986 magick/pixel.c ExportQuantumPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1991 magick/pixel.c ExportShortPixel((Image *) image,&roi,map,quantum_map,pixels,exception); map 1998 magick/pixel.c "UnrecognizedPixelMap","`%s'",map); map 2275 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2294 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 2314 magick/pixel.c if (LocaleCompare(map,"BGRO") == 0) map 2334 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 2354 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 2373 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 2392 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 2412 magick/pixel.c if (LocaleCompare(map,"RGBO") == 0) map 2432 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 2452 magick/pixel.c length=strlen(map); map 2543 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2565 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 2590 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 2613 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 2633 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 2655 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 2679 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 2701 magick/pixel.c length=strlen(map); map 2798 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 2820 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 2844 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 2867 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 2887 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 2909 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 2933 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 2955 magick/pixel.c length=strlen(map); map 3048 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3067 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3087 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3107 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3126 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3145 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3165 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3185 magick/pixel.c length=strlen(map); map 3276 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3295 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3315 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3335 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3354 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3373 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3393 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3413 magick/pixel.c length=strlen(map); map 3504 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3523 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3543 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3563 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3582 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3601 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3621 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3641 magick/pixel.c length=strlen(map); map 3732 magick/pixel.c if (LocaleCompare(map,"BGR") == 0) map 3751 magick/pixel.c if (LocaleCompare(map,"BGRA") == 0) map 3771 magick/pixel.c if (LocaleCompare(map,"BGRP") == 0) map 3791 magick/pixel.c if (LocaleCompare(map,"I") == 0) map 3810 magick/pixel.c if (LocaleCompare(map,"RGB") == 0) map 3829 magick/pixel.c if (LocaleCompare(map,"RGBA") == 0) map 3849 magick/pixel.c if (LocaleCompare(map,"RGBP") == 0) map 3869 magick/pixel.c length=strlen(map); map 3963 magick/pixel.c length=strlen(map); map 3970 magick/pixel.c switch (map[i]) map 4049 magick/pixel.c OptionError,"UnrecognizedPixelMap","`%s'",map); map 4068 magick/pixel.c ImportCharPixel(image,&roi,map,quantum_map,pixels,exception); map 4073 magick/pixel.c ImportDoublePixel(image,&roi,map,quantum_map,pixels,exception); map 4078 magick/pixel.c ImportFloatPixel(image,&roi,map,quantum_map,pixels,exception); map 4083 magick/pixel.c ImportIntegerPixel(image,&roi,map,quantum_map,pixels,exception); map 4088 magick/pixel.c ImportLongPixel(image,&roi,map,quantum_map,pixels,exception); map 4093 magick/pixel.c ImportQuantumPixel(image,&roi,map,quantum_map,pixels,exception); map 4098 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 579 magick/quantum-private.h map; map 591 magick/quantum-private.h map.single_precision=value; map 592 magick/quantum-private.h sign_bit=(map.fixed_point >> 16) & 0x00008000; map 593 magick/quantum-private.h exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; map 594 magick/quantum-private.h significand=map.fixed_point & 0x007fffff; map 1741 magick/resize.c *map; map 1809 magick/resize.c map="RGB"; map 1811 magick/resize.c map="RGBA"; map 1814 magick/resize.c map="CMYK"; map 1816 magick/resize.c map="CMYKA"; map 1818 magick/resize.c pixel_info=AcquireVirtualMemory(image->columns,image->rows*strlen(map)* map 1823 magick/resize.c status=ExportImagePixels(image,0,0,image->columns,image->rows,map,CharPixel, map 1830 magick/resize.c carver=lqr_carver_new(pixels,image->columns,image->rows,strlen(map)); map 74 magick/resource.c map, map 200 magick/resource.c resource_info.map+=size; map 203 magick/resource.c ((MagickSizeType) resource_info.map < limit) ? map 205 magick/resource.c (void) FormatMagickSize((MagickSizeType) resource_info.map,MagickTrue, map 558 magick/resource.c resource=(MagickSizeType) resource_info.map; map 797 magick/resource.c resource_info.map-=size; map 798 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 1038 magick/stream.c (void) CloneString(&stream_info->map,map); map 1141 magick/stream.c packet_size*=strlen(stream_info->map); map 1286 magick/stream.c length=strlen(stream_info->map); map 1296 magick/stream.c switch (stream_info->map[i]) map 1318 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map); map 1341 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map); map 1352 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map); map 1381 magick/stream.c "ColorSeparatedImageRequired","`%s'",stream_info->map); map 1388 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map); map 1402 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 1416 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 1431 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 1446 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 1458 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 1472 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 1487 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 1567 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 1584 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 1603 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 1621 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 1634 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 1651 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 1670 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 1760 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 1777 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 1796 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 1814 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 1827 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 1844 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 1863 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 1953 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 1967 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 1983 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 1998 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2010 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2024 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2040 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2122 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2136 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2151 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2166 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2178 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2192 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2207 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2287 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2301 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2316 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2331 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2343 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2357 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2372 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2452 magick/stream.c if (LocaleCompare(stream_info->map,"BGR") == 0) map 2466 magick/stream.c if (LocaleCompare(stream_info->map,"BGRA") == 0) map 2481 magick/stream.c if (LocaleCompare(stream_info->map,"BGRP") == 0) map 2496 magick/stream.c if (LocaleCompare(stream_info->map,"I") == 0) map 2508 magick/stream.c if (LocaleCompare(stream_info->map,"RGB") == 0) map 2522 magick/stream.c if (LocaleCompare(stream_info->map,"RGBA") == 0) map 2537 magick/stream.c if (LocaleCompare(stream_info->map,"RGBP") == 0) map 2615 magick/stream.c "UnrecognizedPixelMap","`%s'",stream_info->map); map 596 magick/string.c *map; map 617 magick/string.c map=MapBlob(file,ReadMode,0,length); map 618 magick/string.c if (map != (void *) NULL) map 620 magick/string.c (void) memcpy(string,map,length); map 621 magick/string.c (void) UnmapBlob(map,length); map 892 magick/threshold.c assert(map != (ThresholdMap *) NULL); map 893 magick/threshold.c if (map->map_id != (char *) NULL) map 894 magick/threshold.c map->map_id=DestroyString(map->map_id); map 895 magick/threshold.c if (map->description != (char *) NULL) map 896 magick/threshold.c map->description=DestroyString(map->description); map 897 magick/threshold.c if (map->levels != (ssize_t *) NULL) map 898 magick/threshold.c map->levels=(ssize_t *) RelinquishMagickMemory(map->levels); map 899 magick/threshold.c map=(ThresholdMap *) RelinquishMagickMemory(map); map 900 magick/threshold.c return(map); map 944 magick/threshold.c *map; map 952 magick/threshold.c map = (ThresholdMap *)NULL; map 957 magick/threshold.c return(map); map 970 magick/threshold.c return(map); map 977 magick/threshold.c return(map); map 984 magick/threshold.c return(map); map 988 magick/threshold.c map = (ThresholdMap *)AcquireMagickMemory(sizeof(ThresholdMap)); map 989 magick/threshold.c if ( map == (ThresholdMap *)NULL ) map 991 magick/threshold.c map->map_id = (char *)NULL; map 992 magick/threshold.c map->description = (char *)NULL; map 993 magick/threshold.c map->levels = (ssize_t *) NULL; map 998 magick/threshold.c map->map_id = ConstantString(attr); map 1002 magick/threshold.c map->description = ConstantString(content); map 1009 magick/threshold.c map = DestroyThresholdMap(map); map 1010 magick/threshold.c return(map); map 1012 magick/threshold.c map->width = StringToUnsignedLong(attr); map 1013 magick/threshold.c if ( map->width == 0 ) { map 1017 magick/threshold.c map = DestroyThresholdMap(map); map 1018 magick/threshold.c return(map); map 1026 magick/threshold.c map = DestroyThresholdMap(map); map 1027 magick/threshold.c return(map); map 1029 magick/threshold.c map->height = StringToUnsignedLong(attr); map 1030 magick/threshold.c if ( map->height == 0 ) { map 1034 magick/threshold.c map = DestroyThresholdMap(map); map 1035 magick/threshold.c return(map); map 1043 magick/threshold.c map = DestroyThresholdMap(map); map 1044 magick/threshold.c return(map); map 1046 magick/threshold.c map->divisor = (ssize_t) StringToLong(attr); map 1047 magick/threshold.c if ( map->divisor < 2 ) { map 1051 magick/threshold.c map = DestroyThresholdMap(map); map 1052 magick/threshold.c return(map); map 1061 magick/threshold.c map = DestroyThresholdMap(map); map 1062 magick/threshold.c return(map); map 1064 magick/threshold.c map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height* map 1065 magick/threshold.c sizeof(*map->levels)); map 1066 magick/threshold.c if ( map->levels == (ssize_t *)NULL ) map 1071 magick/threshold.c for( i=0; i< (ssize_t) (map->width*map->height); i++) { map 1072 magick/threshold.c map->levels[i] = (ssize_t)strtol(content, &p, 10); map 1077 magick/threshold.c map = DestroyThresholdMap(map); map 1078 magick/threshold.c return(map); map 1080 magick/threshold.c if ( map->levels[i] < 0 || map->levels[i] > map->divisor ) { map 1083 magick/threshold.c (double) map->levels[i],map_id); map 1085 magick/threshold.c map = DestroyThresholdMap(map); map 1086 magick/threshold.c return(map); map 1097 magick/threshold.c map=DestroyThresholdMap(map); map 1098 magick/threshold.c return(map); map 1103 magick/threshold.c return(map); map 1142 magick/threshold.c *map; map 1144 magick/threshold.c map=GetThresholdMapFile(MinimalThresholdMap,"built-in",map_id,exception); map 1145 magick/threshold.c if (map != (ThresholdMap *) NULL) map 1146 magick/threshold.c return(map); map 1151 magick/threshold.c map=GetThresholdMapFile((const char *) GetStringInfoDatum(option), map 1153 magick/threshold.c if (map != (ThresholdMap *) NULL) map 1154 magick/threshold.c return(map); map 1195 magick/threshold.c const char *map,*alias,*content; map 1214 magick/threshold.c map = GetXMLTreeAttribute(threshold, "map"); map 1215 magick/threshold.c if (map == (char *) NULL) { map 1226 magick/threshold.c "XmlMissingElement", "<description>, map \"%s\"", map); map 1233 magick/threshold.c "XmlMissingContent", "<description>, map \"%s\"", map); map 1237 magick/threshold.c (void) FormatLocaleFile(file,"%-16s %-12s %s\n",map,alias ? alias : "", map 1439 magick/threshold.c *map; map 1469 magick/threshold.c map = GetThresholdMap(token, exception); map 1470 magick/threshold.c if ( map == (ThresholdMap *)NULL ) { map 1535 magick/threshold.c d = map->divisor-1; map 1587 magick/threshold.c threshold = map->levels[(x%map->width) +map->width*(y%map->height)]; map 1654 magick/threshold.c map=DestroyThresholdMap(map); 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 1490 wand/deprecate.c return(MagickExportImagePixels(wand,x,y,columns,rows,map,storage,pixels)); map 2412 wand/deprecate.c return(MagickImportImagePixels(wand,x,y,columns,rows,map,storage,pixels)); map 2427 wand/magick-image.c images=ConstituteImage(columns,rows,map,storage,pixels,wand->exception); map 3242 wand/magick-image.c status=ExportImagePixels(wand->images,x,y,columns,rows,map, map 6613 wand/magick-image.c status=ImportImagePixels(wand->images,x,y,columns,rows,map,storage,pixels);