width             163 Magick++/demo/zoom.cpp                      (image.columns()*((double)resample.width()/density.width())+0.5),
width              35 Magick++/lib/Geometry.cpp     (left_.width() == right_.width()) &&
width              57 Magick++/lib/Geometry.cpp   return((left_.width()*left_.height()) < (right_.width()*right_.height()));
width             370 Magick++/lib/Geometry.cpp   _width=static_cast<size_t>(rectangle_.width),
width             383 Magick++/lib/Geometry.cpp   rectangle.width=_width;
width             612 Magick++/lib/Image.cpp       image()->x_resolution=density_.width();
width             616 Magick++/lib/Image.cpp         image()->y_resolution=density_.width();
width            1206 Magick++/lib/Image.cpp   return(Geometry(constImage()->page.width,constImage()->page.height,
width            1378 Magick++/lib/Image.cpp   image()->columns=geometry_.width();
width            1734 Magick++/lib/Image.cpp     width=columns(),
width            1741 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            1745 Magick++/lib/Image.cpp   newImage=AdaptiveResizeImage(constImage(),width,height,exceptionInfo);
width            1872 Magick++/lib/Image.cpp       if (boundingArea_.width() == 0 || boundingArea_.height() == 0)
width            2355 Magick++/lib/Image.cpp       kernel_info->width=order_;
width            2443 Magick++/lib/Image.cpp     width=columns();
width            2450 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(offset_).c_str(),&x,&y,&width,
width            2831 Magick++/lib/Image.cpp   geometry.width=geometry_.width();
width            3066 Magick++/lib/Image.cpp   info.x=static_cast<ssize_t>(geometry_.width());
width            3068 Magick++/lib/Image.cpp   info.width=columns() + ( static_cast<size_t>(info.x) << 1 );
width            3090 Magick++/lib/Image.cpp   info.width=columns() + ( static_cast<size_t>(info.x) << 1 );
width            3403 Magick++/lib/Image.cpp     width=columns();
width            3409 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            3413 Magick++/lib/Image.cpp   newImage=LiquidRescaleImage(constImage(),width,height,x,y,exceptionInfo);
width            3873 Magick++/lib/Image.cpp   geometry.width=columns_;
width            4023 Magick++/lib/Image.cpp   image()->page.width = 0;
width            4035 Magick++/lib/Image.cpp     width=columns(),
width            4042 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x, &y,&width,
width            4046 Magick++/lib/Image.cpp   newImage=ResampleImage(constImage(),width,height,image()->filter,1.0,
width            4058 Magick++/lib/Image.cpp     width=columns(),
width            4065 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x, &y,&width,
width            4069 Magick++/lib/Image.cpp   newImage=ResizeImage(constImage(),width,height,image()->filter,1.0,
width            4149 Magick++/lib/Image.cpp     width=columns();
width            4155 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4159 Magick++/lib/Image.cpp   newImage=SampleImage(constImage(),width,height,exceptionInfo);
width            4171 Magick++/lib/Image.cpp     width=columns();
width            4177 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4181 Magick++/lib/Image.cpp   newImage=ScaleImage(constImage(),width,height,exceptionInfo);
width            4576 Magick++/lib/Image.cpp     width=columns();
width            4582 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4586 Magick++/lib/Image.cpp   newImage=ThumbnailImage(constImage(),width,height,exceptionInfo);
width            4890 Magick++/lib/Image.cpp     width=columns();
width            4896 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4900 Magick++/lib/Image.cpp   newImage=ResizeImage(constImage(),width,height,image()->filter,image()->blur,
width             721 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width             725 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width            1479 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width            1483 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width            1878 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width            1882 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width             103 Magick++/lib/Magick++/Geometry.h     void width(size_t width_);
width             104 Magick++/lib/Magick++/Geometry.h     size_t width(void) const;
width             600 Magick++/lib/Magick++/Image.h     void adaptiveThreshold(const size_t width,const size_t height,
width              47 Magick++/lib/TypeMetric.cpp   return(_typeMetric.width);
width             115 coders/aai.c       width;
width             144 coders/aai.c     width=ReadBlobLSBLong(image);
width             148 coders/aai.c     if ((width == 0UL) || (height == 0UL))
width             155 coders/aai.c       image->columns=width;
width             216 coders/aai.c       width=ReadBlobLSBLong(image);
width             218 coders/aai.c       if ((width != 0UL) && (height != 0UL))
width             235 coders/aai.c     } while ((width != 0UL) && (height != 0UL));
width             117 coders/avs.c       width;
width             146 coders/avs.c     width=ReadBlobMSBLong(image);
width             150 coders/avs.c     if ((width == 0UL) || (height == 0UL))
width             160 coders/avs.c       image->columns=width;
width             219 coders/avs.c       width=ReadBlobMSBLong(image);
width             221 coders/avs.c       if ((width != 0UL) && (height != 0UL))
width             238 coders/avs.c     } while ((width != 0UL) && (height != 0UL));
width             161 coders/bgr.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             121 coders/bmp.c       width,
width             613 coders/bmp.c           bmp_info.width=(ssize_t) ((short) ReadBlobLSBShort(image));
width             628 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             639 coders/bmp.c           bmp_info.width=(ssize_t) ((int) ReadBlobLSBLong(image));
width             656 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             820 coders/bmp.c       if (bmp_info.width <= 0)
width             853 coders/bmp.c       image->columns=(size_t) MagickAbsoluteValue(bmp_info.width);
width            1694 coders/bmp.c       bmp_info.width=(ssize_t) image->columns;
width            2002 coders/bmp.c           (void) WriteBlobLSBShort(image,(unsigned short) bmp_info.width);
width            2013 coders/bmp.c           (void) WriteBlobLSBLong(image,(unsigned int) bmp_info.width);
width             177 coders/cals.c      width;
width             205 coders/cals.c    width=0;
width             223 coders/cals.c              (void) sscanf(header+8,"%lu,%lu",&width,&height);
width             268 coders/cals.c    (void) FormatLocaleString(message,MaxTextExtent,"%lux%lu",width,height);
width             122 coders/caption.c     width;
width             172 coders/caption.c       width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             173 coders/caption.c       image->columns=width;
width             226 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             230 coders/caption.c             if ((width >= image->columns) && (height >= image->rows))
width             234 coders/caption.c           if (((image->columns != 0) && (width >= image->columns)) ||
width             251 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             255 coders/caption.c             if ((width < image->columns) && (height < image->rows))
width             261 coders/caption.c           if (((image->columns != 0) && (width < image->columns)) ||
width             161 coders/cmyk.c    canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width            2830 coders/dcm.c       width,
width            2910 coders/dcm.c     width=0;
width            3236 coders/dcm.c               width=(size_t) datum;
width            3496 coders/dcm.c     if ((width == 0) || (height == 0))
width            3498 coders/dcm.c     image->columns=(size_t) width;
width            3679 coders/dcm.c       image->columns=(size_t) width;
width             131 coders/dds.c       width,
width            1790 coders/dds.c       image->columns = dds_info.width;
width            1845 coders/dds.c     dds_info->width = ReadBlobLSBLong(image);
width            1901 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            1904 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            1922 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            1977 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            1980 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            2002 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            2066 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            2069 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            2094 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            2150 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width            2155 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width            2224 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width            2229 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width            2382 coders/dds.c         w = DIV2(dds_info->width);
width            2429 coders/dds.c         w = DIV2(dds_info->width);
width              81 coders/dib.c       width,
width             509 coders/dib.c     dib_info.width=(short) ReadBlobLSBLong(image);
width             532 coders/dib.c     if (dib_info.width <= 0)
width             565 coders/dib.c     image->columns=(size_t) MagickAbsoluteValue(dib_info.width);
width             592 coders/dib.c           if ((geometry.width != 0) && (geometry.width < image->columns))
width             593 coders/dib.c             image->columns=geometry.width;
width            1068 coders/dib.c     dib_info.width=(ssize_t) image->columns;
width            1264 coders/dib.c     (void) WriteBlobLSBLong(image,dib_info.width);
width             638 coders/djvu.c              info.width=(int) (info.width*image->x_resolution/info.dpi);
width             650 coders/djvu.c          image->columns=(size_t) info.width;
width             686 coders/djvu.c          get_page_image(lc, lc->page, 0, 0, info.width, info.height, image_info);
width             895 coders/djvu.c    if ((image->page.width == 0) && (image->page.height == 0))
width             897 coders/djvu.c        image->page.width = image->columns+image->page.x;
width             246 coders/dps.c     dps_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             316 coders/dps.c     image->columns=(size_t) dps_image->width;
width             489 coders/dps.c             matte_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             330 coders/emf.c     *width=512;
width             353 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             394 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             419 coders/emf.c     *width=mp.xExt;
width             470 coders/emf.c       width,
width             474 coders/emf.c     hemf=ReadEnhMetaFile(image_info->filename,&width,&height);
width             498 coders/emf.c         image->columns=(size_t) ((width/1000.0/CENTIMETERS_INCH)*
width             506 coders/emf.c         image->columns=width;
width             174 coders/fpx.c       width;
width             223 coders/fpx.c         &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
width             251 coders/fpx.c         aspect_ratio=(float) width/height;
width             255 coders/fpx.c         if (width != (size_t) floor((aspect_ratio*height)+0.5))
width             256 coders/fpx.c           Swap(width,height);
width             316 coders/fpx.c       if (((width >> i) < tile_width) || ((height >> i) < tile_height))
width             322 coders/fpx.c         width>>=1;
width             327 coders/fpx.c       while ((width > image->columns) || (height > image->rows))
width             329 coders/fpx.c         width>>=1;
width             334 coders/fpx.c     image->columns=width;
width            1039 coders/fpx.c         view_rect.width=aspect_ratio-0.2;
width            1021 coders/gif.c     page.width=ReadBlobLSBShort(image);
width            1258 coders/gif.c       image->page.width=page.width;
width            1566 coders/gif.c     page.width=image->columns;
width            1567 coders/gif.c     if (image->page.width > page.width)
width            1568 coders/gif.c       page.width=image->page.width;
width            1574 coders/gif.c     (void) WriteBlobLSBShort(image,(unsigned short) page.width);
width            1876 coders/gif.c       if ((image->page.width != 0) && (image->page.height != 0))
width             156 coders/gray.c    canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             356 coders/hdr.c                       width;
width             358 coders/hdr.c                     if (sscanf(value,"%d +X %d",&height,&width) == 2)
width             360 coders/hdr.c                         image->columns=(size_t) width;
width             239 coders/histogram.c   histogram_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width             345 coders/html.c              image->filename,(double) geometry.width-1,(double) geometry.height-
width             358 coders/html.c                  geometry.width-1),(double) (geometry.y+geometry.height-1));
width             366 coders/html.c                geometry.x+=(ssize_t) geometry.width;
width             421 coders/html.c          image->filename,(double) geometry.width-1,(double) geometry.height-1);
width             433 coders/html.c              geometry.width-1,geometry.y+(double) geometry.height-1);
width             441 coders/html.c            geometry.x+=(ssize_t) geometry.width;
width              86 coders/icon.c      width,
width             120 coders/icon.c      width,
width             306 coders/icon.c      icon_file.directory[i].width=(unsigned char) ReadBlobByte(image);
width             333 coders/icon.c      icon_info.width=(unsigned char) ((int) ReadBlobLSBLong(image));
width             406 coders/icon.c          image->columns=(size_t) icon_file.directory[i].width;
width             407 coders/icon.c          if ((ssize_t) image->columns > icon_info.width)
width             408 coders/icon.c            image->columns=(size_t) icon_info.width;
width             424 coders/icon.c                "   width  = %.20g",(double) icon_file.directory[i].width);
width             943 coders/icon.c      (void) WriteBlobByte(image,icon_file.directory[scene].width);
width            1000 coders/icon.c          icon_file.directory[scene].width=0;
width            1070 coders/icon.c          icon_info.width=(ssize_t) next->columns;
width            1077 coders/icon.c          icon_info.size+=(((icon_info.width+31) & ~31) >> 3)*icon_info.height;
width            1255 coders/icon.c          icon_file.directory[scene].width=(unsigned char) icon_info.width;
width            1265 coders/icon.c          (void) WriteBlobLSBLong(image,(unsigned int) icon_info.width);
width            1362 coders/icon.c      (void) WriteBlobByte(image,icon_file.directory[scene].width);
width              78 coders/ipl.c       width,
width             168 coders/ipl.c     image->columns = ipl->width;
width             247 coders/ipl.c     ipl_info.width=ReadBlobLong(image);
width             249 coders/ipl.c     if((ipl_info.width == 0UL) || (ipl_info.height == 0UL))
width             338 coders/ipl.c        if(image->columns != ipl_info.width){
width             582 coders/ipl.c     ipl_info.width = (unsigned int) image->columns;
width             589 coders/ipl.c       ((image->depth)/8)*ipl_info.height*ipl_info.width*ipl_info.colors*ipl_info.z);
width             610 coders/ipl.c     (void) WriteBlobLong(image, ipl_info.width);
width             843 coders/jp2.c         parameters.cp_tdx=(int) geometry.width;
width             844 coders/jp2.c         parameters.cp_tdy=(int) geometry.width;
width             160 coders/jpeg.c      width,
width            1756 coders/jpeg.c    table->width=StringToUnsignedLong(attribute);
width            1757 coders/jpeg.c    if (table->width == 0)
width            1816 coders/jpeg.c    length=(size_t) table->width*table->height;
width            1824 coders/jpeg.c    for (i=0; i < (ssize_t) (table->width*table->height); i++)
width            1255 coders/json.c    if ((image->extract_info.width*image->extract_info.height) != 0)
width            1259 coders/json.c        (double) image->extract_info.width,(double) image->extract_info.height,
width            1276 coders/json.c    if ((image->page.width != 0) || (image->page.height != 0) ||
width            1281 coders/json.c        (double) image->page.width,(double) image->page.height,
width             114 coders/label.c     width;
width             134 coders/label.c   metrics.width=0;
width             139 coders/label.c       image->columns=(size_t) (metrics.width+draw_info->stroke_width+0.5);
width             160 coders/label.c           width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             164 coders/label.c               if ((width >= image->columns) && (height >= image->rows))
width             168 coders/label.c             if (((image->columns != 0) && (width >= image->columns)) ||
width             181 coders/label.c           width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             185 coders/label.c               if ((width < image->columns) && (height < image->rows))
width             191 coders/label.c             if (((image->columns != 0) && (width < image->columns)) ||
width             208 coders/label.c     image->columns=(size_t) (metrics.width+draw_info->stroke_width+0.5);
width            2104 coders/miff.c      if ((image->page.width != 0) || (image->page.height != 0))
width            2107 coders/miff.c            "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width            1173 coders/mpc.c       if ((image->page.width != 0) || (image->page.height != 0))
width            1176 coders/mpc.c             "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width             654 coders/msl.c       width;
width             885 coders/msl.c                           geometry.height=geometry.width;
width            1070 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            1304 coders/msl.c                           geometry.height=geometry.width;
width            1328 coders/msl.c                         geometry.width=StringToLong(value);
width            1530 coders/msl.c                           geometry.height=geometry.width;
width            1554 coders/msl.c                         geometry.width=StringToLong(value);
width            1671 coders/msl.c                           geometry.height=geometry.width;
width            1856 coders/msl.c                           geometry.height=geometry.width;
width            1994 coders/msl.c                          width=composite_image->columns;
width            1996 coders/msl.c                            for (x=0; x < (ssize_t) image->columns; x+=(ssize_t) width)
width            2180 coders/msl.c                         geometry.width=StringToLong(value);
width            2473 coders/msl.c                           geometry.height=geometry.width;
width            2677 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3061 coders/msl.c                           geometry.height=geometry.width;
width            3062 coders/msl.c                         frame_info.width=geometry.width;
width            3113 coders/msl.c                         frame_info.width=StringToLong(value);
width            3128 coders/msl.c             frame_info.x=(ssize_t) frame_info.width;
width            3130 coders/msl.c             frame_info.width=msl_info->image[n]->columns+2*frame_info.x;
width            3720 coders/msl.c                           geometry.height=geometry.width;
width            4652 coders/msl.c                           geometry.height=geometry.width;
width            4836 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            4863 coders/msl.c                   metrics.width);
width            4922 coders/msl.c                           geometry.height=geometry.width;
width            4963 coders/msl.c                         geometry.width=StringToLong(value);
width            5091 coders/msl.c           width=msl_info->image[n]->page.width;
width            5126 coders/msl.c                     geometry.height=geometry.width;
width            5127 coders/msl.c                   width=geometry.width;
width            5142 coders/msl.c                       if ((width == 0) && (geometry.x > 0))
width            5143 coders/msl.c                         width=msl_info->image[n]->columns+geometry.x;
width            5173 coders/msl.c               width = StringToLong( value );
width            5209 coders/msl.c            msl_info->image[n]->page.width=width;
width            5309 coders/msl.c           width=(size_t) (x_resolution*msl_info->image[n]->columns/
width            5315 coders/msl.c           resample_image=ResizeImage(msl_info->image[n],width,height,
width            5415 coders/msl.c                         geometry.width=StringToLong(value);
width            5430 coders/msl.c             resize_image=ResizeImage(msl_info->image[n],geometry.width,
width            5470 coders/msl.c                           geometry.height=geometry.width;
width            5520 coders/msl.c           width=msl_info->image[n]->columns;
width            5544 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            5775 coders/msl.c                         geometry.width=StringToLong(value);
width            5790 coders/msl.c             sample_image=SampleImage(msl_info->image[n],geometry.width,
width            5851 coders/msl.c                         geometry.width=StringToLong(value);
width            5866 coders/msl.c             scale_image=ScaleImage(msl_info->image[n],geometry.width,
width            6098 coders/msl.c                     (double) geometry.width,(double) geometry.height);
width            6101 coders/msl.c                       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,
width            6388 coders/msl.c           width = height = 0;
width            6411 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            6433 coders/msl.c               width = StringToLong( value );
width            6457 coders/msl.c           rectInfo.width = width;
width            7201 coders/msl.c             rectInfo.height = rectInfo.width = 0;
width             354 coders/pango.c       image->columns=(extent.x+extent.width+PANGO_SCALE/2)/PANGO_SCALE+2*page.x;
width             437 coders/pcd.c       p=pixels+(height-1-y)*scaled_width+(width-1);
width             438 coders/pcd.c       q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1);
width             441 coders/pcd.c       for (x=1; x < (ssize_t) width; x++)
width             454 coders/pcd.c       for (x=0; x < (ssize_t) (width-1); x++)
width             468 coders/pcd.c     (void) CopyMagickMemory(q,p,(size_t) (2*width));
width             502 coders/pcd.c       width;
width             557 coders/pcd.c         width=192;
width             561 coders/pcd.c           if ((width >= image->columns) && (height >= image->rows))
width             563 coders/pcd.c           width<<=1;
width             574 coders/pcd.c     width=192;
width             578 coders/pcd.c       width<<=1;
width             581 coders/pcd.c     image->columns=width;
width             647 coders/pcd.c           image->columns=width;
width             655 coders/pcd.c             count=ReadBlob(image,width,yy);
width             657 coders/pcd.c             count=ReadBlob(image,width,yy);
width             659 coders/pcd.c             count=ReadBlob(image,width >> 1,c1);
width             661 coders/pcd.c             count=ReadBlob(image,width >> 1,c2);
width             727 coders/pcd.c       count=ReadBlob(image,width,yy);
width             729 coders/pcd.c       count=ReadBlob(image,width,yy);
width             731 coders/pcd.c       count=ReadBlob(image,width >> 1,c1);
width             733 coders/pcd.c       count=ReadBlob(image,width >> 1,c2);
width             980 coders/pcd.c       &geometry.width,&geometry.height);
width             981 coders/pcd.c     if ((geometry.width % 2) != 0)
width             982 coders/pcd.c       geometry.width--;
width             985 coders/pcd.c     tile_image=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,
width             990 coders/pcd.c     geometry.width=(size_t) geometry_info.rho;
width             993 coders/pcd.c       geometry.height=geometry.width;
width             994 coders/pcd.c     if ((tile_image->columns != geometry.width) ||
width            1006 coders/pcd.c         border_info.width=(geometry.width-tile_image->columns+1) >> 1;
width             193 coders/pcl.c       width;
width             297 coders/pcl.c       width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             299 coders/pcl.c       if (width > page.width)
width             300 coders/pcl.c         page.width=width;
width             308 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             313 coders/pcl.c       page.width,(double) page.height);
width             323 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             331 coders/pcl.c     page.width=(size_t) floor((double) page.width*image->x_resolution/delta.x+
width             336 coders/pcl.c        page.width,(double) page.height);
width             126 coders/pdb.c       width,
width             398 coders/pdb.c     pdb_image.width=(short) ReadBlobMSBShort(image);
width             403 coders/pdb.c     image->columns=(size_t) pdb_image.width;
width             816 coders/pdb.c     pdb_image.width=(short) image->columns;
width             818 coders/pdb.c       pdb_image.width=(short) (16*(image->columns/16+1));
width             853 coders/pdb.c       for (x=0; x < (ssize_t) pdb_image.width; x++)
width             944 coders/pdb.c     (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.width);
width             501 coders/pdf.c     page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)-
width             645 coders/pdf.c         page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             661 coders/pdf.c       flags=ParseMetaGeometry(geometry,&page.x,&page.y,&page.width,&page.height);
width             669 coders/pdf.c       page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)
width             682 coders/pdf.c         swap=page.width;
width             683 coders/pdf.c         page.width=page.height;
width             724 coders/pdf.c         page.width,(double) page.height);
width            1422 coders/pdf.c         if ((image->page.width != 0) && (image->page.height != 0))
width            1424 coders/pdf.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1432 coders/pdf.c         &geometry.width,&geometry.height);
width            1433 coders/pdf.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1434 coders/pdf.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1485 coders/pdf.c         "/MediaBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1489 coders/pdf.c         "/CropBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            2054 coders/pdf.c         &geometry.width,&geometry.height);
width            2055 coders/pdf.c       tile_image=ThumbnailImage(image,geometry.width,geometry.height,
width             436 coders/pict.c      width;
width             452 coders/pict.c    width=image->columns;
width             457 coders/pict.c        width*=2;
width             461 coders/pict.c        width*=image->matte != MagickFalse ? 4 : 3;
width             463 coders/pict.c      bytes_per_line=width;
width             487 coders/pict.c          q=pixels+y*width;
width             515 coders/pict.c      q=pixels+y*width;
width             997 coders/pict.c                width;
width            1028 coders/pict.c              width=1UL*(frame.bottom-frame.top);
width            1033 coders/pict.c                width<<=1;
width            1035 coders/pict.c                length=width;
width             118 coders/pix.c       width;
width             143 coders/pix.c     width=ReadBlobMSBShort(image);
width             148 coders/pix.c     if ((width == 0UL) || (height == 0UL) || ((bits_per_pixel != 8) &&
width             156 coders/pix.c       image->columns=width;
width             230 coders/pix.c       width=ReadBlobMSBLong(image);
width             235 coders/pix.c       status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
width             600 coders/png.c       width;
width            1814 coders/png.c     image->page.width=(size_t) ((chunk->data[0] << 24) |
width            3690 coders/png.c             mng_info->ob[object_id]->width=ping_width;
width            3841 coders/png.c        if ((image->page.width != 0 && image->page.width != image->columns) ||
width            3846 coders/png.c               (double) image->page.width,(double) image->page.height);
width            3984 coders/png.c               (double) image->page.width,(double) image->page.height,
width            4662 coders/png.c     if (image->page.width == 0 && image->page.height == 0)
width            4664 coders/png.c         image->page.width=jng_width;
width            5604 coders/png.c                   image->page.width=subframe_width;
width            6181 coders/png.c                   image->page.width=mng_info->mng_width;
width            6233 coders/png.c               image->page.width=subframe_width;
width            6291 coders/png.c           image->page.width=mng_info->mng_width;
width            6897 coders/png.c                   crop_info.width=(size_t) (crop_box.right-crop_box.left);
width            6899 coders/png.c                   image->page.width=image->columns;
width            6910 coders/png.c                       image->page.width=image->columns;
width            6928 coders/png.c                   image->page.width=1;
width            7011 coders/png.c         image->page.width=mng_info->mng_width;
width            7161 coders/png.c            next->page.width=mng_info->mng_width;
width            10725 coders/png.c         if ((image->page.width != 0 && image->page.width != image->columns) ||
width            10734 coders/png.c             PNGLong(chunk+4,(png_uint_32) image->page.width);
width            11192 coders/png.c             (ping_width != mng_info->page.width) ||
width            12518 coders/png.c     if (mng_info->write_mng == 0 && (image->page.width || image->page.height))
width            12523 coders/png.c          PNGLong(chunk+4,(png_uint_32) image->page.width);
width            12930 coders/png.c               &mng_info->page.y,&mng_info->page.width,&mng_info->page.height);
width            12944 coders/png.c         if (mng_info->page.width || mng_info->page.height)
width            12967 coders/png.c               if ((next_image->columns+next_image->page.x) > mng_info->page.width)
width            12968 coders/png.c                 mng_info->page.width=next_image->columns+next_image->page.x;
width            12982 coders/png.c                 ((next_image->columns < mng_info->page.width) &&
width            13131 coders/png.c        PNGLong(chunk+4,(png_uint_32) mng_info->page.width);
width            13354 coders/png.c            image->page.y > 0 || (image->page.width &&
width            13355 coders/png.c            (image->page.width+image->page.x < mng_info->page.width))
width             573 coders/ps.c      page.width=(size_t) ceil((double) (page.width*resolution.x/delta.x)-0.5);
width             793 coders/ps.c          page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             809 coders/ps.c        flags=ParseMetaGeometry(geometry,&page.x,&page.y,&page.width,&page.height);
width             817 coders/ps.c        page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)
width             874 coders/ps.c        page.width,(double) page.height);
width            1608 coders/ps.c          if ((image->page.width != 0) && (image->page.height != 0))
width            1610 coders/ps.c              "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1618 coders/ps.c          &geometry.width,&geometry.height);
width            1619 coders/ps.c        scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1620 coders/ps.c        geometry.width=(size_t) floor(scale.x+0.5);
width            1852 coders/ps.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width            1859 coders/ps.c        if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width            1860 coders/ps.c          bounds.x2=(double) geometry.x+geometry.width-1;
width             526 coders/ps2.c         if ((image->page.width != 0) && (image->page.height != 0))
width             528 coders/ps2.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             536 coders/ps2.c         &geometry.width,&geometry.height);
width             537 coders/ps2.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             538 coders/ps2.c       geometry.width=(size_t) floor(scale.x+0.5);
width             578 coders/ps2.c           bounds.x2=(double) geometry.x+geometry.width;
width             685 coders/ps2.c         (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width             692 coders/ps2.c       if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width             693 coders/ps2.c         bounds.x2=(double) geometry.x+geometry.width-1;
width             969 coders/ps3.c         if ((image->page.width != 0) && (image->page.height != 0))
width             971 coders/ps3.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             979 coders/ps3.c         &geometry.width,&geometry.height);
width             980 coders/ps3.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             981 coders/ps3.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1122 coders/ps3.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+
width            1056 coders/psd.c       mask=CloneImage(image,layer_info->mask.page.width,
width            1314 coders/psd.c           layer_info[i].page.width=(ssize_t) (x-layer_info[i].page.x);
width            1328 coders/psd.c               layer_info[i].page.width,(double) layer_info[i].channels);
width            1385 coders/psd.c                   layer_info[i].mask.page.width=(size_t)
width            1401 coders/psd.c                       layer_info[i].mask.page.y,(double) layer_info[i].mask.page.width,
width            1467 coders/psd.c           if ((layer_info[i].page.width == 0) ||
width            1479 coders/psd.c           layer_info[i].image=CloneImage(image,layer_info[i].page.width,
width             149 coders/raw.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             160 coders/rgb.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             135 coders/sct.c       width;
width             210 coders/sct.c     width=StringToDouble((char *) buffer,(char **) NULL);
width             220 coders/sct.c     image->x_resolution=1.0*image->columns/width;
width             699 coders/sixel.c     len = ncolors * width;
width             716 coders/sixel.c     nwrite = sprintf((char *)context->buffer + context->pos, "\"1;1;%d;%d", (int) width, (int) height);
width             744 coders/sixel.c         for (x = 0; x < (ssize_t) width; x++) {
width             745 coders/sixel.c             pix = pixels[y * width + x];
width             747 coders/sixel.c                 map[pix * width + x] |= (1 << i);
width             756 coders/sixel.c             for (left = 0; left < (ssize_t) width; left++) {
width             757 coders/sixel.c                 if (*(map + c * width + left) == 0) {
width             761 coders/sixel.c                 for (right = left + 1; right < (ssize_t) width; right++) {
width             762 coders/sixel.c                     if (*(map + c * width + right) != 0) {
width             766 coders/sixel.c                     for (n = 1; (right + n) < (ssize_t) width; n++) {
width             767 coders/sixel.c                         if (*(map + c * width + right + n) != 0) {
width             772 coders/sixel.c                     if (n >= 10 || right + n >= (ssize_t) width) {
width             788 coders/sixel.c                 np->map = map + c * width;
width             225 coders/sun.c         width,
width             304 coders/sun.c       sun_info.width=ReadBlobMSBLong(image);
width             311 coders/sun.c       extent=sun_info.height*sun_info.width;
width             312 coders/sun.c       if ((sun_info.height != 0) && (sun_info.width != extent/sun_info.height))
width             324 coders/sun.c       image->columns=sun_info.width;
width             398 coders/sun.c       image->columns=sun_info.width;
width             418 coders/sun.c       bytes_per_line=sun_info.width*sun_info.depth;
width             420 coders/sun.c         sun_info.length,bytes_per_line*sun_info.width),sizeof(*sun_data));
width             427 coders/sun.c       if ((height == 0) || (sun_info.width == 0) || (sun_info.depth == 0) ||
width             428 coders/sun.c           ((bytes_per_line/sun_info.depth) != sun_info.width))
width             432 coders/sun.c       if ((bytes_per_line >> 1) != (sun_info.width*sun_info.depth+15))
width             707 coders/sun.c         width,
width             764 coders/sun.c       sun_info.width=(unsigned int) image->columns;
width             811 coders/sun.c       (void) WriteBlobMSBLong(image,sun_info.width);
width             112 coders/svg.c       width,
width             144 coders/svg.c       width,
width             313 coders/svg.c             if (svg_info->view_box.width == 0.0)
width             315 coders/svg.c             return(svg_info->view_box.width*value/100.0);
width             323 coders/svg.c         alpha=value-svg_info->view_box.width;
width             896 coders/svg.c                 svg_info->bounds.width=
width            1047 coders/svg.c               svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width,
width            1100 coders/svg.c             svg_info->bounds.width=0.0;
width            1127 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2083 coders/svg.c                 svg_info->view_box.width=StringToDouble(token,
width            2085 coders/svg.c                 if (svg_info->bounds.width == 0)
width            2086 coders/svg.c                   svg_info->bounds.width=svg_info->view_box.width;
width            2103 coders/svg.c                 svg_info->bounds.width=
width            2175 coders/svg.c             if ((svg_info->view_box.width == 0.0) ||
width            2178 coders/svg.c             svg_info->width=(size_t) floor(svg_info->bounds.width+0.5);
width            2181 coders/svg.c               (double) svg_info->width,(double) svg_info->height);
width            2182 coders/svg.c             sx=(double) svg_info->width/svg_info->view_box.width;
width            2300 coders/svg.c               svg_info->bounds.y,svg_info->bounds.width,svg_info->bounds.height,
width            2370 coders/svg.c                   svg_info->bounds.x+svg_info->bounds.width,
width            2382 coders/svg.c               svg_info->bounds.width,svg_info->bounds.y+svg_info->bounds.height,
width            2448 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2956 coders/svg.c           image->columns=image->x_resolution*dimension_info.width/90.0;
width            3118 coders/svg.c     svg_info->bounds.width=image->columns;
width            3172 coders/svg.c     image->columns=svg_info->width;
width            4135 coders/svg.c                   svg_info.bounds.width=StringToDouble(token,
width            4145 coders/svg.c                     svg_info.bounds.y,svg_info.bounds.width,
width             103 coders/tga.c       width,
width             230 coders/tga.c     tga_info.width=(unsigned short) ReadBlobLSBShort(image);
width             242 coders/tga.c     image->columns=tga_info.width;
width             760 coders/tga.c     tga_info.width=(unsigned short) image->columns;
width             819 coders/tga.c     (void) WriteBlobLSBShort(image,tga_info.width);
width            1095 coders/tiff.c      width;
width            1162 coders/tiff.c      if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) ||
width            1242 coders/tiff.c            (unsigned int) width,(unsigned int) height);
width            1254 coders/tiff.c      image->columns=(size_t) width;
width            2723 coders/tiff.c      tiff_info->tile_geometry.height=tiff_info->tile_geometry.width;
width            2724 coders/tiff.c    tile_columns=(uint32) tiff_info->tile_geometry.width;
width            2729 coders/tiff.c    tiff_info->tile_geometry.width=tile_columns;
width            2784 coders/tiff.c      tiff_info->tile_geometry.width);
width            2785 coders/tiff.c    number_tiles=(image->columns+tiff_info->tile_geometry.width)/
width            2786 coders/tiff.c      tiff_info->tile_geometry.width;
width            2790 coders/tiff.c        tiff_info->tile_geometry.width) : tiff_info->tile_geometry.width;
width            2797 coders/tiff.c                tiff_info->tile_geometry.width+k)/8);
width            2803 coders/tiff.c            tiff_info->tile_geometry.width+k)*bytes_per_pixel);
width            2808 coders/tiff.c      if ((i*tiff_info->tile_geometry.width) != image->columns)
width            2810 coders/tiff.c          tiff_info->tile_geometry.width),(uint32) ((row/
width             132 coders/tim.c       width;
width             196 coders/tim.c           width=ReadBlobLSBShort(image);
width             198 coders/tim.c           image->columns=width;
width             238 coders/tim.c       width=ReadBlobLSBShort(image);
width             240 coders/tim.c       image_size=2*width*height;
width             241 coders/tim.c       bytes_per_line=width*2;
width             242 coders/tim.c       width=(width*16)/bits_per_pixel;
width             254 coders/tim.c       image->columns=width;
width             218 coders/txt.c     page.width=612;
width             227 coders/txt.c     image->columns=(size_t) floor((((double) page.width*image->x_resolution)/
width             409 coders/txt.c       width;
width             434 coders/txt.c       width=0;
width             438 coders/txt.c       count=(ssize_t) sscanf(text+32,"%lu,%lu,%lu,%s",&width,&height,&max_value,
width             440 coders/txt.c       if ((count != 4) || (width == 0) || (height == 0) || (max_value == 0))
width             442 coders/txt.c       image->columns=width;
width             183 coders/vid.c         &geometry.width,&geometry.height);
width             184 coders/vid.c       thumbnail_image=ThumbnailImage(next_image,geometry.width,geometry.height,
width             277 coders/webp.c        image->columns=(size_t) features->width;
width             557 coders/webp.c    picture.width=(int) image->columns;
width             655 coders/wmf.c       width;
width             673 coders/wmf.c        (bmp_draw->crop.w != bmp_draw->bmp.width) ||
width             685 coders/wmf.c         crop_info.width = bmp_draw->crop.w;
width             717 coders/wmf.c     width = fabs(bmp_draw->pixel_width * (double) bmp_draw->crop.w);
width             722 coders/wmf.c       width * ddata->scale_x, height * ddata->scale_y, magick_wand);
width             730 coders/wmf.c     printf("bmp_draw->bmp WxH    = %ix%i\n", bmp_draw->bmp.width, bmp_draw->bmp.height);
width             756 coders/wmf.c     if (bmp_read->width || bmp_read->height)
width             761 coders/wmf.c         (void) FormatLocaleString(size,MaxTextExtent,"%ux%u",bmp_read->width,
width             768 coders/wmf.c      bmp_read->width, bmp_read->height);
width             790 coders/wmf.c         bmp_read->bmp.width  = (U16)image->columns;
width             801 coders/wmf.c     bmp->width = (U16) 0;
width            1283 coders/wmf.c         if ((draw_rect->width > 0) || (draw_rect->height > 0))
width            1287 coders/wmf.c                              draw_rect->width / 2, draw_rect->height / 2);
width            1557 coders/wmf.c                   text_width = metrics.width * (ddata->scale_y / ddata->scale_x);
width            1659 coders/wmf.c         ulBR.x = metrics.width;
width            1681 coders/wmf.c         ulBR.x = metrics.width;
width            1951 coders/wmf.c               draw_pattern_push(API, ddata->pattern_id, brush_bmp->width,
width            1954 coders/wmf.c               (void) DrawComposite(WmfDrawingWand,mode, 0, 0, brush_bmp->width,
width            2304 coders/wmf.c       stringwidth = ((metrics.width * 72)/(image->x_resolution * draw_info->pointsize)); /* *0.916348; */
width            2844 coders/wmf.c       printf("dc->Window.width  = %d\n", dc->Window.width);
width            2851 coders/wmf.c       printf("dc->width         = %.d\n", dc->width);
width            1107 coders/wpg.c                 image->page.width=(unsigned int)
width             213 coders/xbm.c       width;
width             235 coders/xbm.c     width=0;
width             238 coders/xbm.c       if (sscanf(buffer,"#define %s %u",name,&width) == 2)
width             247 coders/xbm.c     image->columns=width;
width             113 coders/xcf.c       width,
width             140 coders/xcf.c       width,
width             612 coders/xcf.c       width,
width             622 coders/xcf.c     width=ReadBlobMSBLong(image);
width             636 coders/xcf.c     ntile_cols=(width+TILE_WIDTH-1)/TILE_WIDTH;
width             661 coders/xcf.c           (int) width % TILE_WIDTH : TILE_WIDTH);
width             726 coders/xcf.c       width,
width             730 coders/xcf.c     width=ReadBlobMSBLong(image);
width             731 coders/xcf.c     (void) width;
width             785 coders/xcf.c     outLayer->width = ReadBlobMSBLong(image);
width             896 coders/xcf.c             outLayer->image->page.width=outLayer->width;
width             902 coders/xcf.c     outLayer->image=CloneImage(image,outLayer->width, outLayer->height,MagickTrue,
width             913 coders/xcf.c     outLayer->image->page.width=outLayer->width;
width            1050 coders/xcf.c     doc_info.width=ReadBlobMSBLong(image);
width            1052 coders/xcf.c     if ((doc_info.width > 262144) || (doc_info.height > 262144))
width            1058 coders/xcf.c     image->columns=doc_info.width;
width             281 coders/xpm.c       width;
width             331 coders/xpm.c     width=0;
width             336 coders/xpm.c       count=(ssize_t) sscanf(p+1,"%lu %lu %lu %lu",&columns,&rows,&colors,&width);
width             343 coders/xpm.c     if ((count != 4) || (width > 10) || (image->columns == 0) ||
width             388 coders/xpm.c       (void) CopyXPMColor(key,p,MagickMin((size_t) width,MaxTextExtent-1));
width             394 coders/xpm.c       q=ParseXPMColor(p+width,MagickTrue);
width             456 coders/xpm.c             ssize_t count=CopyXPMColor(key,p,MagickMin(width,MaxTextExtent-1));
width             457 coders/xpm.c             if (count != (ssize_t) width)
width             700 coders/xpm.c       &geometry.width,&geometry.height);
width             701 coders/xpm.c     picon=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,1.0,
width             147 coders/xps.c       width;
width             251 coders/xps.c       width=(size_t) (floor(bounds.x2+0.5)-ceil(bounds.x1-0.5));
width             253 coders/xps.c       if (width > page.width)
width             254 coders/xps.c         page.width=width;
width             262 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             267 coders/xps.c       page.width,(double) page.height);
width             281 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             285 coders/xps.c     page.width=(size_t) floor(page.width*image->y_resolution/delta.x+0.5);
width             288 coders/xps.c       page.width,(double) page.height);
width             153 coders/xwd.c     (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width             280 coders/xwd.c     ximage->width=(int) header.pixmap_width;
width             291 coders/xwd.c     if ((ximage->width < 0) || (ximage->height < 0) || (ximage->depth < 0) || 
width             299 coders/xwd.c     if ((ximage->width > 65535) || (ximage->height > 65535))
width             399 coders/xwd.c     image->columns=(size_t) ximage->width;
width             174 coders/ycbcr.c   canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             587 coders/yuv.c       width;
width             651 coders/yuv.c       width=image->columns+(image->columns & (horizontal_factor-1));
width             653 coders/yuv.c       yuv_image=ResizeImage(image,width,height,TriangleFilter,1.0,
width             661 coders/yuv.c       chroma_image=ResizeImage(image,width/horizontal_factor,
width              70 magick/PreRvIcccm.c     ximage->format,ximage->xoffset,(char *) NULL,ximage->width,ximage->height,
width             341 magick/PreRvIcccm.c     0,0,0,0,x,y,width,height);
width             604 magick/accelerate-private.h             float  width,range,center,bias;
width             605 magick/accelerate-private.h             width  = ( number_parameters >= 1 ) ? parameters[0] : 1.0f;
width             610 magick/accelerate-private.h             result.x = 2.0f/width*(QuantumScale*(float)pixel.x - center);
width             615 magick/accelerate-private.h             result.y = 2.0f/width*(QuantumScale*(float)pixel.y - center);
width             620 magick/accelerate-private.h             result.z = 2.0f/width*(QuantumScale*(float)pixel.z - center);
width             626 magick/accelerate-private.h             result.w = 2.0f/width*(QuantumScale*(float)pixel.w - center);
width             826 magick/accelerate-private.h                          const unsigned int width, 
width             835 magick/accelerate-private.h         const unsigned int radius = (width-1)/2;
width             837 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width             895 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width             904 magick/accelerate-private.h           for ( ; i < width; i++)
width             930 magick/accelerate-private.h                          const unsigned int width, 
width             940 magick/accelerate-private.h         const unsigned int radius = (width-1)/2;
width             942 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width             978 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width             987 magick/accelerate-private.h           for ( ; i < width; i++)
width            1014 magick/accelerate-private.h                                 const unsigned int width, 
width            1026 magick/accelerate-private.h         unsigned int radius = (width-1)/2;
width            1028 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width            1057 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1066 magick/accelerate-private.h           for ( ; i < width; i++)
width            1094 magick/accelerate-private.h                                 const unsigned int width, 
width            1107 magick/accelerate-private.h         unsigned int radius = (width-1)/2;
width            1109 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width            1142 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1150 magick/accelerate-private.h           for ( ; i < width; i++)
width            1176 magick/accelerate-private.h           const ChannelType channel, const __global float *filter, const unsigned int width, 
width            1179 magick/accelerate-private.h       const unsigned int radius = (width-1)/2;
width            1200 magick/accelerate-private.h       event_t e = async_work_group_copy(cachedFilter,filter,width,0);
width            1216 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1225 magick/accelerate-private.h         for ( ; i < width; i++)
width            1252 magick/accelerate-private.h           const ChannelType channel, const __global float *filter, const unsigned int width, 
width            1256 magick/accelerate-private.h       const unsigned int radius = (width-1)/2;
width            1281 magick/accelerate-private.h       event_t e = async_work_group_copy(cachedFilter,filter,width,0);
width            1297 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1306 magick/accelerate-private.h         for ( ; i < width; i++)
width            1340 magick/accelerate-private.h                          const unsigned int width, 
width            1348 magick/accelerate-private.h         const unsigned int radius = (width - 1) / 2;
width            1363 magick/accelerate-private.h 			while (i + 7 < width) {
width            1374 magick/accelerate-private.h 			while (i < width) {
width            1395 magick/accelerate-private.h 		while (i + 7 < width) {			// unrolled
width            1406 magick/accelerate-private.h 		while (i < width) {
width            2964 magick/accelerate-private.h                     const __global float *filter, const unsigned int width, const __global int2* offset,
width            2984 magick/accelerate-private.h         for (int i = 0; i < width; i++) {
width            3008 magick/accelerate-private.h         for (int i = 0; i < width; i++) {
width             374 magick/accelerate.c   kernelSize = (unsigned int) (kernel->width * kernel->height);
width             409 magick/accelerate.c   localMemoryRequirement = (localGroupSize[0]+kernel->width-1) * (localGroupSize[1]+kernel->height-1) * sizeof(CLPixelPacket)
width             410 magick/accelerate.c     + kernel->width*kernel->height*sizeof(float);
width             416 magick/accelerate.c     localMemoryRequirement = (localGroupSize[0]+kernel->width-1) * (localGroupSize[1]+kernel->height-1) * sizeof(CLPixelPacket)
width             417 magick/accelerate.c       + kernel->width*kernel->height*sizeof(float);
width             438 magick/accelerate.c     filterWidth = (unsigned int) kernel->width;
width             445 magick/accelerate.c     clStatus|=clEnv->library->clSetKernelArg(clkernel,i++, (localGroupSize[0] + kernel->width-1)*(localGroupSize[1] + kernel->height-1)*sizeof(CLPixelPacket),NULL);
width             446 magick/accelerate.c     clStatus|=clEnv->library->clSetKernelArg(clkernel,i++, kernel->width*kernel->height*sizeof(float),NULL);
width             484 magick/accelerate.c     filterWidth = (unsigned int) kernel->width;
width             969 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, kernel->width * sizeof(float), NULL, &clStatus);
width             975 magick/accelerate.c     kernelBufferPtr = (float*)clEnv->library->clEnqueueMapBuffer(queue, imageKernelBuffer, CL_TRUE, CL_MAP_WRITE, 0, kernel->width * sizeof(float), 0, NULL, NULL, &clStatus);
width             982 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            1039 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            1043 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            1085 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            1089 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurColumnKernel,i++,sizeof(cl_float4)*(chunkSize+kernel->width),(void *) NULL);
width            1317 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, kernel->width * sizeof(float), NULL, &clStatus);
width            1323 magick/accelerate.c     kernelBufferPtr = (float*)clEnv->library->clEnqueueMapBuffer(queue, imageKernelBuffer, CL_TRUE, CL_MAP_WRITE, 0, kernel->width * sizeof(float), 0, NULL, NULL, &clStatus);
width            1330 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            1349 magick/accelerate.c       length = image->columns * (image->rows / 2 + 1 + (kernel->width-1) / 2);
width            1384 magick/accelerate.c             imageRows = (unsigned int) (image->rows / 2 + (kernel->width-1) / 2);
width            1386 magick/accelerate.c             imageRows = (unsigned int) ((image->rows - image->rows / 2) + (kernel->width-1) / 2);
width            1390 magick/accelerate.c           kernelWidth = (unsigned int) kernel->width;
width            1401 magick/accelerate.c           clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            1444 magick/accelerate.c           kernelWidth = (unsigned int) kernel->width;
width            1455 magick/accelerate.c           clStatus|=clEnv->library->clSetKernelArg(blurColumnKernel,i++,sizeof(cl_float4)*(chunkSize+kernel->width),(void *) NULL);
width            2122 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            2130 magick/accelerate.c     kernelBufferPtr = (float*)clEnv->library->clEnqueueMapBuffer(queue, imageKernelBuffer, CL_TRUE, CL_MAP_WRITE, 0, kernel->width * sizeof(float), 0, NULL, NULL, &clStatus);
width            2136 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            2183 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            2194 magick/accelerate.c       clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            2226 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            2483 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            2491 magick/accelerate.c     kernelBufferPtr = (float*)clEnv->library->clEnqueueMapBuffer(queue, imageKernelBuffer, CL_TRUE, CL_MAP_WRITE, 0, kernel->width * sizeof(float), 0, NULL, NULL, &clStatus);
width            2497 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            2515 magick/accelerate.c       length = image->columns * (image->rows / 2 + 1 + (kernel->width-1) / 2);
width            2548 magick/accelerate.c           imageRows = (unsigned int) (image->rows / 2 + (kernel->width-1) / 2);
width            2550 magick/accelerate.c           imageRows = (unsigned int) ((image->rows - image->rows / 2) + (kernel->width-1) / 2);
width            2554 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            2565 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            2605 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            2861 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            2869 magick/accelerate.c     kernelBufferPtr = (float*)clEnv->library->clEnqueueMapBuffer(queue, imageKernelBuffer, CL_TRUE, CL_MAP_WRITE, 0, kernel->width * sizeof(float), 0, NULL, NULL, &clStatus);
width            2875 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            2901 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            2914 magick/accelerate.c       clStatus|=clEnv->library->clSetKernelArg(unsharpMaskKernel,i++,sizeof(cl_float4)*(8 * (32 + kernel->width)),(void *) NULL);
width            6608 magick/accelerate.c     CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(float), NULL,
width            6619 magick/accelerate.c     CL_TRUE, CL_MAP_WRITE, 0, width * sizeof(float), 0, NULL, NULL, &clStatus);
width            6626 magick/accelerate.c   for (i = 0; i < width; i++)
width            6640 magick/accelerate.c     CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(cl_int2), NULL,
width            6650 magick/accelerate.c     CL_MAP_WRITE, 0, width * sizeof(cl_int2), 0, NULL, NULL, &clStatus);
width            6657 magick/accelerate.c   for (i = 0; i < width; i++)
width            6697 magick/accelerate.c     &width);
width            6790 magick/accelerate.c   filteredImage=ComputeMotionBlurImage(image, channel, kernel, width,
width            7261 magick/accelerate.c   magick_unreferenced(width);
width             768 magick/animate.c     width;
width             818 magick/animate.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width             944 magick/animate.c   window_info.width=(unsigned int) image_list[0]->columns;
width             946 magick/animate.c   if ((image_list[0]->columns != window_info.width) ||
width             951 magick/animate.c     window_attributes.width,window_attributes.height);
width             952 magick/animate.c   geometry_info.width=window_info.width;
width             957 magick/animate.c     &geometry_info.width,&geometry_info.height);
width             958 magick/animate.c   window_info.width=(unsigned int) geometry_info.width;
width             963 magick/animate.c     window_info.width,window_info.height);
width             984 magick/animate.c   width=window_info.width;
width             991 magick/animate.c       window_info.x=(int) (window_attributes.width/2)-
width             992 magick/animate.c         (window_info.ximage->width/2);
width             995 magick/animate.c       width=(unsigned int) window_attributes.width;
width            1018 magick/animate.c       (void) FormatLocaleString(default_geometry,MaxTextExtent,"%ux%u",width,
width            1022 magick/animate.c         &window_info.y,(int *) &width,(int *) &height,&gravity);
width            1025 magick/animate.c           width=(unsigned int) window_attributes.width;
width            1033 magick/animate.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            1041 magick/animate.c   if (((unsigned int) width > window_info.width) ||
width            1044 magick/animate.c       window_info.annotate_context,0,0,(unsigned int) width,
width            1047 magick/animate.c     window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1106 magick/animate.c     window_info.pixmap=XCreatePixmap(display,window_info.id,width,height,
width            1114 magick/animate.c     if ((width > window_info.width) || (height > window_info.height))
width            1116 magick/animate.c         window_info.annotate_context,0,0,width,height);
width            1118 magick/animate.c       window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1676 magick/animate.c   geometry_info.width=display_image->columns;
width            1681 magick/animate.c     &geometry_info.width,&geometry_info.height);
width            1682 magick/animate.c   windows->image.width=(unsigned int) geometry_info.width;
width            1699 magick/animate.c       windows->backdrop.width=(unsigned int)
width            1731 magick/animate.c         (windows->image.width/2);
width            1896 magick/animate.c   window_changes.width=(int) windows->image.width;
width            1986 magick/animate.c         event.xexpose.width=(int) image_list[scene]->columns;
width            2116 magick/animate.c           windows->image.ximage->width=(int) image->columns;
width            2122 magick/animate.c           event.xexpose.width=(int) image->columns;
width            2385 magick/animate.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            2401 magick/animate.c                           event.xconfigure.x-windows->command.width-25;
width            2414 magick/animate.c                         event.xconfigure.x+event.xconfigure.width/10;
width            2428 magick/animate.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            2437 magick/animate.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            2473 magick/animate.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            2628 magick/animate.c               display_image,windows->icon.width,windows->icon.height);
width             336 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             346 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             347 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             348 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             352 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             358 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             359 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             360 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             364 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             370 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             382 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             383 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             384 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             389 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0+
width             396 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             397 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             398 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             403 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)+
width             410 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             420 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             421 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             422 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0-
width             426 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0-
width             432 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             433 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             434 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)-
width             438 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)-
width             454 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0;
width             456 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0;
width             462 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1);
width             464 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1);
width             492 magick/annotate.c       "line 0,0 %g,0",metrics.underline_thickness,metrics.width);
width             583 magick/annotate.c     width;
width             603 magick/annotate.c     width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5);
width             604 magick/annotate.c     if ((width <= image->columns) || (strcmp(text,draw_info->text) == 0))
width             737 magick/annotate.c     if (extent.width > metrics->width)
width             828 magick/annotate.c       metrics->width,metrics->height,metrics->ascent,metrics->descent,
width            1230 magick/annotate.c   metrics->width=0;
width            1435 magick/annotate.c                 bitmap->bitmap.width,1,exception);
width            1439 magick/annotate.c           for (x=0; x < (ssize_t) bitmap->bitmap.width; x++)
width            1479 magick/annotate.c     if ((bitmap->left+bitmap->bitmap.width) > metrics->width)
width            1480 magick/annotate.c       metrics->width=bitmap->left+bitmap->bitmap.width;
width            1533 magick/annotate.c               if (bitmap->left > metrics->width)
width            1534 magick/annotate.c                 metrics->width=bitmap->left;
width            1539 magick/annotate.c   metrics->width-=metrics->bounds.x1/64.0;
width            1540 magick/annotate.c   metrics->width+=annotate_info->stroke_width;
width            1778 magick/annotate.c         "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            1787 magick/annotate.c   metrics->width=(double) annotate_image->columns/
width             151 magick/attribute.c   bounds.width=0;
width             220 magick/attribute.c       if ((x > (ssize_t) bounding_box.width) &&
width             222 magick/attribute.c         bounding_box.width=(size_t) x;
width             239 magick/attribute.c       if (bounding_box.width > bounds.width)
width             240 magick/attribute.c         bounds.width=bounding_box.width;
width             246 magick/attribute.c   if ((bounds.width == 0) && (bounds.height == 0))
width             251 magick/attribute.c       bounds.width-=(bounds.x-1);
width             441 magick/cache.c     nexus_info->region.width,nexus_info->region.height,image_nexus[0],
width             447 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width             449 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width             718 magick/cache.c     region.width=cache_info->columns;
width             729 magick/cache.c     region.width=clone_info->columns;
width             766 magick/cache.c         region.width=cache_info->columns;
width             777 magick/cache.c         region.width=clone_info->columns;
width            2183 magick/cache.c   extent=(MagickSizeType) nexus_info->region.width*nexus_info->region.height;
width            2310 magick/cache.c   *width=2048UL/sizeof(PixelPacket);
width            2312 magick/cache.c     *width=8192UL/sizeof(PixelPacket);
width            2313 magick/cache.c   *height=(*width);
width            2658 magick/cache.c   region.width=columns;
width            2668 magick/cache.c     nexus_info->region.width-1L;
width            3302 magick/cache.c     nexus_info->region.y,nexus_info->region.width,nexus_info->region.height,
width            3308 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width            3312 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            4024 magick/cache.c   region.width=columns;
width            4254 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            4270 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4281 magick/cache.c         q+=nexus_info->region.width;
width            4298 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4312 magick/cache.c         q+=nexus_info->region.width;
width            4329 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4343 magick/cache.c         q+=nexus_info->region.width;
width            4362 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4421 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            4422 magick/cache.c   if ((length/sizeof(PixelPacket)) != nexus_info->region.width)
width            4441 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4452 magick/cache.c         q+=nexus_info->region.width;
width            4469 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4482 magick/cache.c         q+=nexus_info->region.width;
width            4499 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4513 magick/cache.c         q+=nexus_info->region.width;
width            4532 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4785 magick/cache.c       x=nexus_info->region.x+(ssize_t) nexus_info->region.width-1;
width            4790 magick/cache.c            ((nexus_info->region.width == cache_info->columns) ||
width            4791 magick/cache.c             ((nexus_info->region.width % cache_info->columns) == 0)))))
width            4814 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            5247 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            5263 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5273 magick/cache.c         p+=nexus_info->region.width;
width            5291 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5305 magick/cache.c         p+=nexus_info->region.width;
width            5323 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5337 magick/cache.c         p+=nexus_info->region.width;
width            5356 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            5413 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            5429 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5439 magick/cache.c         p+=nexus_info->region.width;
width            5457 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5469 magick/cache.c         p+=nexus_info->region.width;
width            5487 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5501 magick/cache.c         p+=nexus_info->region.width;
width            5520 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            1815 magick/composite.c         width;
width            1857 magick/composite.c       width=height=geometry_info.rho*2.0;
width            1862 magick/composite.c       blur.x1=width;
width            1873 magick/composite.c           blur.x1=width*cos(angle);
width            1874 magick/composite.c           blur.x2=width*sin(angle);
width            1943 magick/composite.c               blur.x1=width*cos(angle);
width            1944 magick/composite.c               blur.x2=width*sin(angle);
width            3026 magick/composite.c       width;
width            3044 magick/composite.c       width=texture_image->columns;
width            3045 magick/composite.c       if ((x+(ssize_t) width) > (ssize_t) image->columns)
width            3046 magick/composite.c         width=image->columns-x;
width            3047 magick/composite.c       (void) CopyMagickMemory(q,p,width*sizeof(*p));
width            3051 magick/composite.c           (void) CopyMagickMemory(indexes,texture_indexes,width*
width            3053 magick/composite.c           indexes+=width;
width            3055 magick/composite.c       q+=width;
width             733 magick/compress.c     width;
width             756 magick/compress.c   width=inject_image->columns;
width             758 magick/compress.c     width=(size_t) MagickMax(inject_image->columns,1728);
width             759 magick/compress.c   scanline=(unsigned char *) AcquireQuantumMemory((size_t) width+1UL,
width             764 magick/compress.c   (void) ResetMagickMemory(scanline,0,width*sizeof(*scanline));
width             805 magick/compress.c     for (n=(ssize_t) width; n > 0; )
width             648 magick/constitute.c     if (next->page.width == 0)
width             649 magick/constitute.c       next->page.width=next->columns;
width             682 magick/constitute.c         if ((next->columns != geometry.width) ||
width             702 magick/constitute.c                   size_image=ResizeImage(next,geometry.width,geometry.height,
width             117 magick/decorate.c   frame_info.width=image->columns+(border_info->width << 1);
width             119 magick/decorate.c   frame_info.x=(ssize_t) border_info->width;
width             197 magick/decorate.c     width;
width             213 magick/decorate.c   x=(ssize_t) frame_info->width-frame_info->x-bevel_width;
width             220 magick/decorate.c   frame_image=CloneImage(image,frame_info->width,frame_info->height,MagickTrue,
width             237 magick/decorate.c   if ((image->page.width != 0) && (image->page.height != 0))
width             239 magick/decorate.c       frame_image->page.width+=frame_image->columns-image->columns;
width             342 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             343 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             370 magick/decorate.c             width=image->columns+((size_t) frame_info->inner_bevel << 1)-
width             372 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             387 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             388 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             486 magick/decorate.c     width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             487 magick/decorate.c     for (x=0; x < (ssize_t) width; x++)
width             567 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             568 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             590 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             591 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             702 magick/decorate.c   if ((image->columns <= (raise_info->width << 1)) ||
width             816 magick/decorate.c     for (x=0; x < (ssize_t) raise_info->width; x++)
width             829 magick/decorate.c     for ( ; x < (ssize_t) (image->columns-raise_info->width); x++)
width              28 magick/decorate.h     width,
width            3170 magick/deprecate.c   return(ParseMetaGeometry(geometry,x,y,width,height));
width            3806 magick/deprecate.c       geometry.width=4L;
width            5502 magick/deprecate.c   return((int) ParseMetaGeometry(geometry,x,y,width,height));
width            5545 magick/deprecate.c     &region_info->width,&region_info->height);
width            6137 magick/deprecate.c   kernel_info->width=order;
width            1866 magick/display.c     width;
width            2196 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            2202 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            2226 magick/display.c   if ((x+font_info->max_bounds.width) >= (int) windows->image.width)
width            2227 magick/display.c     x=(int) windows->image.width-font_info->max_bounds.width;
width            2230 magick/display.c   if (((int) font_info->max_bounds.width > (int) windows->image.width) ||
width            2253 magick/display.c     windows->image.width/MagickMax((ssize_t) font_info->min_bounds.width,1)+2UL,
width            2276 magick/display.c   text_event.xexpose.width=(int) font_info->max_bounds.width;
width            2321 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2338 magick/display.c       (unsigned int) text_event.xexpose.width,(unsigned int)
width            2433 magick/display.c                     x=annotate_info->x+annotate_info->width;
width            2435 magick/display.c                     if (annotate_info->width != 0)
width            2472 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2496 magick/display.c             if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2506 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2527 magick/display.c               windows->image.width/MagickMax((ssize_t)
width            2528 magick/display.c               font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2594 magick/display.c               if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2601 magick/display.c           annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2622 magick/display.c             windows->image.width/MagickMax((ssize_t)
width            2623 magick/display.c             font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2645 magick/display.c   width=(unsigned int) image->columns;
width            2650 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            2658 magick/display.c     if (annotate_info->width == 0)
width            2695 magick/display.c       width*(annotate_info->x+windows->image.x)/windows->image.ximage->width;
width            2699 magick/display.c       "%ux%u%+d%+d",width*annotate_info->width/windows->image.ximage->width,
width            2876 magick/display.c     width;
width            3047 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3053 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3067 magick/display.c   chop_info.width=0;
width            3084 magick/display.c           " %.20gx%.20g%+.20g%+.20g",(double) chop_info.width,(double)
width            3134 magick/display.c       if (segment_info.x2 > windows->image.ximage->width)
width            3135 magick/display.c         segment_info.x2=windows->image.ximage->width;
width            3149 magick/display.c         chop_info.width=(size_t) (segment_info.x2-segment_info.x1+1);
width            3155 magick/display.c             chop_info.width=(size_t) (segment_info.x1-segment_info.x2+1);
width            3161 magick/display.c         chop_info.width=0;
width            3182 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width-
width            3183 magick/display.c     (unsigned int) chop_info.width;
width            3186 magick/display.c   width=(unsigned int) (*image)->columns;
width            3191 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            3192 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            3195 magick/display.c   chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5);
width            3313 magick/display.c     width;
width            3642 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3648 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3679 magick/display.c         width=(unsigned int) (*image)->columns;
width            3685 magick/display.c             &width,&height);
width            3687 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            3923 magick/display.c     width;
width            3966 magick/display.c   composite_info.width=0;
width            4099 magick/display.c         composite_info.width=composite_image->columns;
width            4116 magick/display.c         if ((composite_info.width != 0) && (composite_info.height != 0))
width            4192 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4198 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4226 magick/display.c   width=(unsigned int) image->columns;
width            4231 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            4232 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            4235 magick/display.c   composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5);
width            4240 magick/display.c   if ((composite_info.width != composite_image->columns) ||
width            4249 magick/display.c       resize_image=ResizeImage(composite_image,composite_info.width,
width            4369 magick/display.c     width;
width            4384 magick/display.c   width=(unsigned int) windows->image.window_changes.width;
width            4388 magick/display.c       "Configure Image: %dx%d=>%.20gx%.20g",windows->image.ximage->width,
width            4389 magick/display.c       windows->image.ximage->height,(double) width,(double) height);
width            4390 magick/display.c   if ((width*height) == 0)
width            4399 magick/display.c   if (((int) width != windows->image.ximage->width) ||
width            4403 magick/display.c     width*windows->magnify.x/windows->image.ximage->width;
width            4406 magick/display.c   windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width);
width            4410 magick/display.c     (unsigned int) width,(unsigned int) height);
width            4424 magick/display.c   (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            4425 magick/display.c   window_changes.width=(int) width;
width            4426 magick/display.c   if (window_changes.width > XDisplayWidth(display,windows->image.screen))
width            4427 magick/display.c     window_changes.width=XDisplayWidth(display,windows->image.screen);
width            4436 magick/display.c         ((XDisplayWidth(display,windows->image.screen)/2)-(width/2));
width            4451 magick/display.c   while (((windows->pan.width << 1) < MaxIconSize) &&
width            4454 magick/display.c     windows->pan.width<<=1;
width            4459 magick/display.c       &windows->pan.width,&windows->pan.height);
width            4460 magick/display.c   window_changes.width=(int) windows->pan.width;
width            4469 magick/display.c       size_hints->width=window_changes.width;
width            4471 magick/display.c       size_hints->min_width=size_hints->width;
width            4473 magick/display.c       size_hints->max_width=size_hints->width;
width            4485 magick/display.c   window_changes.width=(int) windows->icon.width;
width            4597 magick/display.c     width;
width            4640 magick/display.c   crop_info.width=0;
width            4795 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4801 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4831 magick/display.c     crop_info.width=0;
width            4839 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4847 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4860 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4904 magick/display.c             if (crop_info.x > (ssize_t) windows->image.ximage->width)
width            4905 magick/display.c               crop_info.x=(ssize_t) windows->image.ximage->width;
width            4907 magick/display.c             crop_info.width=(unsigned int) (x-crop_info.x);
width            4910 magick/display.c               crop_info.width=(unsigned int) (crop_info.x-x);
width            4940 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4947 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            5035 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5045 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5049 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5050 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5058 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5059 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5085 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            5116 magick/display.c               crop_info.x=(ssize_t) (windows->image.width/2L-crop_info.width/
width            5201 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5207 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5226 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            5261 magick/display.c     if (((int) crop_info.width != windows->image.ximage->width) ||
width            5268 magick/display.c         windows->image.window_changes.width=(int) crop_info.width;
width            5278 magick/display.c   width=(unsigned int) image->columns;
width            5283 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            5284 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            5287 magick/display.c   crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            5315 magick/display.c       crop_info.width,1,exception);
width            5318 magick/display.c     for (x=0; x < (int) crop_info.width; x++)
width            5434 magick/display.c     width;
width            5712 magick/display.c               status=XReadBitmapFile(display,root_window,filename,&width,
width            5723 magick/display.c                 width[MaxTextExtent] = "0";
width            5751 magick/display.c                 width);
width            5752 magick/display.c               if (*width == '\0')
width            5754 magick/display.c               line_width=(unsigned int) StringToUnsignedLong(width);
width            5853 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5859 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5882 magick/display.c     rectangle_info.width=0;
width            5932 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5938 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            5956 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5962 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            6027 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6037 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6127 magick/display.c         if (line_info.x2 > (int) windows->image.width)
width            6128 magick/display.c           line_info.x2=(short) windows->image.width;
width            6143 magick/display.c             if (rectangle_info.x > (ssize_t) windows->image.width)
width            6144 magick/display.c               rectangle_info.x=(ssize_t) windows->image.width;
width            6146 magick/display.c             rectangle_info.width=(unsigned int) (x-rectangle_info.x);
width            6149 magick/display.c               rectangle_info.width=(unsigned int) (rectangle_info.x-x);
width            6188 magick/display.c         rectangle_info.width=(size_t) (x-rectangle_info.x);
width            6203 magick/display.c             rectangle_info.width--;
width            6213 magick/display.c     width=(unsigned int) (*image)->columns;
width            6218 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            6222 magick/display.c     draw_info.x=(int) (width*draw_info.x/windows->image.ximage->width);
width            6227 magick/display.c     draw_info.width=(unsigned int) rectangle_info.width+(line_width << 1);
width            6228 magick/display.c     if (draw_info.width > (unsigned int) (*image)->columns)
width            6229 magick/display.c       draw_info.width=(unsigned int) (*image)->columns;
width            6234 magick/display.c       width*draw_info.width/windows->image.ximage->width,
width            6330 magick/display.c   scale_factor=(MagickRealType) windows->pan.width/windows->image.ximage->width;
width            6332 magick/display.c   highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5);
width            6424 magick/display.c       windows->image.window_changes.width=(int) cache_image->columns;
width            6427 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            6563 magick/display.c       cache_image->columns=(size_t) windows->image.ximage->width;
width            6595 magick/display.c       windows->image.window_changes.width=(int) redo_image->columns;
width            6964 magick/display.c           crop_info.width=(size_t) windows->image.ximage->width;
width            6981 magick/display.c               if (resource_info->quantum >= (int) crop_info.width)
width            6982 magick/display.c                 resource_info->quantum=(int) crop_info.width-1;
width            6983 magick/display.c               crop_info.width-=resource_info->quantum;
width            6987 magick/display.c               if (resource_info->quantum >= (int) (crop_info.width-crop_info.x))
width            6988 magick/display.c                 resource_info->quantum=(int) (crop_info.width-crop_info.x-1);
width            6990 magick/display.c               crop_info.width-=resource_info->quantum;
width            6992 magick/display.c           if ((int) (windows->image.x+windows->image.width) >
width            6993 magick/display.c               (int) crop_info.width)
width            6994 magick/display.c             windows->image.x=(int) (crop_info.width-windows->image.width);
width            6999 magick/display.c           windows->image.window_changes.width=(int) crop_info.width;
width            7091 magick/display.c     width;
width            7099 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width;
width            7313 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width/2;
width            7323 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7333 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width << 1;
width            7345 magick/display.c         width;
width            7354 magick/display.c       width=(size_t) windows->image.ximage->width;
width            7359 magick/display.c         (double) width,(double) height);
width            7366 magick/display.c       (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            7367 magick/display.c       windows->image.window_changes.width=(int) width;
width            7378 magick/display.c           ((int) (*image)->columns == windows->image.ximage->width) &&
width            7390 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            7411 magick/display.c       if ((windows->image.width == (unsigned int) (*image)->columns) &&
width            7418 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7477 magick/display.c           width=(unsigned int) (*image)->columns;
width            7480 magick/display.c             &width,&height);
width            7482 magick/display.c             "%ux%u%+d%+d",width,height,(int) (*image)->columns-(int) width-x,y);
width            7512 magick/display.c           width=(unsigned int) (*image)->columns;
width            7515 magick/display.c             &width,&height);
width            7517 magick/display.c             "%ux%u%+d%+d",width,height,x,(int) (*image)->rows-(int) height-y);
width            7606 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7646 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8811 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8848 magick/display.c       frame_info.width=page_geometry.width;
width            8852 magick/display.c       frame_info.x=(ssize_t) frame_info.width;
width            8854 magick/display.c       frame_info.width=(*image)->columns+2*frame_info.width;
width            8866 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            9285 magick/display.c         if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9290 magick/display.c       if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9337 magick/display.c       if (x >= (int) windows->image.width)
width            9338 magick/display.c         x=(int) windows->image.width-1;
width            9406 magick/display.c       windows->magnify.x=(int) windows->image.width/2;
width            9427 magick/display.c       if (windows->magnify.x < (int) (windows->image.ximage->width-1))
width            9517 magick/display.c     windows->pan.width,windows->pan.height);
width            9620 magick/display.c     width;
width            9942 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9948 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9982 magick/display.c         width=(unsigned int) (*image)->columns;
width            9988 magick/display.c             &width,&height);
width            9990 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            10345 magick/display.c   if ((windows->image.ximage->width > (int) windows->image.width) &&
width            10349 magick/display.c     if (windows->image.ximage->width > (int) windows->image.width)
width            10360 magick/display.c   x_factor=(MagickRealType) windows->image.ximage->width/windows->pan.width;
width            10362 magick/display.c   pan_info.width=windows->pan.width*windows->image.width/
width            10363 magick/display.c     windows->image.ximage->width;
width            10407 magick/display.c         if (pan_info.x < (ssize_t) (pan_info.width/2))
width            10410 magick/display.c           pan_info.x=(ssize_t) (x_factor*(pan_info.x-(pan_info.width/2)));
width            10414 magick/display.c           if ((int) (pan_info.x+windows->image.width) >
width            10415 magick/display.c               windows->image.ximage->width)
width            10417 magick/display.c               (windows->image.ximage->width-windows->image.width);
width            10438 magick/display.c               windows->image.width,windows->image.height,windows->image.x,
width            10541 magick/display.c     width;
width            10574 magick/display.c   paste_info.width=0;
width            10666 magick/display.c         width=(unsigned int) image->columns;
width            10672 magick/display.c             &width,&height);
width            10673 magick/display.c         scale_factor=(MagickRealType) windows->image.ximage->width/width;
width            10674 magick/display.c         paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5);
width            10692 magick/display.c         if ((paste_info.width != 0) && (paste_info.height != 0))
width            10768 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            10774 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            10802 magick/display.c   width=(unsigned int) image->columns;
width            10807 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            10808 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            10811 magick/display.c   paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5);
width            10897 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            11186 magick/display.c     width;
width            11209 magick/display.c   crop_info.width=0;
width            11215 magick/display.c   roi_info.width=0;
width            11333 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11339 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11369 magick/display.c     roi_info.width=0;
width            11377 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11385 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11398 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11444 magick/display.c             if (roi_info.x > (ssize_t) windows->image.ximage->width)
width            11445 magick/display.c               roi_info.x=(ssize_t) windows->image.ximage->width;
width            11447 magick/display.c             roi_info.width=(unsigned int) (x-roi_info.x);
width            11450 magick/display.c               roi_info.width=(unsigned int) (roi_info.x-x);
width            11481 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11488 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            11514 magick/display.c               width=(unsigned int) (*image)->columns;
width            11520 magick/display.c                   &width,&height);
width            11521 magick/display.c               scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            11524 magick/display.c               crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            11642 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11652 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11656 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11657 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11665 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11666 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11692 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            11729 magick/display.c               roi_info.x=(ssize_t) (windows->image.width/2L-roi_info.width/2L);
width            11797 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11803 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11822 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11947 magick/display.c     width;
width            12241 magick/display.c           if (rotate_info.x2 > (int) windows->image.width)
width            12242 magick/display.c             rotate_info.x2=(short) windows->image.width;
width            12297 magick/display.c       width=(unsigned int) (*image)->columns;
width            12299 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12311 magick/display.c             "%ux%u%+d%+d",height,width,(int) (*image)->columns-
width            12321 magick/display.c             "%ux%u%+d%+d",width,height,(int) width-x,(int) height-y);
width            12330 magick/display.c             "%ux%u%+d%+d",height,width,y,(int) (*image)->rows-(int) width-x);
width            12342 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            12350 magick/display.c             &width,&height);
width            12351 magick/display.c           windows->image.window_changes.width=(int) width;
width            12359 magick/display.c         windows->image.window_changes.width=windows->image.ximage->height;
width            12360 magick/display.c         windows->image.window_changes.height=windows->image.ximage->width;
width            12508 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            12620 magick/display.c               if (x >= (int) windows->image.width)
width            12621 magick/display.c                 x=(int) (windows->image.width-1);
width            12666 magick/display.c           windows->magnify.width=(unsigned int) event->xconfigure.width;
width            12671 magick/display.c           while ((int) magnify <= event->xconfigure.width)
width            12676 magick/display.c           if (((int) magnify != event->xconfigure.width) ||
width            12682 magick/display.c               window_changes.width=(int) magnify;
width            12762 magick/display.c               if (x >= (int) windows->image.width)
width            12763 magick/display.c                 x=(int) (windows->image.width-1);
width            12841 magick/display.c     width;
width            12849 magick/display.c         (double) crop_info->width,(double) crop_info->height,(double)
width            12858 magick/display.c   width=(unsigned int) image->columns;
width            12861 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12867 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12870 magick/display.c   width=(unsigned int) (scale_factor*crop_info->width+0.5);
width            12871 magick/display.c   if (width == 0)
width            12872 magick/display.c     width=1;
width            12880 magick/display.c     "%ux%u%+d%+d",width,height,x,y);
width            12970 magick/display.c     width;
width            12977 magick/display.c   width=(unsigned int) image->columns;
width            12980 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12981 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12990 magick/display.c   width=(unsigned int) image->columns;
width            12994 magick/display.c   (void) XParseGeometry(image->montage,&x,&y,&width,&height);
width            12995 magick/display.c   tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+
width            12996 magick/display.c     (event->xbutton.x-x)/width;
width            13135 magick/display.c         x_offset=(int) (width*(tile % (((int) image->columns-x)/width))+x);
width            13136 magick/display.c         y_offset=(int) (height*(tile/(((int) image->columns-x)/width))+y);
width            13143 magick/display.c             y_offset+i,width,1,exception);
width            13146 magick/display.c           for (j=0; j < (int) width; j++)
width            13154 magick/display.c       windows->image.window_changes.width=(int) image->columns;
width            13217 magick/display.c   x_offset=windows->image.width;
width            13226 magick/display.c       windows->image.x=(int) windows->image.width/2;
width            13265 magick/display.c     if ((int) (windows->image.x+windows->image.width) >
width            13266 magick/display.c         windows->image.ximage->width)
width            13267 magick/display.c       windows->image.x=(int) windows->image.ximage->width-windows->image.width;
width            13278 magick/display.c     windows->image.width,windows->image.height,windows->image.x,
width            13340 magick/display.c   trim_info.width=(size_t) windows->image.ximage->width;
width            13341 magick/display.c   for (x=0; x < windows->image.ximage->width; x++)
width            13353 magick/display.c   if (trim_info.x == (ssize_t) windows->image.ximage->width)
width            13361 magick/display.c   background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0);
width            13362 magick/display.c   for (x=windows->image.ximage->width-1; x != 0; x--)
width            13373 magick/display.c   trim_info.width=(size_t) (x-trim_info.x+1);
width            13381 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13387 magick/display.c     if (x < windows->image.ximage->width)
width            13397 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13403 magick/display.c     if (x < windows->image.ximage->width)
width            13407 magick/display.c   if (((unsigned int) trim_info.width != windows->image.width) ||
width            13414 magick/display.c       windows->image.window_changes.width=(int) trim_info.width;
width            13564 magick/display.c         thumbnail_image=ThumbnailImage(next_image,geometry.width,
width            13658 magick/display.c     width;
width            13718 magick/display.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width            13783 magick/display.c   window_info.width=(unsigned int) image->columns;
width            13785 magick/display.c   if ((image->columns != window_info.width) ||
width            13790 magick/display.c     window_attributes.width,window_attributes.height);
width            13791 magick/display.c   geometry_info.width=window_info.width;
width            13796 magick/display.c     &geometry_info.width,&geometry_info.height);
width            13797 magick/display.c   window_info.width=(unsigned int) geometry_info.width;
width            13801 magick/display.c   status=XMakeImage(display,&resources,&window_info,image,window_info.width,
width            13821 magick/display.c   width=(int) window_info.width;
width            13828 magick/display.c       window_info.x=(window_attributes.width/2)-
width            13829 magick/display.c         (window_info.ximage->width/2);
width            13832 magick/display.c       width=window_attributes.width;
width            13857 magick/display.c         width,height);
width            13860 magick/display.c         &window_info.y,&width,&height,&gravity);
width            13863 magick/display.c           width=window_attributes.width;
width            13871 magick/display.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            13879 magick/display.c   if (((unsigned int) width > window_info.width) ||
width            13882 magick/display.c       window_info.annotate_context,0,0,(unsigned int) width,
width            13886 magick/display.c     window_info.width,(unsigned int) window_info.height);
width            14336 magick/display.c     width;
width            14599 magick/display.c   geometry_info.width=display_image->columns;
width            14604 magick/display.c     &geometry_info.width,&geometry_info.height);
width            14605 magick/display.c   windows->image.width=(unsigned int) geometry_info.width;
width            14622 magick/display.c       windows->backdrop.width=(unsigned int)
width            14654 magick/display.c         (windows->image.width/2);
width            14824 magick/display.c   windows->magnify.width=MagnifySize;
width            14852 magick/display.c   windows->pan.width=windows->icon.width;
width            14859 magick/display.c     &windows->pan.width,&windows->pan.height);
width            14896 magick/display.c   width=(unsigned int) display_image->columns;
width            14898 magick/display.c   if ((display_image->columns != width) || (display_image->rows != height))
width            14902 magick/display.c     width,height);
width            14907 magick/display.c     windows->magnify.width,windows->magnify.height);
width            14915 magick/display.c   windows->image.window_changes.width=(int) display_image->columns;
width            15387 magick/display.c             windows->image.window_changes.width=windows->image.ximage->width;
width            15399 magick/display.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            15418 magick/display.c                         windows->command.width-25;
width            15431 magick/display.c                         event.xconfigure.width/10;
width            15445 magick/display.c                         event.xconfigure.width+25;
width            15458 magick/display.c                         event.xconfigure.width+25;
width            15469 magick/display.c             if ((event.xconfigure.width == (int) windows->image.width) &&
width            15472 magick/display.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            15487 magick/display.c                 windows->image.window_changes.width=event.xconfigure.width;
width            15495 magick/display.c             if ((event.xconfigure.width < windows->image.ximage->width) ||
width            15515 magick/display.c             windows->magnify.width=(unsigned int) event.xconfigure.width;
width            15520 magick/display.c             while ((int) magnify <= event.xconfigure.width)
width            15525 magick/display.c             if (((int) magnify != event.xconfigure.width) ||
width            15528 magick/display.c                 window_changes.width=(int) magnify;
width            15539 magick/display.c                   display_image,windows->magnify.width,windows->magnify.height);
width            15555 magick/display.c             windows->pan.width=(unsigned int) event.xconfigure.width;
width            15564 magick/display.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            15600 magick/display.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            15717 magick/display.c             if (((int) windows->image.width < windows->image.ximage->width) ||
width            15754 magick/display.c               display_image,windows->icon.width,windows->icon.height);
width            1570 magick/distort.c   crop_area.width=columns;
width            1731 magick/distort.c   geometry.width=image->columns;
width            1879 magick/distort.c         geometry.width = (size_t)
width            1882 magick/distort.c         coeff[6]=(coeff[5]-coeff[4])/geometry.width; /* changed width */
width            1892 magick/distort.c         geometry.width = (size_t) ceil( 2.0*coeff[1]*tan(coeff[0]/2.0) );
width            1895 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1905 magick/distort.c         geometry.width = (size_t) ceil(coeff[0]*coeff[1]);  /* FOV * radius */
width            1908 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1937 magick/distort.c       geometry.width=(size_t) ceil(max.x-geometry.x+0.5);
width            1970 magick/distort.c         "-page %+.20g%+.20g xc: +insert \\\n",(double) geometry.width,
width            2251 magick/distort.c       geometry.width=(size_t) (output_scaling*geometry.width+0.5);
width            2272 magick/distort.c   distort_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width             548 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             554 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             555 magick/distribute-cache.c   q+=sizeof(region.width);
width             564 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             605 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             611 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             612 magick/distribute-cache.c   q+=sizeof(region.width);
width             621 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             669 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             675 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             676 magick/distribute-cache.c   p+=sizeof(region.width);
width             685 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width             726 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             732 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             733 magick/distribute-cache.c   p+=sizeof(region.width);
width             742 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width            1213 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1214 magick/distribute-cache.c   p+=sizeof(region->width);
width            1288 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1289 magick/distribute-cache.c   p+=sizeof(region->width);
width            1420 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1421 magick/distribute-cache.c   p+=sizeof(region->width);
width            1495 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1496 magick/distribute-cache.c   p+=sizeof(region->width);
width            1783 magick/draw.c    if ((image->page.width == 0) || (image->page.height == 0))
width            1785 magick/draw.c        graphic_context[n]->viewbox.width=image->columns;
width            2407 magick/draw.c                  bounds.width=(size_t) floor(StringToDouble(token,
width            2429 magick/draw.c                    "%.20gx%.20g%+.20g%+.20g",(double) bounds.width,(double)
width            2755 magick/draw.c              graphic_context[n]->viewbox.width=(size_t) floor(StringToDouble(
width            3349 magick/draw.c      for (x=bounding_box.x; x < (ssize_t) bounding_box.width; x++)
width             361 magick/draw.h      width,
width             183 magick/effect.c     width;
width             229 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             230 magick/effect.c   kernel=(double **) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width             238 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             239 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             242 magick/effect.c       (width-i),(width-i)*sizeof(**kernel)));
width             246 magick/effect.c     j=(ssize_t) (width-i)/2;
width             262 magick/effect.c   if (i < (ssize_t) width)
width             332 magick/effect.c       i=(ssize_t) ceil((double) width*QuantumScale*
width             337 magick/effect.c         if (i > (ssize_t) width)
width             338 magick/effect.c           i=(ssize_t) width;
width             341 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             342 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             352 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             354 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             370 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
width             412 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             505 magick/effect.c     width;
width             551 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             552 magick/effect.c   kernel=(double **) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width             560 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             561 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             564 magick/effect.c       (width-i),(width-i)*sizeof(**kernel)));
width             568 magick/effect.c     j=(ssize_t) (width-i-1)/2;
width             584 magick/effect.c   if (i < (ssize_t) width)
width             654 magick/effect.c       i=(ssize_t) ceil((double) width*(1.0-QuantumScale*
width             659 magick/effect.c         if (i > (ssize_t) width)
width             660 magick/effect.c           i=(ssize_t) width;
width             663 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             664 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             674 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             676 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             692 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
width             734 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             892 magick/effect.c   kernel_info->width=order;
width             898 magick/effect.c     kernel_info->width,kernel_info->width*sizeof(*kernel_info->values)));
width            1274 magick/effect.c     width;
width            1282 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            1287 magick/effect.c   kernel_info->width=width;
width            1288 magick/effect.c   kernel_info->height=width;
width            1289 magick/effect.c   kernel_info->x=(ssize_t) (kernel_info->width-1)/2;
width            1293 magick/effect.c     kernel_info->width,kernel_info->height*sizeof(*kernel_info->values)));
width            1299 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1301 magick/effect.c   kernel_info->values[i/2]=(double) kernel_info->width*kernel_info->height-1.0;
width            1361 magick/effect.c     width;
width            1375 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            1379 magick/effect.c   kernel_info->width=width;
width            1380 magick/effect.c   kernel_info->height=width;
width            1381 magick/effect.c   kernel_info->x=(ssize_t) (width-1)/2;
width            1382 magick/effect.c   kernel_info->y=(ssize_t) (width-1)/2;
width            1384 magick/effect.c     kernel_info->width,kernel_info->width*sizeof(*kernel_info->values)));
width            1390 magick/effect.c   j=(ssize_t) (kernel_info->width-1)/2;
width            1407 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1410 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1508 magick/effect.c   if ((kernel->width % 2) == 0)
width            1524 magick/effect.c         "  FilterImage with %.20gx%.20g kernel:",(double) kernel->width,(double)
width            1533 magick/effect.c         for (u=0; u < (ssize_t) kernel->width; u++)
width            1563 magick/effect.c     kernel->width,kernel->height*sizeof(*filter_kernel)));
width            1569 magick/effect.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            1606 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) (kernel->width-1)/2L),y-
width            1607 magick/effect.c       (ssize_t) ((kernel->height-1)/2L),image->columns+kernel->width,
width            1644 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            1653 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            1665 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1672 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1684 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1691 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            1703 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            1715 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            1728 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1735 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1748 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1757 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1758 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            1935 magick/effect.c   kernel=(double *) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width            1940 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            1946 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            1997 magick/effect.c     width;
width            2007 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            2008 magick/effect.c   kernel=GetMotionBlurKernel(width,sigma);
width            2011 magick/effect.c   offset=(OffsetInfo *) AcquireQuantumMemory(width,sizeof(*offset));
width            2018 magick/effect.c   point.x=(double) width*sin(DegreesToRadians(angle));
width            2019 magick/effect.c   point.y=(double) width*cos(DegreesToRadians(angle));
width            2020 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2029 magick/effect.c   blur_image=AccelerateMotionBlurImage(image,channel,kernel,width,offset,
width            2100 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2135 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2257 magick/effect.c     width;
width            2272 magick/effect.c   width=(size_t) radius+1;
width            2339 magick/effect.c       quadrant.width=width;
width            2340 magick/effect.c       quadrant.height=width;
width            2364 magick/effect.c             quadrant.x=x-(ssize_t) (width-1);
width            2365 magick/effect.c             quadrant.y=y-(ssize_t) (width-1);
width            2370 magick/effect.c             quadrant.y=y-(ssize_t) (width-1);
width            2375 magick/effect.c             quadrant.x=x-(ssize_t) (width-1);
width            2382 magick/effect.c           quadrant.width,quadrant.height,exception);
width            2387 magick/effect.c         for (n=0; n < (ssize_t) (width*width); n++)
width            2394 magick/effect.c         mean.red/=(double) (width*width);
width            2395 magick/effect.c         mean.green/=(double) (width*width);
width            2396 magick/effect.c         mean.blue/=(double) (width*width);
width            2399 magick/effect.c         for (n=0; n < (ssize_t) (width*width); n++)
width            2420 magick/effect.c         UndefinedInterpolatePixel,(double) target.x+target.width/2.0,
width            2541 magick/effect.c     &geometry.width,&geometry.height);
width            2552 magick/effect.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width            2810 magick/effect.c         geometry.width=(size_t) (2*i+2);
width            2816 magick/effect.c           "raise %.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3353 magick/effect.c     width;
width            3371 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            3372 magick/effect.c   kernel=(double *) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width            3373 magick/effect.c     width*sizeof(*kernel)));
width            3376 magick/effect.c   j=(ssize_t) (width-1)/2;
width            3398 magick/effect.c         "  SelectiveBlurImage with %.20gx%.20g kernel:",(double) width,(double)
width            3399 magick/effect.c         width);
width            3402 magick/effect.c       for (v=0; v < (ssize_t) width; v++)
width            3407 magick/effect.c         for (u=0; u < (ssize_t) width; u++)
width            3450 magick/effect.c   center=(ssize_t) ((image->columns+width)*((width-1)/2L)+((width-1)/2L));
width            3486 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) (width-1)/2L),y-(ssize_t)
width            3487 magick/effect.c       ((width-1)/2L),image->columns+width,width,exception);
width            3488 magick/effect.c     l=GetCacheViewVirtualPixels(luminance_view,-((ssize_t) (width-1)/2L),y-
width            3489 magick/effect.c       (ssize_t) ((width-1)/2L),luminance_image->columns+width,width,exception);
width            3532 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3534 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3546 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3562 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3564 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3574 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3584 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3586 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3596 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3607 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3609 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3623 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3638 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3640 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3647 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3656 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3658 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3670 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3993 magick/effect.c     width;
width            4006 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            4011 magick/effect.c   kernel_info->width=width;
width            4012 magick/effect.c   kernel_info->height=width;
width            4013 magick/effect.c   kernel_info->x=(ssize_t) (width-1)/2;
width            4014 magick/effect.c   kernel_info->y=(ssize_t) (width-1)/2;
width            4017 magick/effect.c     kernel_info->width,kernel_info->height*sizeof(*kernel_info->values)));
width            4024 magick/effect.c   j=(ssize_t) (kernel_info->width-1)/2;
width            4038 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            4041 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            4102 magick/effect.c     width;
width            4137 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            4182 magick/effect.c         UndefinedInterpolatePixel,(double) x+width*(point.x-0.5),(double)
width            4183 magick/effect.c         y+width*(point.y-0.5),&pixel,exception);
width            2620 magick/enhance.c     width;
width            2664 magick/enhance.c   width=(double) hald_image->columns;
width            2721 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset,width),floor(offset/width),
width            2724 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset+level,width),floor((offset+level)/
width            2725 magick/enhance.c         width),&pixel2,exception);
width            2730 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset,width),floor(offset/width),
width            2733 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset+level,width),floor((offset+level)/
width            2734 magick/enhance.c         width),&pixel2,exception);
width            1931 magick/feature.c     "# Hough line transform: %.20gx%.20g%+.20g\n",(double) width,
width            1973 magick/feature.c             for (u=(-((ssize_t) width/2)); u <= (((ssize_t) width/2)); u++)
width            1985 magick/feature.c             if (u < (ssize_t) (width/2))
width            2222 magick/feature.c           for (u=(-((ssize_t) width/2)); u <= (((ssize_t) width/2)); u++)
width            2224 magick/feature.c             if ((v*v+u*u) <= (ssize_t) ((width/2)*(height/2)))
width              96 magick/fourier.c     width,
width             475 magick/fourier.c   source_info=AcquireVirtualMemory(height,width*sizeof(*source_pixels));
width             487 magick/fourier.c     for (x=0L; x < (ssize_t) width; x++)
width             490 magick/fourier.c         u=((x+x_offset) < 0L) ? x+x_offset+(ssize_t) width : x+x_offset;
width             492 magick/fourier.c         u=((x+x_offset) > ((ssize_t) width-1L)) ? x+x_offset-(ssize_t) width :
width             494 magick/fourier.c       source_pixels[v*width+u]=roll_pixels[i++];
width             497 magick/fourier.c   (void) CopyMagickMemory(roll_pixels,source_pixels,height*width*
width             519 magick/fourier.c   center=(ssize_t) floor((double) width/2L)+1L;
width             525 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             526 magick/fourier.c       forward_pixels[y*width+x+width/2L]=source_pixels[y*center+x];
width             528 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             529 magick/fourier.c       forward_pixels[(height-y)*width+width/2L-x-1L]=
width             531 magick/fourier.c   for (x=0L; x < (ssize_t) (width/2L); x++)
width             532 magick/fourier.c     forward_pixels[-x+width/2L-1L]=forward_pixels[x+width/2L+1L];
width             546 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L); x++)
width             547 magick/fourier.c       fourier_pixels[y*width+x]*=(-1.0);
width             597 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width             599 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width             613 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width             616 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width             617 magick/fourier.c   status=ForwardQuadrantSwap(fourier_info->width,fourier_info->height,
width             620 magick/fourier.c     status=ForwardQuadrantSwap(fourier_info->width,fourier_info->height,phase,
width             622 magick/fourier.c   CorrectPhaseLHS(fourier_info->width,fourier_info->height,phase_pixels);
width             627 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             643 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             697 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             786 magick/fourier.c     fourier_info->width*sizeof(*source_pixels));
width             794 magick/fourier.c   ResetMagickMemory(source_pixels,0,fourier_info->height*fourier_info->width*
width             800 magick/fourier.c     p=GetCacheViewVirtualPixels(image_view,0L,y,fourier_info->width,1UL,
width             805 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             859 magick/fourier.c   fftw_r2c_plan=fftw_plan_dft_r2c_2d(fourier_info->width,fourier_info->height,
width             874 magick/fourier.c       gamma=PerceptibleReciprocal((double) fourier_info->width*
width             933 magick/fourier.c   fourier_info.width=image->columns;
width             939 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width             941 magick/fourier.c   fourier_info.height=fourier_info.width;
width             942 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2L)+1L;
width             993 magick/fourier.c       width;
width             995 magick/fourier.c     width=image->columns;
width            1001 magick/fourier.c         width=(extent & 0x01) == 1 ? extent+1UL : extent;
width            1003 magick/fourier.c     height=width;
width            1004 magick/fourier.c     magnitude_image=CloneImage(image,width,height,MagickTrue,exception);
width            1012 magick/fourier.c         phase_image=CloneImage(image,width,height,MagickTrue,exception);
width            1162 magick/fourier.c   center=(ssize_t) floor((double) width/2L)+1L;
width            1164 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L+1L); x++)
width            1165 magick/fourier.c       destination[(height-y)*center-x+width/2L]=source[y*width+x];
width            1167 magick/fourier.c     destination[y*center]=source[y*width+width/2L];
width            1211 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width            1213 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width            1238 magick/fourier.c     p=GetCacheViewVirtualPixels(magnitude_view,0L,y,fourier_info->width,1UL,
width            1243 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1284 magick/fourier.c   status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width            1292 magick/fourier.c     p=GetCacheViewVirtualPixels(phase_view,0,y,fourier_info->width,1,
width            1297 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1341 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1349 magick/fourier.c   CorrectPhaseLHS(fourier_info->width,fourier_info->height,phase_pixels);
width            1351 magick/fourier.c     status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width            1422 magick/fourier.c     fourier_info->width*sizeof(*source_pixels));
width            1440 magick/fourier.c       gamma=PerceptibleReciprocal((double) fourier_info->width*
width            1458 magick/fourier.c     fftw_c2r_plan=fftw_plan_dft_c2r_2d(fourier_info->width,fourier_info->height,
width            1469 magick/fourier.c     q=GetCacheViewAuthenticPixels(image_view,0L,y,fourier_info->width >
width            1470 magick/fourier.c       image->columns ? image->columns : fourier_info->width,1UL,exception);
width            1474 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1543 magick/fourier.c   fourier_info.width=magnitude_image->columns;
width            1551 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width            1553 magick/fourier.c   fourier_info.height=fourier_info.width;
width            1554 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2L)+1L;
width             913 magick/fx.c        for (u=0; u < (ssize_t) color_matrix->width; u++)
width            1767 magick/fx.c            return((double) image->page.width);
width            4312 magick/fx.c      border_info.width=(size_t) floor(2.0*sigma+0.5);
width            4383 magick/fx.c      if (shadow_image->page.width == 0)
width            4384 magick/fx.c        shadow_image->page.width=shadow_image->columns;
width            4387 magick/fx.c      shadow_image->page.width+=x_offset-(ssize_t) border_info.width;
width            4389 magick/fx.c      shadow_image->page.x+=x_offset-(ssize_t) border_info.width;
width            1636 magick/gem.c       width;
width            1649 magick/gem.c     for (width=5; ; )
width            1652 magick/gem.c       j=(ssize_t) (width-1)/2;
width            1658 magick/gem.c       width+=2;
width            1660 magick/gem.c     return((size_t) (width-2));
width            1674 magick/gem.c       width;
width            1689 magick/gem.c     for (width=5; ; )
width            1692 magick/gem.c       j=(ssize_t) (width-1)/2;
width            1699 magick/gem.c       width+=2;
width            1701 magick/gem.c     return((size_t) (width-2));
width             227 magick/geometry.c             *width=(size_t) strtol(p,&p,10);
width             229 magick/geometry.c             *width=(size_t) floor(StringToDouble(p,&p)+0.5);
width             296 magick/geometry.c           *height=(*width);
width             300 magick/geometry.c         *width=(*height);
width             312 magick/geometry.c   (void) fprintf(stderr,"Geometry: %ldx%ld%+ld%+ld\n",(long) *width,(long)
width             450 magick/geometry.c         flags=GetGeometry(page,&geometry.x,&geometry.y,&geometry.width,
width             495 magick/geometry.c   if (region->width == 0)
width             496 magick/geometry.c     region->width=width;
width             503 magick/geometry.c       region->x=(ssize_t) (width-region->width-region->x);
width             511 magick/geometry.c       region->x+=(ssize_t) (width/2-region->width/2);
width             671 magick/geometry.c     &region_info->width,&region_info->height);
width            1149 magick/geometry.c     width;
width            1152 magick/geometry.c   if (image->page.width != 0)
width            1153 magick/geometry.c     region_info->width=image->page.width;
width            1186 magick/geometry.c       region_info->width=(size_t) floor((scale.x*image->columns/100.0)+0.5);
width            1192 magick/geometry.c   width=region_info->width;
width            1194 magick/geometry.c   if (width == 0)
width            1195 magick/geometry.c     region_info->width=image->page.width | image->columns;
width            1199 magick/geometry.c   region_info->width=width;
width            1265 magick/geometry.c   assert(width != (size_t *) NULL);
width            1274 magick/geometry.c   former_width=(*width);
width            1276 magick/geometry.c   flags=GetGeometry(geometry,x,y,width,height);
width            1295 magick/geometry.c       *width=(size_t) floor(scale.x*former_width/100.0+0.5);
width            1297 magick/geometry.c       former_width=(*width);
width            1300 magick/geometry.c   if (((flags & AspectValue) != 0) || ((*width == former_width) &&
width            1304 magick/geometry.c         *width=former_width;
width            1321 magick/geometry.c             scale_factor=(double) *width/(double) former_width;
width            1334 magick/geometry.c               scale_factor=(double) *width/(double) former_width;
width            1336 magick/geometry.c                   (scale_factor < ((double) *width/(double) former_height)))
width            1337 magick/geometry.c                 scale_factor=(double) *width/(double) former_height;
width            1346 magick/geometry.c       *width=MagickMax((size_t) floor(scale_factor*former_width+0.5),1UL);
width            1351 magick/geometry.c       if (former_width < *width)
width            1352 magick/geometry.c         *width=former_width;
width            1358 magick/geometry.c       if (former_width > *width)
width            1359 magick/geometry.c         *width=former_width;
width            1380 magick/geometry.c       if ((scale.x < (double) *width) || (scale.y < (double) *height))
width            1382 magick/geometry.c           *width=(unsigned long) (former_width/(distance/sqrt(area)));
width            1385 magick/geometry.c       former_width=(*width);
width            1431 magick/geometry.c   if (image->page.width != 0)
width            1432 magick/geometry.c     region_info->width=image->page.width;
width            1444 magick/geometry.c       region_info->width=image->columns;
width            1448 magick/geometry.c     &region_info->width,&region_info->height);
width            1453 magick/geometry.c         region_info->width=region_info->height;
width            1455 magick/geometry.c         region_info->height=region_info->width;
width            1501 magick/geometry.c     &region_info->width,&region_info->height);
width            1540 magick/geometry.c   geometry->width=image->columns;
width             124 magick/geometry.h     width,
width             649 magick/identify.c       if ((image->page.width != 0) || (image->page.height != 0) ||
width             652 magick/identify.c           image->page.width,(double) image->page.height,(double) image->page.x,
width            1128 magick/identify.c   if ((image->extract_info.width*image->extract_info.height) != 0)
width            1130 magick/identify.c       (double) image->extract_info.width,(double) image->extract_info.height,
width            1150 magick/identify.c   if ((image->page.width != 0) || (image->page.height != 0) ||
width            1153 magick/identify.c       (double) image->page.width,(double) image->page.height,(double)
width             273 magick/image-view.c       source->extent.width,1,source->exception);
width             280 magick/image-view.c       duplex->extent.width,1,duplex->exception);
width             287 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             579 magick/image-view.c       source->extent.width,1,source->exception);
width             736 magick/image-view.c   image_view->extent.width=image->columns;
width             790 magick/image-view.c   image_view->extent.width=width;
width             931 magick/image-view.c       y,destination->extent.width,1,exception);
width            1105 magick/image-view.c       source->extent.width,1,source->exception);
width            1112 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1236 magick/image-view.c       source->extent.width,1,exception);
width             223 magick/image.c       image->columns=image->extract_info.width;
width             238 magick/image.c           Swap(image->columns,image->extract_info.width);
width             452 magick/image.c     width;
width             470 magick/image.c   width=images->columns;
width             480 magick/image.c         if (next->columns > width)
width             481 magick/image.c           width=next->columns;
width             485 magick/image.c     width+=next->columns;
width             492 magick/image.c   append_image=CloneImage(images,width,height,MagickTrue,exception);
width             895 magick/image.c   clone_image->page.width=(size_t) floor(scale*image->page.width+0.5);
width            1066 magick/image.c       ((offset->x+geometry->width) > (ssize_t) image->columns) ||
width            1103 magick/image.c       geometry->width,1,exception);
width            1105 magick/image.c       geometry->width,1,exception);
width            1113 magick/image.c     for (x=0; x < (ssize_t) geometry->width; x++)
width            2095 magick/image.c   image->columns=width;
width            2217 magick/image.c         geometry.height=geometry.width;
width            2218 magick/image.c       image->page.width=geometry.width;
width            2233 magick/image.c           if ((image->page.width == 0) && (geometry.x > 0))
width            2234 magick/image.c             image->page.width=image->columns+geometry.x;
width            3378 magick/image.c     width;
width            3396 magick/image.c   width=image->columns;
width            3406 magick/image.c         if (next->columns > width)
width            3407 magick/image.c           width=next->columns;
width            3413 magick/image.c     width+=next->columns;
width            3415 magick/image.c       width+=offset;
width            3422 magick/image.c   smush_image=CloneImage(image,width,height,MagickTrue,exception);
width             118 magick/layer.c     q=GetAuthenticPixels(image,bounds->x,bounds->y+y,bounds->width,1,exception);
width             121 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             182 magick/layer.c     p=GetVirtualPixels(image1,bounds->x,bounds->y+y,bounds->width,1,
width             184 magick/layer.c     q=GetVirtualPixels(image2,bounds->x,bounds->y+y,bounds->width,1,
width             188 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             196 magick/layer.c     if (x < (ssize_t) bounds->width)
width             257 magick/layer.c   if (bounds.width == 0)
width             259 magick/layer.c       bounds.width=next->columns;
width             261 magick/layer.c         bounds.width+=bounds.x;
width             271 magick/layer.c   coalesce_image=CloneImage(next,bounds.width,bounds.height,MagickTrue,
width             293 magick/layer.c     bounds.width=previous->columns;
width             297 magick/layer.c         bounds.width+=bounds.x;
width             300 magick/layer.c     if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) coalesce_image->columns)
width             301 magick/layer.c       bounds.width=coalesce_image->columns-bounds.x;
width             402 magick/layer.c   dispose_image=CloneImage(image,image->page.width,image->page.height,
width             436 magick/layer.c         bounds.width=next->columns;
width             440 magick/layer.c             bounds.width+=bounds.x;
width             443 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width             444 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width             656 magick/layer.c       bounds.width=1;
width             682 magick/layer.c   bounds.width=(size_t) (x-bounds.x+1);
width             805 magick/layer.c   image_a=CloneImage(next,next->page.width,next->page.height,
width             858 magick/layer.c         (bounds[i].width == 1) && (bounds[i].height == 1))
width            1051 magick/layer.c   prev_image=CloneImage(curr,curr->page.width,curr->page.height,
width            1078 magick/layer.c     (double) bounds[i].width,(double) bounds[i].height,
width            1087 magick/layer.c   dup_bounds.width=0;
width            1105 magick/layer.c          (double) bounds[i].width,(double) bounds[i].height,
width            1134 magick/layer.c          (double) try_bounds.width,(double) try_bounds.height,
width            1139 magick/layer.c                 try_bounds.width * try_bounds.height
width            1140 magick/layer.c                     <  bounds[i].width * bounds[i].height )
width            1157 magick/layer.c         dup_bounds.width=dup_bounds.height=0; /* no dup, no pixel added */
width            1160 magick/layer.c             dup_image=CloneImage(curr->previous,curr->previous->page.width,
width            1173 magick/layer.c                    dup_bounds.width*dup_bounds.height
width            1174 magick/layer.c                       +try_bounds.width*try_bounds.height
width            1175 magick/layer.c                    < bounds[i].width * bounds[i].height )
width            1183 magick/layer.c               dup_bounds.width=dup_bounds.height=0;
width            1188 magick/layer.c         bgnd_image=CloneImage(curr->previous,curr->previous->page.width,
width            1218 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1228 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1233 magick/layer.c                      bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x;
width            1234 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1235 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1240 magick/layer.c                      try_bounds.width += try_bounds.x - bgnd_bounds.x;
width            1241 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1242 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1259 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1274 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1279 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1287 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1297 magick/layer.c               bgnd_bounds.width*bgnd_bounds.height
width            1298 magick/layer.c                 +try_bounds.width*try_bounds.height
width            1299 magick/layer.c               < bounds[i-1].width*bounds[i-1].height
width            1300 magick/layer.c                   +dup_bounds.width*dup_bounds.height
width            1301 magick/layer.c                   +bounds[i].width*bounds[i].height )
width            1344 magick/layer.c             prev_image=CloneImage(curr->previous,curr->previous->page.width,
width            1361 magick/layer.c          (double) bounds[i-1].width, (double) bounds[i-1].height,
width            1368 magick/layer.c          (double) bounds[i].width, (double) bounds[i].height,
width            1540 magick/layer.c   dispose_image=CloneImage(next,next->page.width,next->page.height,
width            1577 magick/layer.c         bounds.width=next->columns;
width            1581 magick/layer.c             bounds.width+=bounds.x;
width            1584 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width            1585 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width            1971 magick/layer.c     width;
width            1986 magick/layer.c   width=image->columns;
width            1999 magick/layer.c             width+=page.x-next->page.x;
width            2007 magick/layer.c         if ((ssize_t) width < (next->page.x+(ssize_t) next->columns-page.x))
width            2008 magick/layer.c           width=(size_t) next->page.x+(ssize_t) next->columns-page.x;
width            2016 magick/layer.c       if (page.width > 0)
width            2017 magick/layer.c         width=page.width;
width            2026 magick/layer.c       if (page.width > 0)
width            2027 magick/layer.c         width=page.width;
width            2032 magick/layer.c         if ((ssize_t) width < (next->page.x+(ssize_t) next->columns))
width            2033 magick/layer.c           width=(size_t) next->page.x+next->columns;
width            2037 magick/layer.c       page.width=width;
width            2047 magick/layer.c   if (page.width == 0)
width            2048 magick/layer.c     page.width=page.x < 0 ? width : width+page.x;
width            2061 magick/layer.c         image->page.width=width;
width            2076 magick/layer.c   canvas=CloneImage(image,width,height,MagickTrue,exception);
width             389 magick/montage.c     width;
width             428 magick/montage.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width             481 magick/montage.c         &extract_info.width,&extract_info.height);
width             493 magick/montage.c       frame_info.width=extract_info.width;
width             498 magick/montage.c         &frame_info.inner_bevel,&frame_info.width,&frame_info.height);
width             500 magick/montage.c         frame_info.height=frame_info.width;
width             502 magick/montage.c         frame_info.outer_bevel=(ssize_t) frame_info.width/2;
width             505 magick/montage.c       frame_info.x=(ssize_t) frame_info.width;
width             509 magick/montage.c       border_width=(size_t) MagickMax((ssize_t) frame_info.width,
width             514 magick/montage.c     if (image_list[i]->columns > extract_info.width)
width             515 magick/montage.c       extract_info.width=image_list[i]->columns;
width             583 magick/montage.c     bounds.width=0;
width             585 magick/montage.c     width=0;
width             590 magick/montage.c           width=concatenate != MagickFalse ? image_list[tile]->columns :
width             591 magick/montage.c             extract_info.width;
width             595 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             596 magick/montage.c       if (x_offset > (ssize_t) bounds.width)
width             597 magick/montage.c         bounds.width=(size_t) x_offset;
width             615 magick/montage.c       bounds.width+=4;
width             621 magick/montage.c     montage->columns=(size_t) MagickMax((ssize_t) bounds.width,1);
width             647 magick/montage.c       "%.20gx%.20g%+.20g%+.20g",(double) (extract_info.width+
width             713 magick/montage.c       width=concatenate != MagickFalse ? image->columns : extract_info.width;
width             728 magick/montage.c           border_info.width=border_width;
width             732 magick/montage.c               border_info.width=(width-image->columns+1)/2;
width             748 magick/montage.c       tile_image->columns=width;
width             770 magick/montage.c           extract_info.width=width+2*frame_info.width;
width             822 magick/montage.c                 image->columns : width)-2*border_width),(double)
width             833 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             276 magick/morphology.c       kernel->width = (size_t)args.rho;
width             283 magick/morphology.c                                         : (ssize_t) (kernel->width-1)/2;
width             286 magick/morphology.c       if ( kernel->x >= (ssize_t) kernel->width ||
width             305 magick/morphology.c       kernel->width = kernel->height= (size_t) sqrt((double) i+1.0);
width             306 magick/morphology.c       kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width             314 magick/morphology.c     kernel->width,kernel->height*sizeof(*kernel->values)));
width             320 magick/morphology.c   for (i=0; (i < (ssize_t) (kernel->width*kernel->height)) && (p < end); i++)
width             346 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) ) {
width             349 magick/morphology.c     for ( ; i < (ssize_t) (kernel->width*kernel->height); i++)
width             354 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) )
width            1034 magick/morphology.c         kernel->height = kernel->width = (size_t) 1;
width            1053 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1055 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma);
width            1057 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma2);
width            1058 magick/morphology.c         kernel->height = kernel->width;
width            1059 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1061 magick/morphology.c           kernel->width,kernel->height*sizeof(*kernel->values)));
width            1083 magick/morphology.c                   kernel->width*kernel->height*sizeof(*kernel->values));
width            1084 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1099 magick/morphology.c               kernel->values[kernel->x+kernel->y*kernel->width] -= 1.0;
width            1115 magick/morphology.c                   kernel->width*kernel->height*sizeof(*kernel->values));
width            1116 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1144 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1146 magick/morphology.c           kernel->width = GetOptimalKernelWidth1D(args->rho,sigma);
width            1148 magick/morphology.c         kernel->x = (ssize_t) (kernel->width-1)/2;
width            1151 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1172 magick/morphology.c         v = (ssize_t) (kernel->width*KernelRank-1)/2; /* start/end points to fit range */
width            1174 magick/morphology.c            kernel->width*kernel->height*sizeof(*kernel->values));
width            1186 magick/morphology.c           kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1200 magick/morphology.c               kernel->width*kernel->height*sizeof(*kernel->values));
width            1201 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1231 magick/morphology.c           kernel->width = (GetOptimalKernelWidth1D(args->rho,sigma)-1)/2+1;
width            1233 magick/morphology.c           kernel->width = (size_t)args->rho;
width            1237 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1256 magick/morphology.c             v = (ssize_t) kernel->width*KernelRank; /* start/end points */
width            1258 magick/morphology.c               kernel->width*sizeof(*kernel->values));
width            1267 magick/morphology.c             for (i=0; i < (ssize_t) kernel->width; i++)
width            1272 magick/morphology.c             for ( i=0; i < (ssize_t) kernel->width; i++)
width            1280 magick/morphology.c               kernel->width*kernel->height*sizeof(*kernel->values));
width            1281 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1299 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1301 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1302 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1304 magick/morphology.c         order_f = fact(kernel->width-1);
width            1306 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1315 magick/morphology.c             for ( u=0; u < (ssize_t)kernel->width; u++, i++)
width            1320 magick/morphology.c         kernel->maximum = kernel->values[kernel->x+kernel->y*kernel->width];
width            1533 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1535 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1536 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1538 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1560 magick/morphology.c               kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1562 magick/morphology.c               kernel->width = kernel->height = (size_t) (2*args->rho+1);
width            1563 magick/morphology.c             kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1570 magick/morphology.c             kernel->width = (size_t)args->rho;
width            1572 magick/morphology.c             if ( args->xi  < 0.0 || args->xi  > (double)kernel->width ||
width            1579 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1585 magick/morphology.c         u=(ssize_t) (kernel->width*kernel->height);
width            1595 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius = 2 */
width            1597 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1598 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1600 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1621 magick/morphology.c             kernel->width = kernel->height = 9L, limit = 18L;
width            1623 magick/morphology.c             kernel->width = kernel->height = (size_t)fabs(args->rho)*2+1;
width            1624 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1626 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1643 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1645 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1646 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1648 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1658 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1664 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1666 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1667 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1669 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1679 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1695 magick/morphology.c               kernel->width = ((size_t)args->sigma)*2+1;
width            1701 magick/morphology.c               kernel->width = ((size_t)args->rho)*2+1;
width            1706 magick/morphology.c             kernel->width = 7L, limit1 = 7L, limit2 = 11L;
width            1708 magick/morphology.c           kernel->height = kernel->width;
width            1709 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1710 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1728 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            2075 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2077 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2078 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2080 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2095 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2097 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2098 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2100 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2115 magick/morphology.c           kernel->width = kernel->height = 5;  /* default/minimum radius = 2 */
width            2117 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2118 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2120 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2140 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2142 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2143 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2145 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2211 magick/morphology.c   new_kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2215 magick/morphology.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            2304 magick/morphology.c       for ( y=0, k=kernel->values; y < kernel->height; y++, k+=kernel->width)
width            2305 magick/morphology.c         for ( x=0, r=kernel->width-1; x<kernel->width/2; x++, r--)
width            2308 magick/morphology.c       kernel->x = kernel->width - kernel->x - 1;
width            2379 magick/morphology.c   if (    kernel1->width != kernel2->width
width            2386 magick/morphology.c   for (i=0; i < (kernel1->width*kernel1->height); i++) {
width            2465 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width            2593 magick/morphology.c   virt_width=image->columns+kernel->width-1;
width            2606 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            2627 magick/morphology.c   if ( method == ConvolveMorphology && kernel->width == 1 )
width            2974 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            2983 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3023 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3042 magick/morphology.c                   gamma*=(double) kernel->height*kernel->width/count;
width            3066 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3093 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3097 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3131 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3180 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3207 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3211 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3250 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3254 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3418 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            3435 magick/morphology.c   virt_width=image->columns+kernel->width-1;
width            3509 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3513 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3526 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3548 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3552 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3565 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3702 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3706 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3719 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y)+kernel->x-1 ];
width            3722 magick/morphology.c               for (u=offx+1; u < (ssize_t) kernel->width; u++, k--) {
width            3739 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3743 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3756 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y)+kernel->x-1 ];
width            3759 magick/morphology.c               for (u=offx+1; u < (ssize_t) kernel->width; u++, k--) {
width            4507 magick/morphology.c       if ( kernel->width == 3 && kernel->height == 3 )
width            4538 magick/morphology.c       if ( kernel->width == 1 || kernel->height == 1 )
width            4544 magick/morphology.c           t = (ssize_t) kernel->width;
width            4545 magick/morphology.c           kernel->width = kernel->height;
width            4550 magick/morphology.c           if ( kernel->width == 1 ) {
width            4558 magick/morphology.c       else if ( kernel->width == kernel->height )
width            4565 magick/morphology.c             for( i=0, x=kernel->width-1;  i<=x;   i++, x--)
width            4567 magick/morphology.c                 { t                    = k[i+j*kernel->width];
width            4568 magick/morphology.c                   k[i+j*kernel->width] = k[j+x*kernel->width];
width            4569 magick/morphology.c                   k[j+x*kernel->width] = k[x+y*kernel->width];
width            4570 magick/morphology.c                   k[x+y*kernel->width] = k[y+i*kernel->width];
width            4571 magick/morphology.c                   k[y+i*kernel->width] = t;
width            4576 magick/morphology.c             x = (ssize_t) (kernel->x*2-kernel->width+1);
width            4578 magick/morphology.c             kernel->x = (ssize_t) ( -y +(ssize_t) kernel->width-1)/2;
width            4605 magick/morphology.c       for ( i=0, j=kernel->width*kernel->height-1;  i<j;  i++, j--)
width            4608 magick/morphology.c       kernel->x = (ssize_t) kernel->width  - kernel->x - 1;
width            4799 magick/morphology.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            4866 magick/morphology.c       k->width,(unsigned long) k->height,(long) k->x,(long) k->y);
width            4883 magick/morphology.c       for (u=0; u < k->width; u++, i++)
width            4936 magick/morphology.c   kernel->values[kernel->x+kernel->y*kernel->width] += scale;
width            4977 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width             108 magick/morphology.h     width,
width             140 magick/nt-feature.c   if (((geometry->x+(ssize_t) geometry->width) < 0) ||
width             146 magick/nt-feature.c   if ((page.x+(ssize_t) page.width) > (ssize_t) image->columns)
width             147 magick/nt-feature.c     page.width=image->columns-page.x;
width             152 magick/nt-feature.c       page.width+=page.x;
width             161 magick/nt-feature.c   if ((page.width == 0) || (page.height == 0))
width             167 magick/nt-feature.c   bitmap.bmWidth        = (LONG) page.width;
width             174 magick/nt-feature.c   bitmap_bitsH=(HANDLE) GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE,page.width*
width             192 magick/nt-feature.c     p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
width             197 magick/nt-feature.c     for( x=(ssize_t) page.width ; x> 0 ; x-- )
width             451 magick/paint.c   gradient->bounding_box.width=image->columns;
width             578 magick/paint.c     width;
width             592 magick/paint.c   width=GetOptimalKernelWidth2D(radius,0.5);
width             650 magick/paint.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             651 magick/paint.c       (width/2L),linear_image->columns+width,width,exception);
width             683 magick/paint.c       for (v=0; v < (ssize_t) width; v++)
width             685 magick/paint.c         for (u=0; u < (ssize_t) width; u++)
width             696 magick/paint.c         i+=(ssize_t) (linear_image->columns+width);
width             441 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             444 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             458 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             461 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             476 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             479 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             494 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             497 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             509 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             512 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             526 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             529 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             544 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             547 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             561 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             565 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width             651 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             654 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             668 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             671 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             687 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             690 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             705 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             708 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             720 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             723 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             737 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             740 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             756 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             759 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             773 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             777 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width             864 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             867 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             881 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             884 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             899 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             902 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             917 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             920 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             932 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             935 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             949 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             952 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             967 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             970 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             984 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             988 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            1074 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1077 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1091 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1094 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1110 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1113 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1128 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1131 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1144 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1147 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1161 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1164 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1179 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1182 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1196 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1200 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            1288 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1291 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1305 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1308 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1323 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1326 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1341 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1344 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1356 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1359 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1373 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1376 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1391 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1394 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1408 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1412 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            1498 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1501 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1515 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1518 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1533 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1536 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1551 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1554 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1566 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1569 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1583 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1586 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1601 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1604 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1618 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1622 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            1711 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1714 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1728 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1731 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1746 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1749 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1764 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1767 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1779 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1782 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1796 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1799 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1814 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1817 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1831 magick/pixel.c     p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1835 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2021 magick/pixel.c   roi.width=width;
width            2464 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2467 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2483 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2486 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2503 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2506 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2523 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2526 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2543 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2546 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2562 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2565 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2581 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2584 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2601 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2604 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2621 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2624 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2640 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2644 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2732 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2735 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2754 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2757 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2779 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2782 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2802 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2805 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2822 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2825 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2844 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2847 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2868 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2871 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2889 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2893 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2987 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2990 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3009 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3012 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3033 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3036 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3056 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3059 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3076 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3079 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3098 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3101 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3122 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3125 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3143 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3147 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3237 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3240 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3256 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3259 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3276 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3279 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3296 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3299 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3315 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3318 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3334 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3337 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3354 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3357 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3373 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3377 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3465 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3468 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3484 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3487 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3504 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3507 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3524 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3527 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3543 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3546 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3562 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3565 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3582 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3585 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3601 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3605 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3693 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3696 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3712 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3715 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3732 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3735 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3752 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3755 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3771 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3774 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3790 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3793 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3810 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3813 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3829 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3833 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3921 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3924 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3940 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3943 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3960 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3963 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3980 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3983 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3999 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4002 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4018 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4021 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4038 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4041 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4057 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4061 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            4245 magick/pixel.c   roi.width=width;
width            4706 magick/pixel.c       geometry.width=4L;
width            2365 magick/property.c         (double) image->page.width,(double) image->page.height,
width            2599 magick/property.c         image->page.width,(double) image->page.height);
width            2648 magick/property.c         image->page.width);
width            2687 magick/property.c         (double) page.width,(double) page.height,(double) page.x,(double)
width            2297 magick/resize.c     width;
width            2308 magick/resize.c   width=(size_t) (x_resolution*image->columns/(image->x_resolution == 0.0 ?
width            2312 magick/resize.c   resample_image=ResizeImage(image,width,height,filter,blur,exception);
width              74 magick/resource.c     width,
width             185 magick/resource.c       resource_info.width=(MagickOffsetType) size;
width             189 magick/resource.c       (void) FormatMagickSize((MagickSizeType) resource_info.width,MagickFalse,
width             598 magick/resource.c       resource=(MagickSizeType) resource_info.width;
width             912 magick/resource.c       resource_info.width=(MagickOffsetType) size;
width             913 magick/resource.c       (void) FormatMagickSize((MagickSizeType) resource_info.width,MagickFalse,
width             136 magick/shear.c   extent[0].x=(double) (-width/2.0);
width             138 magick/shear.c   extent[1].x=(double) width/2.0;
width             140 magick/shear.c   extent[2].x=(double) (-width/2.0);
width             142 magick/shear.c   extent[3].x=(double) width/2.0;
width             168 magick/shear.c   geometry.width=(size_t) floor(max.x-min.x+0.5);
width             347 magick/shear.c     width;
width             358 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             359 magick/shear.c   source_matrix=AcquireMatrixInfo(width,image->rows,sizeof(unsigned short),
width             361 magick/shear.c   destination_matrix=AcquireMatrixInfo(width,image->rows,sizeof(unsigned short),
width             595 magick/shear.c     width;
width             603 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             604 magick/shear.c   projection=(size_t *) AcquireQuantumMemory((size_t) (2*width-1),
width             616 magick/shear.c   for (i=0; i < (ssize_t) (2*width-1); i++)
width             620 magick/shear.c         skew=i-(ssize_t) width+1;
width             625 magick/shear.c   degrees=RadiansToDegrees(-atan((double) skew/width/8));
width             675 magick/shear.c       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width             805 magick/shear.c             width;
width             807 magick/shear.c           width=tile_width;
width             809 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width             813 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width             821 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width             839 magick/shear.c             tile_pixels=p+(height-1)*width+y;
width             843 magick/shear.c               tile_pixels-=width;
width             852 magick/shear.c                 tile_indexes=indexes+(height-1)*width+y;
width             856 magick/shear.c                   tile_indexes-=width;
width             880 magick/shear.c       Swap(page.width,page.height);
width             882 magick/shear.c       if (page.width != 0)
width             883 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width             953 magick/shear.c       if (page.width != 0)
width             954 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1006 magick/shear.c             width;
width            1008 magick/shear.c           width=tile_width;
width            1010 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width            1014 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width            1022 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1033 magick/shear.c               rotate_image->rows-(tile_x+width)),height,1,exception);
width            1039 magick/shear.c             tile_pixels=p+(width-1)-y;
width            1043 magick/shear.c               tile_pixels+=width;
width            1052 magick/shear.c                 tile_indexes=indexes+(width-1)-y;
width            1056 magick/shear.c                   tile_indexes+=width;
width            1080 magick/shear.c       Swap(page.width,page.height);
width            1247 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1274 magick/shear.c         p+=width;
width            1275 magick/shear.c         indexes+=width;
width            1278 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1284 magick/shear.c           if ((size_t) (x_offset+width+step-i) > image->columns)
width            1401 magick/shear.c   for (x=0; x < (ssize_t) width; x++)
width            1441 magick/shear.c     displacement=degrees*(MagickRealType) (x-width/2.0);
width            1627 magick/shear.c   bounds.width=image->columns+(ssize_t) floor(fabs(shear.x)*image->rows+0.5);
width            1630 magick/shear.c   bounds.y=(ssize_t) ceil((double) image->rows+((fabs(shear.y)*bounds.width)-
width            1637 magick/shear.c   border_info.width=(size_t) bounds.x;
width            1655 magick/shear.c   status=YShearImage(shear_image,shear.y,bounds.width,image->rows,(ssize_t)
width            1656 magick/shear.c     (shear_image->columns-bounds.width)/2,bounds.y,exception);
width            1666 magick/shear.c   shear_image->page.width=0;
width            1736 magick/shear.c     width;
width            1774 magick/shear.c   width=integral_image->columns;
width            1776 magick/shear.c   bounds.width=(size_t) floor(fabs((double) height*shear.x)+width+0.5);
width            1777 magick/shear.c   bounds.height=(size_t) floor(fabs((double) bounds.width*shear.y)+height+0.5);
width            1779 magick/shear.c     bounds.width+0.5);
width            1780 magick/shear.c   bounds.x=(ssize_t) floor((double) ((shear_width > bounds.width) ? width :
width            1781 magick/shear.c     bounds.width-shear_width+2)/2.0+0.5);
width            1788 magick/shear.c   border_info.width=(size_t) bounds.x;
width            1797 magick/shear.c   status=XShearImage(rotate_image,shear.x,width,height,bounds.x,(ssize_t)
width            1804 magick/shear.c   status=YShearImage(rotate_image,shear.y,bounds.width,height,(ssize_t)
width            1805 magick/shear.c     (rotate_image->columns-bounds.width)/2,bounds.y,exception);
width            1811 magick/shear.c   status=XShearImage(rotate_image,shear.x,bounds.width,bounds.height,(ssize_t)
width            1812 magick/shear.c     (rotate_image->columns-bounds.width)/2,(ssize_t) (rotate_image->rows-
width            1819 magick/shear.c   status=CropToFitImage(&rotate_image,shear.x,shear.y,(MagickRealType) width,
width            1823 magick/shear.c   rotate_image->page.width=0;
width             987 magick/statistic.c       double  width,range,center,bias;
width             988 magick/statistic.c       width  = ( number_parameters >= 1 ) ? parameters[0] : 1.0;
width             992 magick/statistic.c       result = 2.0/width*(QuantumScale*pixel - center);
width            2945 magick/statistic.c   pixel_list->length=width*height;
width            2979 magick/statistic.c     pixel_list[i]=AcquirePixelList(width,height);
width            3490 magick/statistic.c   statistic_image=StatisticImageChannel(image,DefaultChannels,type,width,
width            3543 magick/statistic.c   neighbor_width=width == 0 ? GetOptimalKernelWidth2D((double) width,0.5) :
width            3544 magick/statistic.c     width;
width            1169 magick/stream.c   if ((extract_info.width == 0) || (extract_info.height == 0))
width            1189 magick/stream.c   length=packet_size*extract_info.width;
width             103 magick/threshold.c     width,
width             217 magick/threshold.c   number_pixels=(MagickRealType) (width*height);
width             255 magick/threshold.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             256 magick/threshold.c       height/2L,image->columns+width,height,exception);
width             271 magick/threshold.c       for (u=0; u < (ssize_t) width; u++)
width             273 magick/threshold.c         if (u == (ssize_t) (width-1))
width             290 magick/threshold.c       r+=image->columns+width;
width             313 magick/threshold.c         channel_sum.red+=r[width-1].red;
width             314 magick/threshold.c         channel_sum.green+=r[width-1].green;
width             315 magick/threshold.c         channel_sum.blue+=r[width-1].blue;
width             316 magick/threshold.c         channel_sum.opacity+=r[width-1].opacity;
width             319 magick/threshold.c             width-1);
width             320 magick/threshold.c         r+=image->columns+width;
width            1004 magick/threshold.c   map->width=StringToUnsignedLong(attribute);
width            1005 magick/threshold.c   if (map->width == 0)
width            1061 magick/threshold.c   map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height*
width            1075 magick/threshold.c     for (i=0; i< (ssize_t) (map->width*map->height); i++)
width            1593 magick/threshold.c         threshold = map->levels[(x%map->width) +map->width*(y%map->height)];
width             221 magick/transform.c   if (((chop_info->x+(ssize_t) chop_info->width) < 0) ||
width             227 magick/transform.c   if ((extent.x+(ssize_t) extent.width) > (ssize_t) image->columns)
width             228 magick/transform.c     extent.width=(size_t) ((ssize_t) image->columns-extent.x);
width             233 magick/transform.c       extent.width-=(size_t) (-extent.x);
width             241 magick/transform.c   chop_image=CloneImage(image,image->columns-extent.width,image->rows-
width             285 magick/transform.c       if ((x < extent.x) || (x >= (ssize_t) (extent.x+extent.width)))
width             349 magick/transform.c       if ((x < extent.x) || (x >= (ssize_t) (extent.x+extent.width)))
width             648 magick/transform.c   if ((bounding_box.width == 0) || (bounding_box.height == 0))
width             650 magick/transform.c       bounding_box.width=image->columns;
width             654 magick/transform.c   if (page.width == 0)
width             655 magick/transform.c     page.width=bounding_box.width;
width             658 magick/transform.c   if (((bounding_box.x-page.x) >= (ssize_t) page.width) ||
width             682 magick/transform.c       page.width+=page.x-bounding_box.x;
width             687 magick/transform.c       page.width-=bounding_box.x-page.x;
width             704 magick/transform.c   if ((page.x+(ssize_t) page.width) > (ssize_t) image->columns)
width             705 magick/transform.c     page.width=image->columns-page.x;
width             706 magick/transform.c   if ((geometry->width != 0) && (page.width > geometry->width))
width             707 magick/transform.c     page.width=geometry->width;
width             714 magick/transform.c   if ((page.width == 0) || (page.height == 0))
width             723 magick/transform.c   crop_image=CloneImage(image,page.width,page.height,MagickTrue,exception);
width             726 magick/transform.c   crop_image->page.width=image->page.width;
width             728 magick/transform.c   if (((ssize_t) (bounding_box.x+bounding_box.width) > (ssize_t) image->page.width) ||
width             731 magick/transform.c       crop_image->page.width=bounding_box.width;
width             871 magick/transform.c         width;
width             876 magick/transform.c       width=image->columns;
width             878 magick/transform.c       if (geometry.width == 0)
width             879 magick/transform.c         geometry.width=1;
width             884 magick/transform.c           width-=(geometry.x < 0 ? -1 : 1)*geometry.x;
width             889 magick/transform.c           width+=(geometry.x < 0 ? -1 : 1)*geometry.x;
width             892 magick/transform.c       delta.x=(double) width/geometry.width;
width             918 magick/transform.c         for (offset.x=0; offset.x < (double) width; )
width             925 magick/transform.c               crop.width=(size_t) MagickRound((MagickRealType) (offset.x+
width             933 magick/transform.c               crop.width=(size_t) MagickRound((MagickRealType) (offset.x+
width             936 magick/transform.c           crop.width-=crop.x;
width             946 magick/transform.c   if (((geometry.width == 0) && (geometry.height == 0)) ||
width             955 magick/transform.c           crop_image->page.width=geometry.width;
width             962 magick/transform.c   if ((image->columns > geometry.width) || (image->rows > geometry.height))
width             969 magick/transform.c         width;
width             979 magick/transform.c       if (page.width == 0)
width             980 magick/transform.c         page.width=image->columns;
width             983 magick/transform.c       width=geometry.width;
width             984 magick/transform.c       if (width == 0)
width             985 magick/transform.c         width=page.width;
width             992 magick/transform.c         for (x=0; x < (ssize_t) page.width; x+=(ssize_t) width)
width             994 magick/transform.c           geometry.width=width;
width            1070 magick/transform.c   excerpt_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1100 magick/transform.c       geometry->width,1,exception);
width            1186 magick/transform.c   if ((image->columns == geometry->width) && 
width            1190 magick/transform.c   extent_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1453 magick/transform.c   if (page.width != 0)
width            1454 magick/transform.c     page.x=(ssize_t) (page.width-flop_image->columns-page.x);
width            1666 magick/transform.c   if (((2*shave_info->width) >= image->columns) ||
width            1670 magick/transform.c   geometry.width-=2*shave_info->width;
width            1672 magick/transform.c   geometry.x=(ssize_t) shave_info->width+image->page.x;
width            1677 magick/transform.c   shave_image->page.width-=2*shave_info->width;
width            1679 magick/transform.c   shave_image->page.x-=(ssize_t) shave_info->width;
width            1748 magick/transform.c   splice_image=CloneImage(image,image->columns+splice_geometry.width,
width            1770 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1775 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1780 magick/transform.c       splice_geometry.y+=(ssize_t) splice_geometry.width/2;
width            1786 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1792 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1803 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1809 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1866 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            1947 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            2078 magick/transform.c   if ((transform_image->columns == geometry.width) &&
width            2081 magick/transform.c   resize_image=ResizeImage(transform_image,geometry.width,geometry.height,
width            2276 magick/transform.c   Swap(page.width,page.height);
width            2414 magick/transform.c   Swap(page.width,page.height);
width            2416 magick/transform.c   if (page.width != 0)
width            2417 magick/transform.c     page.x=(ssize_t) (page.width-transverse_image->columns-page.x);
width            2462 magick/transform.c   if ((geometry.width == 0) || (geometry.height == 0))
width             763 magick/type.c      width,
width             841 magick/type.c      status=FcPatternGetInteger(font_set->fonts[i],FC_WIDTH,0,&width);
width             843 magick/type.c      if (width >= FC_WIDTH_ULTRACONDENSED)
width             845 magick/type.c      if (width >= FC_WIDTH_EXTRACONDENSED)
width             847 magick/type.c      if (width >= FC_WIDTH_CONDENSED)
width             849 magick/type.c      if (width >= FC_WIDTH_SEMICONDENSED)
width             851 magick/type.c      if (width >= FC_WIDTH_NORMAL)
width             853 magick/type.c      if (width >= FC_WIDTH_SEMIEXPANDED)
width             855 magick/type.c      if (width >= FC_WIDTH_EXPANDED)
width             857 magick/type.c      if (width >= FC_WIDTH_EXTRAEXPANDED)
width             859 magick/type.c      if (width >= FC_WIDTH_ULTRAEXPANDED)
width             199 magick/vision.c       if (x > (ssize_t) object[i].bounding_box.width)
width             200 magick/vision.c         object[i].bounding_box.width=(size_t) x;
width             212 magick/vision.c     object[i].bounding_box.width-=(object[i].bounding_box.x-1);
width             251 magick/vision.c         1,bounding_box.width+2,1,exception);
width             257 magick/vision.c       for (x=0; x < (ssize_t) bounding_box.width+2; x++)
width             285 magick/vision.c         bounding_box.width,1,exception);
width             291 magick/vision.c       for (x=0; x < (ssize_t) bounding_box.width; x++)
width             380 magick/vision.c       if (x > (ssize_t) object[i].bounding_box.width)
width             381 magick/vision.c         object[i].bounding_box.width=(size_t) x;
width             402 magick/vision.c     object[i].bounding_box.width-=(object[i].bounding_box.x-1);
width             434 magick/vision.c       object[i].id,(double) object[i].bounding_box.width,(double)
width              73 magick/widget.c    (position.x < (int) (matte_info.x+matte_info.width+matte_info.bevel_width)) &&  \
width              78 magick/widget.c #define QuantumMargin   MagickMax(font_info->max_bounds.width,12)
width              83 magick/widget.c    (position.x < (int) window_info.width) &&  \
width             115 magick/widget.c     width,
width             245 magick/widget.c   x2=bevel_info->x+bevel_info->width;
width             322 magick/widget.c     width;
width             336 magick/widget.c     button_info->x,button_info->y,button_info->width,button_info->height);
width             343 magick/widget.c       x,y,button_info->width+(button_info->bevel_width << 1)+1,
width             350 magick/widget.c   crop_info.width=(unsigned short) button_info->width;
width             358 magick/widget.c   width=WidgetTextWidth(font_info,button_info->text);
width             361 magick/widget.c     x=button_info->x+(button_info->width >> 1)-(width >> 1);
width             364 magick/widget.c   if ((int) button_info->width == (QuantumMargin >> 1))
width             370 magick/widget.c       x=button_info->x+button_info->width+button_info->bevel_width+
width             463 magick/widget.c       matte_info->width,matte_info->height);
width             469 magick/widget.c         matte_info->x,matte_info->y,matte_info->width,matte_info->height);
width             518 magick/widget.c     width;
width             531 magick/widget.c     text_info->x,text_info->y,text_info->width,text_info->height);
width             538 magick/widget.c   width=text_info->width-(QuantumMargin >> 1);
width             552 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width             565 magick/widget.c           (int) width)
width             572 magick/widget.c             if (n <= (int) width)
width             593 magick/widget.c       width=WidgetTextWidth(font_info,text_info->marker);
width             595 magick/widget.c         window_info->annotate_context,x,y-font_info->ascent,width,height);
width             665 magick/widget.c   x2=triangle_info->x+triangle_info->width;
width             728 magick/widget.c   x1=triangle_info->x+triangle_info->width+triangle_info->bevel_width+
width             788 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             790 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width             898 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             900 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width             997 magick/widget.c     width;
width            1011 magick/widget.c       text_info->width,text_info->height,MagickFalse);
width            1015 magick/widget.c         text_info->y,text_info->width,text_info->height);
width            1026 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width            1033 magick/widget.c   width=WidgetTextWidth(font_info,text_info->text);
width            1036 magick/widget.c     x=text_info->x+(text_info->width >> 1)-(width >> 1);
width            1038 magick/widget.c     if (width > (text_info->width-QuantumMargin))
width            1039 magick/widget.c       x+=(text_info->width-QuantumMargin-width);
width            1213 magick/widget.c   widget_info->width=1;
width            1270 magick/widget.c     window_info->width-(x << 1),window_info->height-(y << 1));
width            1272 magick/widget.c     x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1);
width            1275 magick/widget.c     x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1));
width            1636 magick/widget.c     width;
width            1711 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            1712 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            1713 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            1714 magick/widget.c   if (WidgetTextWidth(font_info,ResetButtonText) > width)
width            1715 magick/widget.c     width=WidgetTextWidth(font_info,ResetButtonText);
width            1716 magick/widget.c   if (WidgetTextWidth(font_info,GrabButtonText) > width)
width            1717 magick/widget.c     width=WidgetTextWidth(font_info,GrabButtonText);
width            1718 magick/widget.c   width+=QuantumMargin;
width            1719 magick/widget.c   if (WidgetTextWidth(font_info,ColorPatternText) > width)
width            1720 magick/widget.c     width=WidgetTextWidth(font_info,ColorPatternText);
width            1721 magick/widget.c   if (WidgetTextWidth(font_info,ColornameText) > width)
width            1722 magick/widget.c     width=WidgetTextWidth(font_info,ColornameText);
width            1727 magick/widget.c   windows->widget.width=(unsigned int)
width            1728 magick/widget.c     (width+MagickMin((int) text_width,(int) MaxTextWidth)+6*QuantumMargin);
width            1730 magick/widget.c     (width+MinTextWidth+4*QuantumMargin);
width            1731 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            1732 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            1752 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            1782 magick/widget.c         cancel_info.width=width;
width            1785 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            1789 magick/widget.c         action_info.width=width;
width            1791 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            1795 magick/widget.c         grab_info.width=width;
width            1800 magick/widget.c         reset_info.width=width;
width            1810 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            1812 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            1820 magick/widget.c         mode_info.width=(unsigned int) (action_info.x-(QuantumMargin << 1));
width            1829 magick/widget.c         scroll_info.width=height;
width            1832 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            1838 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            1839 magick/widget.c         north_info.height=north_info.width-1;
width            1848 magick/widget.c         slider_info.width-=2;
width            1869 magick/widget.c         list_info.width=(unsigned int)
width            1882 magick/widget.c         text_info.width=reply_info.width;
width            1891 magick/widget.c         selection_info.width=list_info.width;
width            2419 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            2422 magick/widget.c         windows->widget.width=(unsigned int)
width            2423 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            2913 magick/widget.c         width;
width            2925 magick/widget.c       windows->command.width=0;
width            2928 magick/widget.c         width=WidgetTextWidth(font_info,(char *) selections[i]);
width            2929 magick/widget.c         if (width > windows->command.width)
width            2930 magick/widget.c           windows->command.width=width;
width            2933 magick/widget.c       windows->command.width+=3*QuantumMargin+10;
width            2934 magick/widget.c       if ((int) windows->command.width < (tile_width+QuantumMargin+10))
width            2935 magick/widget.c         windows->command.width=(unsigned  int) (tile_width+QuantumMargin+10);
width            2938 magick/widget.c       windows->command.min_width=windows->command.width;
width            2957 magick/widget.c           window_changes.width=(int) windows->command.width;
width            3046 magick/widget.c         if ((event->xconfigure.width == (int) windows->command.width) &&
width            3049 magick/widget.c         windows->command.width=(unsigned int)
width            3050 magick/widget.c           MagickMax(event->xconfigure.width,(int) windows->command.min_width);
width            3135 magick/widget.c         selection_info[i].width=(unsigned int) (windows->command.width-
width            3142 magick/widget.c       toggle_info.width=(unsigned int) (((5*height) >> 3)-
width            3144 magick/widget.c       toggle_info.height=toggle_info.width;
width            3145 magick/widget.c       toggle_info.x=selection_info[0].x+selection_info[0].width-
width            3146 magick/widget.c         toggle_info.width-(QuantumMargin >> 1);
width            3164 magick/widget.c             (int) ((windows->command.width-tile_width) >> 1),10,1L);
width            3231 magick/widget.c     width;
width            3263 magick/widget.c   width=WidgetTextWidth(font_info,CancelButtonText);
width            3264 magick/widget.c   if (WidgetTextWidth(font_info,DismissButtonText) > width)
width            3265 magick/widget.c     width=WidgetTextWidth(font_info,DismissButtonText);
width            3266 magick/widget.c   if (WidgetTextWidth(font_info,YesButtonText) > width)
width            3267 magick/widget.c     width=WidgetTextWidth(font_info,YesButtonText);
width            3268 magick/widget.c   width<<=1;
width            3270 magick/widget.c     if (WidgetTextWidth(font_info,(char *) description) > width)
width            3271 magick/widget.c       width=WidgetTextWidth(font_info,(char *) description);
width            3276 magick/widget.c   windows->widget.width=(unsigned int) (width+9*QuantumMargin);
width            3281 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            3282 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            3299 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            3321 magick/widget.c         cancel_info.width=(unsigned int) QuantumMargin+
width            3324 magick/widget.c         cancel_info.x=(int) (windows->widget.width-cancel_info.width-
width            3331 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            3334 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            3339 magick/widget.c         yes_info.width=(unsigned int) QuantumMargin+
width            3341 magick/widget.c         if (yes_info.width < cancel_info.width)
width            3342 magick/widget.c           yes_info.width=cancel_info.width;
width            3351 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            3352 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            3363 magick/widget.c             width=WidgetTextWidth(font_info,question);
width            3364 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            3480 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            3483 magick/widget.c         windows->widget.width=(unsigned int)
width            3484 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            3645 magick/widget.c     width;
width            3680 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            3681 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            3682 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            3683 magick/widget.c   width+=(3*QuantumMargin) >> 1;
width            3688 magick/widget.c   windows->widget.width=(unsigned int) MagickMax((int) (2*width),(int)
width            3690 magick/widget.c   if (windows->widget.width < WidgetTextWidth(font_info,reply))
width            3691 magick/widget.c     windows->widget.width=WidgetTextWidth(font_info,reply);
width            3692 magick/widget.c   windows->widget.width+=6*QuantumMargin;
width            3694 magick/widget.c     (width+28*XTextWidth(font_info,"#",1)+4*QuantumMargin);
width            3695 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            3696 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            3713 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            3740 magick/widget.c         cancel_info.width=width;
width            3743 magick/widget.c           (windows->widget.width-cancel_info.width-((3*QuantumMargin) >> 1));
width            3747 magick/widget.c         action_info.width=width;
width            3749 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+QuantumMargin+
width            3758 magick/widget.c         reply_info.width=windows->widget.width-(3*QuantumMargin);
width            3768 magick/widget.c         special_info.width=(unsigned int) QuantumMargin >> 1;
width            3786 magick/widget.c         text_info.width=reply_info.width;
width            3939 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            3942 magick/widget.c         windows->widget.width=(unsigned int)
width            3943 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            4238 magick/widget.c     width;
width            4304 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            4305 magick/widget.c   if (WidgetTextWidth(font_info,GrabButtonText) > width)
width            4306 magick/widget.c     width=WidgetTextWidth(font_info,GrabButtonText);
width            4307 magick/widget.c   if (WidgetTextWidth(font_info,FormatButtonText) > width)
width            4308 magick/widget.c     width=WidgetTextWidth(font_info,FormatButtonText);
width            4309 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            4310 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            4311 magick/widget.c   if (WidgetTextWidth(font_info,HomeButtonText) > width)
width            4312 magick/widget.c     width=WidgetTextWidth(font_info,HomeButtonText);
width            4313 magick/widget.c   if (WidgetTextWidth(font_info,UpButtonText) > width)
width            4314 magick/widget.c     width=WidgetTextWidth(font_info,UpButtonText);
width            4315 magick/widget.c   width+=QuantumMargin;
width            4316 magick/widget.c   if (WidgetTextWidth(font_info,DirectoryText) > width)
width            4317 magick/widget.c     width=WidgetTextWidth(font_info,DirectoryText);
width            4318 magick/widget.c   if (WidgetTextWidth(font_info,FilenameText) > width)
width            4319 magick/widget.c     width=WidgetTextWidth(font_info,FilenameText);
width            4324 magick/widget.c   windows->widget.width=width+MagickMin((int) text_width,(int) MaxTextWidth)+
width            4326 magick/widget.c   windows->widget.min_width=width+MinTextWidth+4*QuantumMargin;
width            4327 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            4328 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            4348 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            4380 magick/widget.c         cancel_info.width=width;
width            4383 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            4387 magick/widget.c         action_info.width=width;
width            4389 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            4393 magick/widget.c         special_info.width=width;
width            4395 magick/widget.c         special_info.x=action_info.x-(action_info.width+(QuantumMargin >> 1)+
width            4411 magick/widget.c         up_info.width=width;
width            4416 magick/widget.c         home_info.width=width;
width            4426 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            4428 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            4435 magick/widget.c         scroll_info.width=height;
width            4438 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            4444 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            4445 magick/widget.c         north_info.height=north_info.width-1;
width            4454 magick/widget.c         slider_info.width-=2;
width            4475 magick/widget.c         list_info.width=(unsigned int)
width            4488 magick/widget.c         text_info.width=reply_info.width;
width            4497 magick/widget.c         selection_info.width=list_info.width;
width            5044 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            5047 magick/widget.c         windows->widget.width=(unsigned int)
width            5048 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            5494 magick/widget.c     width;
width            5579 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            5580 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            5581 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            5582 magick/widget.c   if (WidgetTextWidth(font_info,ResetButtonText) > width)
width            5583 magick/widget.c     width=WidgetTextWidth(font_info,ResetButtonText);
width            5584 magick/widget.c   if (WidgetTextWidth(font_info,BackButtonText) > width)
width            5585 magick/widget.c     width=WidgetTextWidth(font_info,BackButtonText);
width            5586 magick/widget.c   width+=QuantumMargin;
width            5587 magick/widget.c   if (WidgetTextWidth(font_info,FontPatternText) > width)
width            5588 magick/widget.c     width=WidgetTextWidth(font_info,FontPatternText);
width            5589 magick/widget.c   if (WidgetTextWidth(font_info,FontnameText) > width)
width            5590 magick/widget.c     width=WidgetTextWidth(font_info,FontnameText);
width            5595 magick/widget.c   windows->widget.width=width+MagickMin((int) text_width,(int) MaxTextWidth)+
width            5597 magick/widget.c   windows->widget.min_width=width+MinTextWidth+4*QuantumMargin;
width            5598 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            5599 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            5619 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            5648 magick/widget.c         cancel_info.width=width;
width            5651 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            5655 magick/widget.c         action_info.width=width;
width            5657 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            5661 magick/widget.c         back_info.width=width;
width            5666 magick/widget.c         reset_info.width=width;
width            5676 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            5678 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            5685 magick/widget.c         mode_info.width=(unsigned int)
width            5695 magick/widget.c         scroll_info.width=height;
width            5698 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            5704 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            5705 magick/widget.c         north_info.height=north_info.width-1;
width            5714 magick/widget.c         slider_info.width-=2;
width            5734 magick/widget.c         list_info.width=(unsigned int)
width            5747 magick/widget.c         text_info.width=reply_info.width;
width            5756 magick/widget.c         selection_info.width=list_info.width;
width            6282 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            6285 magick/widget.c         windows->widget.width=(unsigned int)
width            6286 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            6639 magick/widget.c     width;
width            6655 magick/widget.c   width=WidgetTextWidth(font_info,(char *) activity)+((3*QuantumMargin) >> 1)+4;
width            6657 magick/widget.c   if ((windows->info.width != width) || (windows->info.height != height))
width            6662 magick/widget.c       windows->info.width=width;
width            6664 magick/widget.c       window_changes.width=(int) width;
width            6684 magick/widget.c   monitor_info.width=windows->info.width-(margin << 1);
width            6760 magick/widget.c     width;
width            6820 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            6821 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            6822 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            6823 magick/widget.c   width+=QuantumMargin;
width            6828 magick/widget.c   window_info->width=(unsigned int) MagickMin((int) text_width,(int)
width            6831 magick/widget.c   if (window_info->width < window_info->min_width)
width            6832 magick/widget.c     window_info->width=window_info->min_width;
width            6851 magick/widget.c   window_changes.width=(int) window_info->width;
width            6881 magick/widget.c         cancel_info.width=width;
width            6884 magick/widget.c           (window_info->width-cancel_info.width-QuantumMargin-2);
width            6888 magick/widget.c         action_info.width=width;
width            6890 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            6899 magick/widget.c         reply_info.width=window_info->width-((4*QuantumMargin) >> 1);
width            6908 magick/widget.c         scroll_info.width=height;
width            6911 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            6917 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            6918 magick/widget.c         north_info.height=north_info.width-1;
width            6927 magick/widget.c         slider_info.width-=2;
width            6947 magick/widget.c         list_info.width=(unsigned int)
width            6965 magick/widget.c         text_info.width=reply_info.width;
width            6974 magick/widget.c         selection_info.width=list_info.width;
width            7309 magick/widget.c         if ((event.xconfigure.width == (int) window_info->width) &&
width            7312 magick/widget.c         window_info->width=(unsigned int)
width            7313 magick/widget.c           MagickMax(event.xconfigure.width,(int) window_info->min_width);
width            7662 magick/widget.c     width;
width            7694 magick/widget.c   windows->widget.width=submenu_info.active == 0 ?
width            7698 magick/widget.c     width=WidgetTextWidth(font_info,(char *) selections[id]);
width            7699 magick/widget.c     if (width > windows->widget.width)
width            7700 magick/widget.c       windows->widget.width=width;
width            7706 magick/widget.c   width=WidgetTextWidth(font_info,(char *) title);
width            7711 magick/widget.c   windows->widget.width+=QuantumMargin+(menu_info.bevel_width << 1);
width            7714 magick/widget.c   windows->widget.min_width=windows->widget.width;
width            7721 magick/widget.c         windows->command.x+windows->command.width-QuantumMargin;
width            7736 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            7762 magick/widget.c         menu_info.width=windows->widget.width-((menu_info.bevel_width) << 1);
width            7768 magick/widget.c         selection_info.width=menu_info.width;
width            7773 magick/widget.c         highlight_info.width-=(highlight_info.bevel_width << 1);
width            7789 magick/widget.c               (int) selection_info.width,y-1);
width            7793 magick/widget.c               (int) selection_info.width,y);
width            7828 magick/widget.c           (int) selection_info.width,y-1);
width            7832 magick/widget.c           (int) selection_info.width,y);
width            7892 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            7895 magick/widget.c         windows->widget.width=(unsigned int)
width            7896 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8097 magick/widget.c     width;
width            8128 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            8131 magick/widget.c     if (WidgetTextWidth(font_info,(char *) text) > width)
width            8132 magick/widget.c       width=WidgetTextWidth(font_info,(char *) text);
width            8137 magick/widget.c         if (WidgetTextWidth(font_info,(char *) text) > width)
width            8138 magick/widget.c           width=WidgetTextWidth(font_info,(char *) text);
width            8144 magick/widget.c   windows->widget.width=width+4*QuantumMargin;
width            8145 magick/widget.c   windows->widget.min_width=width+QuantumMargin;
width            8146 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8147 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8164 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8188 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            8192 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            8202 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            8203 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8209 magick/widget.c             width=WidgetTextWidth(font_info,(char *) description);
width            8210 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8289 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8292 magick/widget.c         windows->widget.width=(unsigned int)
width            8293 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8442 magick/widget.c     width;
width            8478 magick/widget.c   width=WidgetTextWidth(font_info,ApplyButtonText);
width            8479 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            8480 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            8481 magick/widget.c   width+=(unsigned int) QuantumMargin;
width            8486 magick/widget.c   windows->widget.width=(unsigned int) (MagickMax((int) (width << 1),
width            8488 magick/widget.c   windows->widget.min_width=(width << 1)+QuantumMargin;
width            8489 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8490 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8509 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8530 magick/widget.c         cancel_info.width=width;
width            8532 magick/widget.c         cancel_info.x=(int) windows->widget.width-cancel_info.width-
width            8537 magick/widget.c         apply_info.width=width;
width            8546 magick/widget.c           preferences_info[i].width=(unsigned int) QuantumMargin >> 1;
width            8572 magick/widget.c         cache_info.width=(unsigned int) QuantumMargin >> 1;
width            8633 magick/widget.c             x=cache_info.x+cache_info.width+cache_info.bevel_width+
width            8636 magick/widget.c             width=WidgetTextWidth(font_info,cache);
width            8637 magick/widget.c             (void) XClearArea(display,windows->widget.id,x,y,width,height,
width            8707 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8710 magick/widget.c         windows->widget.width=(unsigned int)
width            8711 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8867 magick/widget.c     width;
width            8893 magick/widget.c   width=(unsigned int) (((offset+1)*(windows->info.width-
width            8895 magick/widget.c   if (width < monitor_info.width)
width            8901 magick/widget.c   monitor_info.width=width;
width            8965 magick/widget.c     width;
width            9025 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            9026 magick/widget.c   width+=QuantumMargin;
width            9031 magick/widget.c   windows->widget.width=(unsigned int) (MagickMin((int) text_width,
width            9034 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            9035 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            9054 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            9085 magick/widget.c         dismiss_info.width=width;
width            9087 magick/widget.c         dismiss_info.x=(int) windows->widget.width-dismiss_info.width-
width            9096 magick/widget.c         scroll_info.width=height;
width            9099 magick/widget.c         scroll_info.x=(int) windows->widget.width-QuantumMargin-
width            9100 magick/widget.c           scroll_info.width;
width            9106 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            9107 magick/widget.c         north_info.height=north_info.width-1;
width            9116 magick/widget.c         slider_info.width-=2;
width            9138 magick/widget.c         list_info.width=(unsigned int) scroll_info.x-((3*QuantumMargin) >> 1);
width            9147 magick/widget.c         selection_info.width=list_info.width;
width            9434 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            9437 magick/widget.c         windows->widget.width=(unsigned int)
width            9438 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width             135 magick/xwindow-private.h     width,
width             191 magick/xwindow-private.h     width,
width             403 magick/xwindow-private.h     width,
width             479 magick/xwindow.c     width;
width             503 magick/xwindow.c   annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width,
width             527 magick/xwindow.c   annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width,
width             538 magick/xwindow.c   annotate_image->columns=annotate_info->width;
width             543 magick/xwindow.c   width=(unsigned int) image->columns;
width             547 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             602 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             603 magick/xwindow.c   if ((width != (unsigned int) annotate_image->columns) ||
width             613 magick/xwindow.c         width,height);
width             680 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             890 magick/xwindow.c     width;
width             906 magick/xwindow.c   window->width=MaxIconSize;
width             933 magick/xwindow.c   width=(unsigned int) image->columns;
width             937 magick/xwindow.c     (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height);
width             941 magick/xwindow.c   scale_factor=(MagickRealType) icon_size->max_width/width;
width             947 magick/xwindow.c     if (icon_width >= (unsigned int) (scale_factor*width+0.5))
width             959 magick/xwindow.c   window->width=icon_width;
width            1711 magick/xwindow.c   limit=XDisplayWidth(display,window_info->screen)-window_info->width;
width            1961 magick/xwindow.c     windows->image.ximage->width,windows->image.ximage->height);
width            2158 magick/xwindow.c     ((size_t) (ximage->width*ximage->bits_per_pixel) >> 3));
width            2261 magick/xwindow.c     width;
width            2286 magick/xwindow.c   draw_pixmap=XCreatePixmap(display,root_window,draw_info->width,
width            2303 magick/xwindow.c   (void) XFillRectangle(display,draw_pixmap,draw_context,0,0,draw_info->width,
width            2336 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2344 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2353 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2362 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2392 magick/xwindow.c   draw_ximage=XGetImage(display,draw_pixmap,0,0,draw_info->width,
width            2403 magick/xwindow.c   draw_image->columns=draw_info->width;
width            2408 magick/xwindow.c   width=(unsigned int) image->columns;
width            2412 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2464 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2465 magick/xwindow.c   if ((width != (unsigned int) draw_image->columns) ||
width            2475 magick/xwindow.c         width,height);
width            2564 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2844 magick/xwindow.c   annotate_info->width=0;
width            3995 magick/xwindow.c   crop_info.width=(size_t) window_attributes.width;
width            4004 magick/xwindow.c       crop_info.width+=(size_t) (window_attributes.border_width << 1);
width            4012 magick/xwindow.c       crop_info.width+=crop_info.x;
width            4021 magick/xwindow.c   if ((int) (crop_info.x+crop_info.width) > display_width)
width            4022 magick/xwindow.c     crop_info.width=(size_t) (display_width-crop_info.x);
width            4051 magick/xwindow.c   window_info[id].bounds.x2=(short) (crop_info.x+(int) crop_info.width-1);
width            4167 magick/xwindow.c           (unsigned int) window_info[id].crop_info.width,(unsigned int)
width            4274 magick/xwindow.c         composite_image->columns=(size_t) ximage->width;
width            4590 magick/xwindow.c   window->width=1;
width            4664 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4667 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4670 magick/xwindow.c     (int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4758 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4761 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4764 magick/xwindow.c     1,(int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4847 magick/xwindow.c   crop_info.width=0;
width            4939 magick/xwindow.c       crop_info.width=(size_t) window_attributes.width;
width            4948 magick/xwindow.c           crop_info.width+=window_attributes.border_width << 1;
width            4989 magick/xwindow.c       if ((crop_info.width != 0) && (crop_info.height != 0))
width            5350 magick/xwindow.c   (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width            5367 magick/xwindow.c   assert(width != 0);
width            5369 magick/xwindow.c   if ((window->width == 0) || (window->height == 0))
width            5407 magick/xwindow.c       if ((width != (unsigned int) window->image->columns) ||
width            5420 magick/xwindow.c               resize_image=ResizeImage(window->image,width,height,
width            5425 magick/xwindow.c                 resize_image=SampleImage(window->image,width,height,
width            5428 magick/xwindow.c                 resize_image=ThumbnailImage(window->image,width,height,
width            5439 magick/xwindow.c       width=(unsigned int) window->image->columns;
width            5440 magick/xwindow.c       assert((size_t) width == window->image->columns);
width            5459 magick/xwindow.c         (char *) NULL,&segment_info[1],width,height);
width            5535 magick/xwindow.c       (char *) NULL,width,height,XBitmapPad(display),0);
width            5549 magick/xwindow.c         ximage->width,ximage->height);
width            5633 magick/xwindow.c         ((int) width <= XDisplayWidth(display,window->screen)) &&
width            5640 magick/xwindow.c           (char *) NULL,width,height,XBitmapPad(display),0);
width            5645 magick/xwindow.c               "  width, height: %dx%d",matte_image->width,matte_image->height);
width            5702 magick/xwindow.c       window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1);
width            5719 magick/xwindow.c             window->matte_image,0,0,0,0,width,height);
width            5846 magick/xwindow.c   scanline_pad=(unsigned int) (ximage->bytes_per_line-((ximage->width*
width            6310 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            6455 magick/xwindow.c     ((ximage->width*ximage->bits_per_pixel) >> 3));
width            6923 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            7019 magick/xwindow.c     width;
width            7033 magick/xwindow.c   while ((magnify*windows->image.ximage->width) < windows->magnify.width)
width            7037 magick/xwindow.c   while (magnify > windows->magnify.width)
width            7069 magick/xwindow.c   width=(unsigned int) windows->magnify.ximage->width;
width            7072 magick/xwindow.c       (windows->magnify.x >= windows->image.ximage->width))
width            7073 magick/xwindow.c     windows->magnify.x=windows->image.ximage->width >> 1;
width            7074 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7078 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7079 magick/xwindow.c       x=ximage->width-width/magnify;
width            7091 magick/xwindow.c     ((width*windows->magnify.ximage->bits_per_pixel) >> 3));
width            7140 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7212 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7273 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7307 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7327 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7329 magick/xwindow.c     x=(int) ((width >> 1)-windows->magnify.x*magnify);
width            7331 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7332 magick/xwindow.c       x=(int) ((ximage->width-windows->magnify.x)*magnify-(width >> 1));
width            7345 magick/xwindow.c       windows->magnify.annotate_context,0,0,width,height);
width            7347 magick/xwindow.c     windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x,
width            7349 magick/xwindow.c   if ((magnify > 1) && ((magnify <= (width >> 1)) &&
width            7358 magick/xwindow.c       highlight_info.x=(ssize_t) windows->magnify.width >> 1;
width            7360 magick/xwindow.c       highlight_info.width=magnify;
width            7364 magick/xwindow.c         (int) highlight_info.y,(unsigned int) highlight_info.width-1,
width            7369 magick/xwindow.c           (int) highlight_info.y+1,(unsigned int) highlight_info.width-3,
width            7399 magick/xwindow.c   x=windows->magnify.font_info->max_bounds.width >> 1;
width            7455 magick/xwindow.c     width;
width            7482 magick/xwindow.c   width=(unsigned int) window->ximage->width;
width            7484 magick/xwindow.c   window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth);
width            7499 magick/xwindow.c       window->ximage,0,0,0,0,width,height,MagickTrue);
width            7503 magick/xwindow.c       window->ximage,0,0,0,0,width,height);
width            7508 magick/xwindow.c         width,height);
width            8253 magick/xwindow.c   size_hints->width=(int) window_info->width;
width            8260 magick/xwindow.c       size_hints->min_width=size_hints->width;
width            8262 magick/xwindow.c       size_hints->max_width=size_hints->width;
width            8300 magick/xwindow.c         size_hints->width,size_hints->height);
width            8312 magick/xwindow.c         &size_hints->width,&size_hints->height,&gravity);
width            8328 magick/xwindow.c       (unsigned int) size_hints->width,(unsigned int) size_hints->height,
width            8352 magick/xwindow.c       window_changes.width=(int) window_info->width;
width            8376 magick/xwindow.c         width;
width            8384 magick/xwindow.c         &manager_hints->icon_y,&width,&height,&gravity);
width            8676 magick/xwindow.c     width;
width            8690 magick/xwindow.c       width=(unsigned int) event->xexpose.width;
width            8703 magick/xwindow.c       width=window->width;
width            8718 magick/xwindow.c   if ((window->ximage->width-(x+window->x)) < (int) width)
width            8719 magick/xwindow.c     width=(unsigned int) (window->ximage->width-(x+window->x));
width            8731 magick/xwindow.c           window->annotate_context,x+window->x,y+window->y,width,height,x,y);
width            8734 magick/xwindow.c           window->highlight_context,x+window->x,y+window->y,width,height,x,y,
width            8742 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height,MagickTrue);
width            8746 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height);
width            8883 magick/xwindow.c     width;
width            8998 magick/xwindow.c   annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,(int)
width            9001 magick/xwindow.c   metrics->pixels_per_em.x=(double) font_info->max_bounds.width;
width            9005 magick/xwindow.c   metrics->width=annotate_info.width/ExpandAffine(&draw_info->affine);
width            9007 magick/xwindow.c   metrics->max_advance=(double) font_info->max_bounds.width;
width            9021 magick/xwindow.c   width=annotate_info.width;
width            9031 magick/xwindow.c     "%.20gx%.20g%+.20g%+.20g",(double) width,(double) height,
width            9187 magick/xwindow.c   crop_info->width=0;
width            9195 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9197 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9205 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9207 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9221 magick/xwindow.c         crop_info->width=0;
width            9243 magick/xwindow.c           crop_info->width=(size_t) (x_offset-crop_info->x);
width            9246 magick/xwindow.c             crop_info->width=(size_t) (crop_info->x-x_offset);
width            9264 magick/xwindow.c   if ((crop_info->width*crop_info->height) < MinimumCropArea)
width            9266 magick/xwindow.c       crop_info->width=0;
width            9269 magick/xwindow.c   if ((crop_info->width != 0) && (crop_info->height != 0))
width            1022 wand/compare.c             page.width=reconstruct_image->columns;
width             211 wand/composite.c               geometry.width=composite_image->columns;
width             213 wand/deprecate.c       pixel_view->pixel_wands[i],pixel_view->region.width);
width             268 wand/deprecate.c     pixel_view->region.width,pixel_view->number_threads);
width             388 wand/deprecate.c       source->region.width,1,source->exception);
width             395 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             398 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             402 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             406 wand/deprecate.c       duplex->region.width,1,duplex->exception);
width             413 wand/deprecate.c     for (x=0; x < (ssize_t) duplex->region.width; x++)
width             416 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             420 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             424 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width             431 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             435 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             439 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             444 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             448 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             645 wand/deprecate.c       source->region.width,1,source->exception);
width             652 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             655 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             659 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             768 wand/deprecate.c   return(pixel_view->region.width);
width            2388 wand/deprecate.c   return(MagickGetImageRegion(wand,width,height,x,y));
width            2549 wand/deprecate.c   pixel_view->region.width=wand->images->columns;
width            2552 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2609 wand/deprecate.c   pixel_view->region.width=width;
width            2614 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2782 wand/deprecate.c       y,destination->region.width,1,exception);
width            2793 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2796 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2926 wand/deprecate.c       source->region.width,1,source->exception);
width            2933 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            2936 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2940 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2944 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width            2951 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2954 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2958 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2963 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2967 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            3082 wand/deprecate.c       source->region.width,1,exception);
width            3091 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3094 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            3099 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3102 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             396 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             941 wand/drawing-wand.c     mode,x,y,width,height,media_type);
width            4051 wand/drawing-wand.c     (double) wand->pattern_bounds.width,(double) wand->pattern_bounds.height,
width            4058 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            4194 wand/drawing-wand.c     x,y,width,height);
width            4199 wand/drawing-wand.c   wand->pattern_bounds.width=(size_t) floor(width+0.5);
width            6723 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             379 wand/magick-image.c   threshold_image=AdaptiveThresholdImage(wand->images,width,height,offset,
width            1130 wand/magick-image.c   border_info.width=width;
width            1302 wand/magick-image.c   chop.width=width;
width            2414 wand/magick-image.c   crop.width=width;
width            3402 wand/magick-image.c   extent.width=width;
width            3738 wand/magick-image.c   frame_info.width=wand->images->columns+2*width;
width            3740 wand/magick-image.c   frame_info.x=(ssize_t) width;
width            5742 wand/magick-image.c   *width=wand->images->page.width;
width            5944 wand/magick-image.c   region.width=width;
width            7608 wand/magick-image.c   images=NewMagickImage(wand->image_info,width,height,&pixel);
width            8580 wand/magick-image.c   raise_info.width=width;
width            10863 wand/magick-image.c   wand->images->page.width=width;
width            11495 wand/magick-image.c   shave_info.width=columns;
width            11968 wand/magick-image.c   splice.width=width;
width            12065 wand/magick-image.c   status=MagickStatisticImageChannel(wand,DefaultChannels,type,width,height);
width            12082 wand/magick-image.c   statistic_image=StatisticImageChannel(wand->images,channel,type,width,height,
width            1242 wand/magick-property.c   *width=geometry.width;
width            1578 wand/magick-property.c   *columns=geometry.width;
width            2553 wand/magick-property.c     (double) width,(double) height,(double) x,(double) y);
width             566 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             674 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             750 wand/mogrify.c             mogrify_image=AdaptiveResizeImage(*image,geometry.width,
width            1241 wand/mogrify.c             extent=kernel_info->width*kernel_info->height;
width            1261 wand/mogrify.c             if (((geometry.width != 0) || (geometry.height != 0)) &&
width            1392 wand/mogrify.c                  resize_args[0]=(double)geometry.width;
width            1549 wand/mogrify.c             if (geometry.width == 0)
width            1550 wand/mogrify.c               geometry.width=(*image)->columns;
width            1665 wand/mogrify.c             frame_info.width=geometry.width;
width            1669 wand/mogrify.c             frame_info.x=(ssize_t) frame_info.width;
width            1671 wand/mogrify.c             frame_info.width=(*image)->columns+2*frame_info.width;
width            1789 wand/mogrify.c               mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            1899 wand/mogrify.c             mogrify_image=InterpolativeResizeImage(*image,geometry.width,
width            2065 wand/mogrify.c             mogrify_image=LiquidRescaleImage(*image,geometry.width,
width            2647 wand/mogrify.c             mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            2698 wand/mogrify.c             mogrify_image=SampleImage(*image,geometry.width,geometry.height,
width            2709 wand/mogrify.c             mogrify_image=ScaleImage(*image,geometry.width,geometry.height,
width            3066 wand/mogrify.c             mogrify_image=ThumbnailImage(*image,geometry.width,geometry.height,
width            7242 wand/mogrify.c               (unsigned long) geometry.width,(unsigned long) geometry.height);
width            7245 wand/mogrify.c                 (unsigned long) geometry.width,(unsigned long) geometry.height,
width            8331 wand/mogrify.c                 geometry.width=source->page.width != 0 ?
width            8332 wand/mogrify.c                   source->page.width : source->columns;
width            8335 wand/mogrify.c                 GravityAdjustGeometry((*images)->page.width != 0 ?
width            8336 wand/mogrify.c                   (*images)->page.width : (*images)->columns,
width             126 wand/pixel-iterator.c     iterator->region.width);
width             128 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             180 wand/pixel-iterator.c     iterator->pixel_wands,iterator->region.width);
width             219 wand/pixel-iterator.c     iterator->region.width);
width             330 wand/pixel-iterator.c   iterator->region.width=image->columns;
width             334 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             429 wand/pixel-iterator.c   if ((width == 0) || (height == 0))
width             449 wand/pixel-iterator.c   iterator->region.width=width;
width             453 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             507 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             516 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             519 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             523 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             526 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             701 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             710 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             713 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             717 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             720 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             781 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             790 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             793 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             797 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             800 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             983 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,exception);
width             991 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             994 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             146 wand/wand-view.c       wand_view->pixel_wands[i],wand_view->extent.width);
width             196 wand/wand-view.c     wand_view->extent.width,wand_view->number_threads);
width             327 wand/wand-view.c       source->extent.width,1,source->exception);
width             334 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             337 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             341 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             345 wand/wand-view.c       duplex->extent.width,1,duplex->exception);
width             352 wand/wand-view.c     for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             355 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             359 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             363 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             370 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             374 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             378 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             383 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             387 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             594 wand/wand-view.c       source->extent.width,1,source->exception);
width             601 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             604 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             608 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             796 wand/wand-view.c   wand_view->extent.width=wand->images->columns;
width             799 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width             857 wand/wand-view.c   wand_view->extent.width=width;
width             862 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width            1006 wand/wand-view.c       y,destination->extent.width,1,exception);
width            1017 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1020 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1196 wand/wand-view.c       source->extent.width,1,source->exception);
width            1203 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1206 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1210 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1214 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1221 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1224 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1228 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1233 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1237 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1362 wand/wand-view.c       source->extent.width,1,exception);
width            1371 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1374 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1379 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1382 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width              47 www/source/contrast.c     width;
width              76 www/source/contrast.c     pixels=PixelGetNextIteratorRow(iterator,&width);
width              77 www/source/contrast.c     contrast_pixels=PixelGetNextIteratorRow(contrast_iterator,&width);
width              81 www/source/contrast.c     for (x=0; x < (ssize_t) width; x++)
width              27 www/source/core/sigmoidal-contrast.c   for (x=0; x < (ssize_t) (extent.width-extent.height); x++)
width              36 www/source/core/sigmoidal-contrast.c     for (x=0; x < (ssize_t) (extent.width-extent.height); x++)
width              27 www/source/wand/sigmoidal-contrast.c   for (x=0; x < (ssize_t) (extent.width-extent.x); x++)