AbsoluteValue     232 Magick++/lib/Geometry.cpp       _xOff = static_cast<unsigned int>(AbsoluteValue(x));
AbsoluteValue     238 Magick++/lib/Geometry.cpp       _yOff = static_cast<unsigned int>(AbsoluteValue(y));
AbsoluteValue    3148 Magick++/lib/Image.cpp 		   AbsoluteValue(constImage()->page.x),
AbsoluteValue    3149 Magick++/lib/Image.cpp 		   AbsoluteValue(constImage()->page.y),
AbsoluteValue     821 coders/bmp.c       image->rows=AbsoluteValue(bmp_info.height);
AbsoluteValue     509 coders/dib.c     image->columns=AbsoluteValue(dib_info.width);
AbsoluteValue     510 coders/dib.c     image->rows=AbsoluteValue(dib_info.height);
AbsoluteValue     293 coders/pdf.c     if ((90 == AbsoluteValue(rotate)) || (270 == AbsoluteValue(rotate)))
AbsoluteValue     801 coders/psd.c             number_layers=AbsoluteValue(number_layers);
AbsoluteValue     499 coders/wmf.c     width = AbsoluteValue(bmp_draw->pixel_width * (double) bmp_draw->crop.w);
AbsoluteValue     500 coders/wmf.c     height = AbsoluteValue(bmp_draw->pixel_height * (double) bmp_draw->crop.h);
AbsoluteValue    1400 coders/wmf.c     angle = AbsoluteValue(RadiansToDegrees(2 * MagickPI - WMF_TEXT_ANGLE(font)));
AbsoluteValue    1428 coders/wmf.c         ulTL.y = AbsoluteValue(metrics.descent) - line_height;
AbsoluteValue    1430 coders/wmf.c         ulBR.y = AbsoluteValue(metrics.descent);
AbsoluteValue    1946 coders/wmf.c                          ( font_height / (metrics.ascent + AbsoluteValue(metrics.descent))));
AbsoluteValue    1949 coders/wmf.c               pointsize *= (font_height / ( metrics.ascent + AbsoluteValue(metrics.descent)));
AbsoluteValue    1964 coders/wmf.c           pointsize *= (font_height / (metrics.ascent + AbsoluteValue(metrics.descent)));
AbsoluteValue    2525 coders/wmf.c     if( AbsoluteValue(bbox.BR.y) > AbsoluteValue(bbox.TL.y) )
AbsoluteValue     188 magick/cdl.c     param.redslope=AbsoluteValue(param.redslope);
AbsoluteValue     189 magick/cdl.c     param.redpower=AbsoluteValue(param.redpower);
AbsoluteValue     190 magick/cdl.c     param.greenslope=AbsoluteValue(param.greenslope);
AbsoluteValue     191 magick/cdl.c     param.greenpower=AbsoluteValue(param.greenpower);
AbsoluteValue     192 magick/cdl.c     param.blueslope=AbsoluteValue(param.blueslope);
AbsoluteValue     193 magick/cdl.c     param.bluepower=AbsoluteValue(param.bluepower);
AbsoluteValue     708 magick/composite.c       destination.red=(Quantum) AbsoluteValue(value);
AbsoluteValue     711 magick/composite.c       destination.green=(Quantum) AbsoluteValue(value);
AbsoluteValue     714 magick/composite.c       destination.blue=(Quantum) AbsoluteValue(value);
AbsoluteValue     717 magick/composite.c       destination.opacity=(Quantum) AbsoluteValue(value);
AbsoluteValue    1900 magick/draw.c       (AbsoluteValue(CurrentContext->pointsize-pointsize) > MagickEpsilon))
AbsoluteValue    4874 magick/draw.c            if(AbsoluteValue(*p - *q) > MagickEpsilon)
AbsoluteValue    4987 magick/draw.c       (AbsoluteValue(CurrentContext->dash_offset-dash_offset) > MagickEpsilon))
AbsoluteValue    5396 magick/draw.c        (AbsoluteValue(CurrentContext->stroke_width-stroke_width) > MagickEpsilon))
AbsoluteValue    1095 magick/effect.c     if (AbsoluteValue(normalize) <= MagickEpsilon)
AbsoluteValue    4172 magick/effect.c   if (AbsoluteValue(value) >= options->threshold)
AbsoluteValue    1133 magick/enhance.c   param.percent_brightness=AbsoluteValue(param.percent_brightness);
AbsoluteValue    1134 magick/enhance.c   param.percent_saturation=AbsoluteValue(param.percent_saturation);
AbsoluteValue    1135 magick/enhance.c   param.percent_hue=AbsoluteValue(param.percent_hue);
AbsoluteValue    2268 magick/render.c                   Max(AbsoluteValue(bounds.x2-bounds.x1+1),1),
AbsoluteValue    2269 magick/render.c                   Max(AbsoluteValue(bounds.y2-bounds.y1+1),1),
AbsoluteValue    3292 magick/render.c       if (AbsoluteValue(winding_number) & 0x01)
AbsoluteValue    3296 magick/render.c     if (AbsoluteValue(winding_number) > 0)
AbsoluteValue    4580 magick/render.c   if ((AbsoluteValue(start.x-end.x) <= MagickEpsilon) &&
AbsoluteValue    4581 magick/render.c       (AbsoluteValue(start.y-end.y) <= MagickEpsilon))
AbsoluteValue    5001 magick/render.c   offset.x=AbsoluteValue(end.x-start.x);
AbsoluteValue    5002 magick/render.c   offset.y=AbsoluteValue(end.y-start.y);
AbsoluteValue     939 magick/resize.c                   normalize = 1.0 / (AbsoluteValue(normalize) <= MagickEpsilon ? 1.0 : normalize);
AbsoluteValue    1155 magick/resize.c                   normalize = 1.0 / (AbsoluteValue(normalize) <= MagickEpsilon ? 1.0 : normalize);
AbsoluteValue    1551 magick/segment.c         sum+=(double) histogram[u]*gamma[AbsoluteValue(x-u)];
AbsoluteValue    1484 magick/widget.c   if (AbsoluteValue(foreground-matte) > (65535L >> 3))
AbsoluteValue    1757 wand/drawing_wand.c      (AbsoluteValue(CurrentContext->pointsize-pointsize) > MagickEpsilon))
AbsoluteValue    4544 wand/drawing_wand.c         if (AbsoluteValue(*p - *q) > MagickEpsilon)
AbsoluteValue    4654 wand/drawing_wand.c      (AbsoluteValue(CurrentContext->dash_offset-dash_offset) > MagickEpsilon))
AbsoluteValue    5048 wand/drawing_wand.c      (AbsoluteValue(CurrentContext->stroke_width-stroke_width) > MagickEpsilon))