Max 492 coders/avi.c Max(bytes_per_line,image->columns+1)*image->rows); Max 883 coders/bmp.c Max(bytes_per_line,image->columns+1)*image->rows); Max 501 coders/cineon.c max_bits_per_sample=Max(max_bits_per_sample, Max 503 coders/cineon.c max_pixels_per_line=Max(max_pixels_per_line, Max 505 coders/cineon.c max_lines_per_image=Max(max_lines_per_image, Max 3635 coders/dcm.c for (i=0; i < (long) Max(dcm->length,4); i++) Max 574 coders/dib.c Max(bytes_per_line,image->columns+1)); Max 1915 coders/dpx.c max_bits_per_sample=Max(max_bits_per_sample, Max 1917 coders/dpx.c max_samples_per_pixel=Max(max_samples_per_pixel, Max 3903 coders/dpx.c max_samples_per_pixel=Max(max_samples_per_pixel, Max 871 coders/gif.c global_colormap=MagickAllocateMemory(unsigned char *,3*Max(global_colors,256)); Max 1395 coders/gif.c for (p=image->colormap, j=0; j < Max(image->colors-1,1); j++, p++) Max 1492 coders/gif.c c=Max(bits_per_pixel,2); Max 1494 coders/gif.c status=EncodeImage(image_info,image,Max(bits_per_pixel,2)+1); Max 224 coders/histogram.c length=Max(ScaleQuantumToChar(MaxRGB)+1,histogram_image->columns); Max 481 coders/jp2.c image->depth=Max(image->depth,component_depth); Max 920 coders/jp2.c component_info.prec=(unsigned int) Max(2,Min(image->depth,16)); /* bits in range */ Max 266 coders/mpeg.c q=Max((DefaultCompressionQuality-image_info->quality)/8.0,1.0); Max 269 coders/mpeg.c quant=(long) Min(Max(q*q_matrix[i]+0.5,1.0),255.0); Max 277 coders/mpeg.c q=Max((image_info->quality-DefaultCompressionQuality)*2.0,1.0); Max 280 coders/mpeg.c quant=(long) Min(Max(q_matrix[i]/q,1.0),255.0); Max 300 coders/mpeg.c q=Min(Max(66.0-(2*image_info->quality)/3.0,1.0),255); Max 313 coders/mpeg.c count+=Max((p->delay+1)/3,1); Max 502 coders/mpeg.c for (i=0; i < (long) Max((p->delay+1)/3,1); i++) Max 566 coders/mpeg.c for (i=0; i < (long) Max((p->delay+1)/3,1); i++) Max 351 coders/pcx.c scanline=MagickAllocateMemory(unsigned char *,Max(image->columns, Max 352 coders/pcx.c (unsigned long) pcx_info.bytes_per_line)*Max(pcx_info.planes,8)); Max 1288 coders/pict.c FormatString(geometry,"%lux%lu",Max(image->columns,tile_image->columns), Max 1289 coders/pict.c Max(image->rows,tile_image->rows)); Max 168 coders/plasma.c i=(long) (Max(image->columns,image->rows) >> 1); Max 6520 coders/png.c for (i=0; i < (long) Max(number_colors-1,1); i++) Max 6948 coders/png.c for (i=0; i < (long) Max(number_colors-1,1); i++) Max 4008 coders/tiff.c rows_per_strip=Max(TIFFDefaultStripSize(tiff,0),1); Max 4034 coders/tiff.c rows_per_strip = (uint32) (32*1024) / Max(scanline_size,1); Max 1789 coders/wmf.c pen_width = Max(pen_width, pixel_width*0.8); Max 1802 coders/wmf.c DrawSetStrokeWidth(WmfDrawContext, Max(0, pen_width)); Max 373 coders/xpm.c for (j=0; j < (long) Max(image->colors-1,1); j++) Max 311 magick/analyze.c depth=Max(depth,map[pixels[i].red]); Max 312 magick/analyze.c depth=Max(depth,map[pixels[i].green]); Max 313 magick/analyze.c depth=Max(depth,map[pixels[i].blue]); Max 315 magick/analyze.c depth=Max(depth,map[pixels[i].opacity]); Max 851 magick/animate.c MagickXDelay(display,(unsigned long) resources.delay*10*Max(images->delay,1)); Max 876 magick/animate.c Max(image_list[scene]->delay,1)); Max 1742 magick/animate.c MagickXDelay(display,(unsigned long) resource_info->delay*10*Max(images->delay,1)); Max 1864 magick/animate.c Max(image->delay,1)); Max 934 magick/attribute.c sub_number=Max(sub_number,1); Max 85 magick/colormap.c quantum=(Quantum) (i*(MaxRGB/Max(colors-1,1))); Max 15156 magick/command.c for (i=0; i < (long) Max(snapshots,1); i++) Max 619 magick/compress.c image->rows=Max(y-3,1); Max 737 magick/compress.c width=Max(image->columns,1728); Max 564 magick/display.c windows->image.width/Max(font_info->min_bounds.width,1)+2); Max 835 magick/display.c Max(font_info->min_bounds.width,1)+2); Max 929 magick/display.c Max(font_info->min_bounds.width,1)+2); Max 4443 magick/display.c rectangle_info.x=Max(coordinate_info[i].x,0); Max 4445 magick/display.c rectangle_info.y=Max(coordinate_info[i].y,0); Max 2288 magick/effect.c skiplist=MagickAllocateMemory(MedianPixelList *,Max(sizeof(MedianPixelList), Max 1493 magick/fx.c radius=Max(x_center,y_center); Max 878 magick/gem.c max=Max(r,Max(g,b)); Max 953 magick/gem.c v=(double) Max(red,Max(green,blue)); Max 2337 magick/image.c p=image_info->filename+Max((long) strlen(image_info->filename)-1,0); Max 2409 magick/image.c p=image_info->filename+Max((long) strlen(image_info->filename)-1,0); Max 456 magick/montage.c bevel_width=Max(frame_info.inner_bevel,frame_info.outer_bevel); Max 457 magick/montage.c border_width=Max(frame_info.width,frame_info.height); Max 2346 magick/pixel_cache.c nexus_info=MagickAllocateMemory(NexusInfo *,Max(sizeof(NexusInfo), Max 4073 magick/pixel_cache.c Max(nexus_info->region.width*nexus_info->region.height,cache_info->columns); Max 55 magick/random.c Max(sizeof(MagickRandomKernel), Max 2268 magick/render.c Max(AbsoluteValue(bounds.x2-bounds.x1+1),1), Max 2269 magick/render.c Max(AbsoluteValue(bounds.y2-bounds.y1+1),1), Max 3163 magick/render.c for (i=Max(p->highwater,1); i < p->number_points; i++) Max 3280 magick/render.c for (i=Max(p->highwater,1); i < p->number_points; i++) Max 4548 magick/render.c delta=2.0/Max(stop.x,stop.y); Max 484 magick/resize.c minify_image=CloneImage(image,Max(image->columns/2,1),Max(image->rows/2,1), Max 812 magick/resize.c scale=blur*Max(1.0/x_factor,1.0); Max 867 magick/resize.c start=(long) Max(center-support+0.5,0); Max 968 magick/resize.c i=Min(Max((long) (center+0.5),start),stop-1); Max 1028 magick/resize.c scale=blur*Max(1.0/y_factor,1.0); Max 1082 magick/resize.c start=(long) Max(center-support+0.5,0); Max 1184 magick/resize.c i=Min(Max((long) (center+0.5),start),stop-1); Max 1320 magick/resize.c x_support=blur*Max(1.0/x_factor,1.0)*filters[i].support; Max 1321 magick/resize.c y_support=blur*Max(1.0/y_factor,1.0)*filters[i].support; Max 1322 magick/resize.c support=Max(x_support,y_support); Max 1329 magick/resize.c (size_t) (2.0*Max(support,0.5)+3), Max 831 magick/segment.c left=Max(k,0); Max 328 magick/studio.h ((((i) % ((Max(101,span)-1)/100)) == 0) || \ Max 362 magick/type.c score+=(16*(800-((long) Max(Min(weight,900),p->weight)- Max 369 magick/type.c score+=(8*(range-((long) Max(stretch,p->stretch)- Max 76 magick/utility.c for (_rounded=256U; _rounded < (Max(size,256)); _rounded *= 2); \ Max 61 magick/widget.c #define QuantumMargin Max(font_info->max_bounds.width,12) Max 2328 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 2330 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 2950 magick/widget.c Max(event->xconfigure.width,(int) windows->command.min_width); Max 2952 magick/widget.c Max(event->xconfigure.height,(int) windows->command.min_height); Max 3384 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 3386 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 3584 magick/widget.c Max(2*width,XTextWidth(font_info,(char *) query,Extent(query))); Max 3838 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 3840 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 4927 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 4929 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 6140 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 6142 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 7162 magick/widget.c Max(event.xconfigure.width,(int) window_info->min_width); Max 7164 magick/widget.c Max(event.xconfigure.height,(int) window_info->min_height); Max 7742 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 7744 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 8213 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 8215 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 8400 magick/widget.c windows->widget.width=Max((int) (width << 1),text_width)+6*QuantumMargin; Max 8611 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 8613 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 8851 magick/widget.c Min(Max(lines,3),32)*height+((13*height) >> 1)+((9*QuantumMargin) >> 1); Max 9243 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); Max 9245 magick/widget.c Max(event.xconfigure.height,(int) windows->widget.min_height); Max 3084 magick/xwindow.c packets=Max((int) pixel->colors,visual_info->colormap_size)+MaxNumberPens; Max 7960 magick/xwindow.c for (i=0; i < (long) image->colors; i+=Max(image->colors >> 4,2)) Max 3005 wand/magick_wand.c maximum = Max(maximum,statistics.red.maximum); Max 3008 wand/magick_wand.c maximum = Max(maximum,statistics.green.maximum); Max 3011 wand/magick_wand.c maximum = Max(maximum,statistics.blue.maximum); Max 3015 wand/magick_wand.c maximum = Max(maximum,statistics.opacity.maximum); Max 3417 wand/magick_wand.c maximum = Max(maximum,statistics.red.maximum); Max 3418 wand/magick_wand.c maximum = Max(maximum,statistics.green.maximum); Max 3419 wand/magick_wand.c maximum = Max(maximum,statistics.blue.maximum);