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             351 Magick++/lib/Geometry.cpp   : _width(static_cast<size_t>(rectangle_.width)),
width             370 Magick++/lib/Geometry.cpp   _width=static_cast<size_t>(rectangle_.width),
width             383 Magick++/lib/Geometry.cpp   rectangle.width=_width;
width             223 Magick++/lib/Image.cpp   image=CloneImage(image_.constImage(),geometry_.width(),geometry_.height(),
width             636 Magick++/lib/Image.cpp       image()->x_resolution=density_.width();
width             640 Magick++/lib/Image.cpp         image()->y_resolution=density_.width();
width            1260 Magick++/lib/Image.cpp   return(Geometry(constImage()->page.width,constImage()->page.height,
width            1432 Magick++/lib/Image.cpp   image()->columns=geometry_.width();
width            1799 Magick++/lib/Image.cpp     width=columns(),
width            1806 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            1810 Magick++/lib/Image.cpp   newImage=AdaptiveResizeImage(constImage(),width,height,exceptionInfo);
width            1937 Magick++/lib/Image.cpp       if (boundingArea_.width() == 0 || boundingArea_.height() == 0)
width            2415 Magick++/lib/Image.cpp       kernel_info->width=order_;
width            2503 Magick++/lib/Image.cpp     width=columns();
width            2510 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(offset_).c_str(),&x,&y,&width,
width            2891 Magick++/lib/Image.cpp   geometry.width=geometry_.width();
width            3126 Magick++/lib/Image.cpp   info.x=static_cast<ssize_t>(geometry_.width());
width            3128 Magick++/lib/Image.cpp   info.width=columns() + ( static_cast<size_t>(info.x) << 1 );
width            3150 Magick++/lib/Image.cpp   info.width=columns() + ( static_cast<size_t>(info.x) << 1 );
width            3479 Magick++/lib/Image.cpp     width=columns();
width            3485 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            3489 Magick++/lib/Image.cpp   newImage=LiquidRescaleImage(constImage(),width,height,x,y,exceptionInfo);
width            3970 Magick++/lib/Image.cpp   geometry.width=columns_;
width            4120 Magick++/lib/Image.cpp   image()->page.width = 0;
width            4132 Magick++/lib/Image.cpp     width=columns(),
width            4139 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x, &y,&width,
width            4143 Magick++/lib/Image.cpp   newImage=ResampleImage(constImage(),width,height,image()->filter,1.0,
width            4155 Magick++/lib/Image.cpp     width=columns(),
width            4162 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x, &y,&width,
width            4166 Magick++/lib/Image.cpp   newImage=ResizeImage(constImage(),width,height,image()->filter,1.0,
width            4246 Magick++/lib/Image.cpp     width=columns();
width            4252 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4256 Magick++/lib/Image.cpp   newImage=SampleImage(constImage(),width,height,exceptionInfo);
width            4268 Magick++/lib/Image.cpp     width=columns();
width            4274 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4278 Magick++/lib/Image.cpp   newImage=ScaleImage(constImage(),width,height,exceptionInfo);
width            4673 Magick++/lib/Image.cpp     width=columns();
width            4679 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4683 Magick++/lib/Image.cpp   newImage=ThumbnailImage(constImage(),width,height,exceptionInfo);
width            4987 Magick++/lib/Image.cpp     width=columns();
width            4993 Magick++/lib/Image.cpp   ParseMetaGeometry(static_cast<std::string>(geometry_).c_str(),&x,&y,&width,
width            4997 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             620 Magick++/lib/Magick++/Image.h     void adaptiveThreshold(const size_t width,const size_t height,
width             524 Magick++/lib/STL.cpp   : _width( geometry_.width() ),
width             917 Magick++/lib/STL.cpp   : _columns( roll_.width() ),
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            1699 coders/bmp.c       bmp_info.width=(ssize_t) image->columns;
width            2007 coders/bmp.c           (void) WriteBlobLSBShort(image,(unsigned short) bmp_info.width);
width            2018 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            2914 coders/dcm.c     width=0;
width            3244 coders/dcm.c               width=(size_t) datum;
width            3522 coders/dcm.c     if ((width == 0) || (height == 0))
width            3524 coders/dcm.c     image->columns=(size_t) width;
width            3705 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            1841 coders/dds.c     dds_info->width = ReadBlobLSBLong(image);
width            1897 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            1900 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            1918 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            1973 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            1976 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            1998 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            2062 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width            2065 coders/dds.c         q = QueueAuthenticPixels(image, x, y, MagickMin(4, dds_info->width - x),
width            2090 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width            2146 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width            2151 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width            2220 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width            2225 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width            2378 coders/dds.c         w = DIV2(dds_info->width);
width            2425 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             291 coders/emf.c   static HENHMETAFILE ReadEnhMetaFile(const char *path,ssize_t *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             844 coders/jp2.c         parameters.cp_tdx=(int) geometry.width;
width             845 coders/jp2.c         parameters.cp_tdy=(int) geometry.width;
width             160 coders/jpeg.c      width,
width            1760 coders/jpeg.c    table->width=StringToUnsignedLong(attribute);
width            1761 coders/jpeg.c    if (table->width == 0)
width            1820 coders/jpeg.c    length=(size_t) table->width*table->height;
width            1828 coders/jpeg.c    for (i=0; i < (ssize_t) (table->width*table->height); i++)
width            1256 coders/json.c    if ((image->extract_info.width*image->extract_info.height) != 0)
width            1260 coders/json.c        (double) image->extract_info.width,(double) image->extract_info.height,
width            1277 coders/json.c    if ((image->page.width != 0) || (image->page.height != 0) ||
width            1282 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            2113 coders/miff.c      if ((image->page.width != 0) || (image->page.height != 0))
width            2116 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            2679 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3063 coders/msl.c                           geometry.height=geometry.width;
width            3064 coders/msl.c                         frame_info.width=geometry.width;
width            3115 coders/msl.c                         frame_info.width=StringToLong(value);
width            3130 coders/msl.c             frame_info.x=(ssize_t) frame_info.width;
width            3132 coders/msl.c             frame_info.width=msl_info->image[n]->columns+2*frame_info.x;
width            3722 coders/msl.c                           geometry.height=geometry.width;
width            4654 coders/msl.c                           geometry.height=geometry.width;
width            4838 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            4865 coders/msl.c                   metrics.width);
width            4924 coders/msl.c                           geometry.height=geometry.width;
width            4965 coders/msl.c                         geometry.width=StringToLong(value);
width            5093 coders/msl.c           width=msl_info->image[n]->page.width;
width            5128 coders/msl.c                     geometry.height=geometry.width;
width            5129 coders/msl.c                   width=geometry.width;
width            5144 coders/msl.c                       if ((width == 0) && (geometry.x > 0))
width            5145 coders/msl.c                         width=msl_info->image[n]->columns+geometry.x;
width            5175 coders/msl.c               width = StringToLong( value );
width            5211 coders/msl.c            msl_info->image[n]->page.width=width;
width            5311 coders/msl.c           width=(size_t) (x_resolution*msl_info->image[n]->columns/
width            5317 coders/msl.c           resample_image=ResizeImage(msl_info->image[n],width,height,
width            5417 coders/msl.c                         geometry.width=StringToLong(value);
width            5432 coders/msl.c             resize_image=ResizeImage(msl_info->image[n],geometry.width,
width            5472 coders/msl.c                           geometry.height=geometry.width;
width            5522 coders/msl.c           width=msl_info->image[n]->columns;
width            5546 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            5777 coders/msl.c                         geometry.width=StringToLong(value);
width            5792 coders/msl.c             sample_image=SampleImage(msl_info->image[n],geometry.width,
width            5853 coders/msl.c                         geometry.width=StringToLong(value);
width            5868 coders/msl.c             scale_image=ScaleImage(msl_info->image[n],geometry.width,
width            6100 coders/msl.c                     (double) geometry.width,(double) geometry.height);
width            6103 coders/msl.c                       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,
width            6390 coders/msl.c           width = height = 0;
width            6413 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            6435 coders/msl.c               width = StringToLong( value );
width            6459 coders/msl.c           rectInfo.width = width;
width            7203 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             419 coders/pcd.c   static void Upsample(const size_t width,const size_t height,
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             504 coders/pdf.c     page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)-
width             648 coders/pdf.c         page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             664 coders/pdf.c       flags=ParseMetaGeometry(geometry,&page.x,&page.y,&page.width,&page.height);
width             672 coders/pdf.c       page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)
width             685 coders/pdf.c         swap=page.width;
width             686 coders/pdf.c         page.width=page.height;
width             727 coders/pdf.c         page.width,(double) page.height);
width            1540 coders/pdf.c         if ((image->page.width != 0) && (image->page.height != 0))
width            1542 coders/pdf.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1550 coders/pdf.c         &geometry.width,&geometry.height);
width            1551 coders/pdf.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1552 coders/pdf.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1603 coders/pdf.c         "/MediaBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1607 coders/pdf.c         "/CropBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            2172 coders/pdf.c         &geometry.width,&geometry.height);
width            2173 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            3691 coders/png.c             mng_info->ob[object_id]->width=ping_width;
width            3842 coders/png.c        if ((image->page.width != 0 && image->page.width != image->columns) ||
width            3847 coders/png.c               (double) image->page.width,(double) image->page.height);
width            3985 coders/png.c               (double) image->page.width,(double) image->page.height,
width            4670 coders/png.c     if (image->page.width == 0 && image->page.height == 0)
width            4672 coders/png.c         image->page.width=jng_width;
width            5612 coders/png.c                   image->page.width=subframe_width;
width            6189 coders/png.c                   image->page.width=mng_info->mng_width;
width            6241 coders/png.c               image->page.width=subframe_width;
width            6299 coders/png.c           image->page.width=mng_info->mng_width;
width            6905 coders/png.c                   crop_info.width=(size_t) (crop_box.right-crop_box.left);
width            6907 coders/png.c                   image->page.width=image->columns;
width            6918 coders/png.c                       image->page.width=image->columns;
width            6936 coders/png.c                   image->page.width=1;
width            7019 coders/png.c         image->page.width=mng_info->mng_width;
width            7169 coders/png.c            next->page.width=mng_info->mng_width;
width            10742 coders/png.c         if ((image->page.width != 0 && image->page.width != image->columns) ||
width            10751 coders/png.c             PNGLong(chunk+4,(png_uint_32) image->page.width);
width            11209 coders/png.c             (ping_width != mng_info->page.width) ||
width            12535 coders/png.c     if (mng_info->write_mng == 0 && (image->page.width || image->page.height))
width            12540 coders/png.c          PNGLong(chunk+4,(png_uint_32) image->page.width);
width            12947 coders/png.c               &mng_info->page.y,&mng_info->page.width,&mng_info->page.height);
width            12961 coders/png.c         if (mng_info->page.width || mng_info->page.height)
width            12984 coders/png.c               if ((next_image->columns+next_image->page.x) > mng_info->page.width)
width            12985 coders/png.c                 mng_info->page.width=next_image->columns+next_image->page.x;
width            12999 coders/png.c                 ((next_image->columns < mng_info->page.width) &&
width            13148 coders/png.c        PNGLong(chunk+4,(png_uint_32) mng_info->page.width);
width            13371 coders/png.c            image->page.y > 0 || (image->page.width &&
width            13372 coders/png.c            (image->page.width+image->page.x < mng_info->page.width))
width             576 coders/ps.c      page.width=(size_t) ceil((double) (page.width*resolution.x/delta.x)-0.5);
width             796 coders/ps.c          page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             812 coders/ps.c        flags=ParseMetaGeometry(geometry,&page.x,&page.y,&page.width,&page.height);
width             820 coders/ps.c        page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)
width             877 coders/ps.c        page.width,(double) page.height);
width            1611 coders/ps.c          if ((image->page.width != 0) && (image->page.height != 0))
width            1613 coders/ps.c              "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1621 coders/ps.c          &geometry.width,&geometry.height);
width            1622 coders/ps.c        scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1623 coders/ps.c        geometry.width=(size_t) floor(scale.x+0.5);
width            1855 coders/ps.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width            1862 coders/ps.c        if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width            1863 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             970 coders/ps3.c         if ((image->page.width != 0) && (image->page.height != 0))
width             972 coders/ps3.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             980 coders/ps3.c         &geometry.width,&geometry.height);
width             981 coders/ps3.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             982 coders/ps3.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1123 coders/ps3.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+
width            1152 coders/psd.c       mask=CloneImage(image,layer_info->mask.page.width,
width            1420 coders/psd.c           layer_info[i].page.width=(size_t) (x-layer_info[i].page.x);
width            1434 coders/psd.c               layer_info[i].page.width,(double) layer_info[i].channels);
width            1493 coders/psd.c                   layer_info[i].mask.page.width=(size_t) (ReadBlobLong(image)-
width            1509 coders/psd.c                       layer_info[i].mask.page.y,(double) layer_info[i].mask.page.width,
width            1575 coders/psd.c           if ((layer_info[i].page.width == 0) ||
width            1587 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             675 coders/sixel.c static MagickBooleanType sixel_encode_impl(unsigned char *pixels, size_t width,size_t height,
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             105 coders/tga.c       width,
width             232 coders/tga.c     tga_info.width=(unsigned short) ReadBlobLSBShort(image);
width             244 coders/tga.c     image->columns=tga_info.width;
width             778 coders/tga.c     tga_info.width=(unsigned short) image->columns;
width             850 coders/tga.c     (void) WriteBlobLSBShort(image,tga_info.width);
width            1135 coders/tiff.c      width;
width            1201 coders/tiff.c      if ((TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width) != 1) ||
width            1281 coders/tiff.c            (unsigned int) width,(unsigned int) height);
width            1293 coders/tiff.c      image->columns=(size_t) width;
width            2779 coders/tiff.c      tiff_info->tile_geometry.height=tiff_info->tile_geometry.width;
width            2780 coders/tiff.c    tile_columns=(uint32) tiff_info->tile_geometry.width;
width            2785 coders/tiff.c    tiff_info->tile_geometry.width=tile_columns;
width            2840 coders/tiff.c      tiff_info->tile_geometry.width);
width            2841 coders/tiff.c    number_tiles=(image->columns+tiff_info->tile_geometry.width)/
width            2842 coders/tiff.c      tiff_info->tile_geometry.width;
width            2846 coders/tiff.c        tiff_info->tile_geometry.width) : tiff_info->tile_geometry.width;
width            2853 coders/tiff.c                tiff_info->tile_geometry.width+k)/8);
width            2859 coders/tiff.c            tiff_info->tile_geometry.width+k)*bytes_per_pixel);
width            2864 coders/tiff.c      if ((i*tiff_info->tile_geometry.width) != image->columns)
width            2866 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             278 coders/webp.c        image->columns=(size_t) features->width;
width             558 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 %32s %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             152 coders/xwd.c   #define CheckOverflowException(length,width,height) \
width             153 coders/xwd.c     (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width             282 coders/xwd.c     ximage->width=(int) header.pixmap_width;
width             293 coders/xwd.c     if ((ximage->width < 0) || (ximage->height < 0) || (ximage->depth < 0) || 
width             301 coders/xwd.c     if ((ximage->width > 65535) || (ximage->height > 65535))
width             401 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             800 magick/accelerate-private.h                          const unsigned int width, 
width             809 magick/accelerate-private.h         const unsigned int radius = (width-1)/2;
width             811 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width             869 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width             878 magick/accelerate-private.h           for ( ; i < width; i++)
width             904 magick/accelerate-private.h                          const unsigned int width, 
width             914 magick/accelerate-private.h         const unsigned int radius = (width-1)/2;
width             916 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width             952 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width             961 magick/accelerate-private.h           for ( ; i < width; i++)
width             988 magick/accelerate-private.h                                 const unsigned int width, 
width            1000 magick/accelerate-private.h         unsigned int radius = (width-1)/2;
width            1002 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width            1031 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1040 magick/accelerate-private.h           for ( ; i < width; i++)
width            1068 magick/accelerate-private.h                                 const unsigned int width, 
width            1081 magick/accelerate-private.h         unsigned int radius = (width-1)/2;
width            1083 magick/accelerate-private.h         const unsigned int loadSize = wsize+width;
width            1116 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            1124 magick/accelerate-private.h           for ( ; i < width; i++)
width            2043 magick/accelerate-private.h             float  width,range,center,bias;
width            2044 magick/accelerate-private.h             width  = ( number_parameters >= 1 ) ? parameters[0] : 1.0f;
width            2049 magick/accelerate-private.h             result.x = 2.0f/width*(QuantumScale*(float)pixel.x - center);
width            2054 magick/accelerate-private.h             result.y = 2.0f/width*(QuantumScale*(float)pixel.y - center);
width            2059 magick/accelerate-private.h             result.z = 2.0f/width*(QuantumScale*(float)pixel.z - center);
width            2065 magick/accelerate-private.h             result.w = 2.0f/width*(QuantumScale*(float)pixel.w - center);
width            2261 magick/accelerate-private.h       inline int mirrorTop(int value, int width)
width            2263 magick/accelerate-private.h           return (value >= width) ? (2 * width - value - 1) : value;
width            2590 magick/accelerate-private.h                     const __global float *filter, const unsigned int width, const __global int2* offset,
width            2610 magick/accelerate-private.h         for (int i = 0; i < width; i++) {
width            2634 magick/accelerate-private.h         for (int i = 0; i < width; i++) {
width            3429 magick/accelerate-private.h           const ChannelType channel, const __global float *filter, const unsigned int width, 
width            3432 magick/accelerate-private.h       const unsigned int radius = (width-1)/2;
width            3453 magick/accelerate-private.h       event_t e = async_work_group_copy(cachedFilter,filter,width,0);
width            3469 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            3478 magick/accelerate-private.h         for ( ; i < width; i++)
width            3505 magick/accelerate-private.h           const ChannelType channel, const __global float *filter, const unsigned int width, 
width            3509 magick/accelerate-private.h       const unsigned int radius = (width-1)/2;
width            3534 magick/accelerate-private.h       event_t e = async_work_group_copy(cachedFilter,filter,width,0);
width            3550 magick/accelerate-private.h           for ( ; i+UFACTOR < width; ) 
width            3559 magick/accelerate-private.h         for ( ; i < width; i++)
width            3593 magick/accelerate-private.h                          const unsigned int width, 
width            3601 magick/accelerate-private.h         const unsigned int radius = (width - 1) / 2;
width            3616 magick/accelerate-private.h 			while (i + 7 < width) {
width            3627 magick/accelerate-private.h 			while (i < width) {
width            3648 magick/accelerate-private.h 		while (i + 7 < width) {			// unrolled
width            3659 magick/accelerate-private.h 		while (i < width) {
width             702 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, kernel->width * sizeof(float), NULL, &clStatus);
width             708 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             715 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width             772 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width             776 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width             821 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width             825 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurColumnKernel,i++,sizeof(cl_float4)*(chunkSize+kernel->width),(void *) NULL);
width            1058 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, kernel->width * sizeof(float), NULL, &clStatus);
width            1064 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            1071 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            1090 magick/accelerate.c       length = image->columns * (image->rows / 2 + 1 + (kernel->width-1) / 2);
width            1125 magick/accelerate.c             imageRows = (unsigned int) (image->rows / 2 + (kernel->width-1) / 2);
width            1127 magick/accelerate.c             imageRows = (unsigned int) ((image->rows - image->rows / 2) + (kernel->width-1) / 2);
width            1131 magick/accelerate.c           kernelWidth = (unsigned int) kernel->width;
width            1142 magick/accelerate.c           clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            1187 magick/accelerate.c           kernelWidth = (unsigned int) kernel->width;
width            1198 magick/accelerate.c           clStatus|=clEnv->library->clSetKernelArg(blurColumnKernel,i++,sizeof(cl_float4)*(chunkSize+kernel->width),(void *) NULL);
width            2606 magick/accelerate.c   kernelSize = (unsigned int) (kernel->width * kernel->height);
width            2641 magick/accelerate.c   localMemoryRequirement = (localGroupSize[0]+kernel->width-1) * (localGroupSize[1]+kernel->height-1) * sizeof(CLPixelPacket)
width            2642 magick/accelerate.c     + kernel->width*kernel->height*sizeof(float);
width            2648 magick/accelerate.c     localMemoryRequirement = (localGroupSize[0]+kernel->width-1) * (localGroupSize[1]+kernel->height-1) * sizeof(CLPixelPacket)
width            2649 magick/accelerate.c       + kernel->width*kernel->height*sizeof(float);
width            2670 magick/accelerate.c     filterWidth = (unsigned int) kernel->width;
width            2677 magick/accelerate.c     clStatus|=clEnv->library->clSetKernelArg(clkernel,i++, (localGroupSize[0] + kernel->width-1)*(localGroupSize[1] + kernel->height-1)*sizeof(CLPixelPacket),NULL);
width            2678 magick/accelerate.c     clStatus|=clEnv->library->clSetKernelArg(clkernel,i++, kernel->width*kernel->height*sizeof(float),NULL);
width            2718 magick/accelerate.c     filterWidth = (unsigned int) kernel->width;
width            4650 magick/accelerate.c   const ChannelType channel,const double *kernel,const size_t width, 
width            4810 magick/accelerate.c     CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(float), NULL,
width            4821 magick/accelerate.c     CL_TRUE, CL_MAP_WRITE, 0, width * sizeof(float), 0, NULL, NULL, &clStatus);
width            4828 magick/accelerate.c   for (i = 0; i < width; i++)
width            4842 magick/accelerate.c     CL_MEM_READ_ONLY|CL_MEM_ALLOC_HOST_PTR, width * sizeof(cl_int2), NULL,
width            4852 magick/accelerate.c     CL_MAP_WRITE, 0, width * sizeof(cl_int2), 0, NULL, NULL, &clStatus);
width            4859 magick/accelerate.c   for (i = 0; i < width; i++)
width            4899 magick/accelerate.c     &width);
width            4979 magick/accelerate.c   const ChannelType channel,const double* kernel,const size_t width,
width            4994 magick/accelerate.c   filteredImage=ComputeMotionBlurImage(image, channel, kernel, width,
width            6448 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            6456 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            6462 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            6509 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            6520 magick/accelerate.c       clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            6552 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            6812 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            6820 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            6826 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            6844 magick/accelerate.c       length = image->columns * (image->rows / 2 + 1 + (kernel->width-1) / 2);
width            6877 magick/accelerate.c           imageRows = (unsigned int) (image->rows / 2 + (kernel->width-1) / 2);
width            6879 magick/accelerate.c           imageRows = (unsigned int) ((image->rows - image->rows / 2) + (kernel->width-1) / 2);
width            6883 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            6894 magick/accelerate.c         clStatus|=clEnv->library->clSetKernelArg(blurRowKernel,i++,sizeof(CLPixelPacket)*(chunkSize+kernel->width),(void *) NULL);
width            6936 magick/accelerate.c         kernelWidth = (unsigned int) kernel->width;
width            7197 magick/accelerate.c     imageKernelBuffer = clEnv->library->clCreateBuffer(context, CL_MEM_READ_ONLY, kernel->width * sizeof(float), NULL, &clStatus);
width            7205 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            7211 magick/accelerate.c     for (i = 0; i < kernel->width; i++)
width            7237 magick/accelerate.c       kernelWidth = (unsigned int) kernel->width;
width            7250 magick/accelerate.c       clStatus|=clEnv->library->clSetKernelArg(unsharpMaskKernel,i++,sizeof(cl_float4)*(8 * (32 + kernel->width)),(void *) NULL);
width            7516 magick/accelerate.c   const double *magick_unused(kernel),const size_t magick_unused(width),
width            7523 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             358 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             368 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             369 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             370 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             374 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             380 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             381 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             382 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             386 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             392 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             404 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             405 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             406 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             411 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0+
width             418 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             419 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             420 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             425 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)+
width             432 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             442 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             443 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             444 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0-
width             448 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0-
width             454 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             455 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             456 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)-
width             460 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)-
width             476 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0;
width             478 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0;
width             484 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1);
width             486 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1);
width             514 magick/annotate.c       "line 0,0 %g,0",metrics.underline_thickness,metrics.width);
width             606 magick/annotate.c     width;
width             629 magick/annotate.c     width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5);
width             630 magick/annotate.c     if ((width <= image->columns) || (strcmp(text,draw_info->text) == 0))
width             763 magick/annotate.c     if (extent.width > metrics->width)
width             854 magick/annotate.c       metrics->width,metrics->height,metrics->ascent,metrics->descent,
width            1316 magick/annotate.c   metrics->width=0;
width            1517 magick/annotate.c                 bitmap->bitmap.width,1,exception);
width            1521 magick/annotate.c           for (x=0; x < (ssize_t) bitmap->bitmap.width; x++)
width            1575 magick/annotate.c     if ((bitmap->left+bitmap->bitmap.width) > metrics->width)
width            1576 magick/annotate.c       metrics->width=bitmap->left+bitmap->bitmap.width;
width            1616 magick/annotate.c               if (bitmap->left > metrics->width)
width            1617 magick/annotate.c                 metrics->width=bitmap->left;
width            1622 magick/annotate.c   metrics->width-=metrics->bounds.x1/64.0;
width            1623 magick/annotate.c   metrics->width+=annotate_info->stroke_width;
width            1861 magick/annotate.c         "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            1870 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             443 magick/cache.c     nexus_info->region.width,nexus_info->region.height,image_nexus[0],
width             449 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width             451 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width             723 magick/cache.c     region.width=cache_info->columns;
width             734 magick/cache.c     region.width=clone_info->columns;
width             771 magick/cache.c         region.width=cache_info->columns;
width             782 magick/cache.c         region.width=clone_info->columns;
width            2188 magick/cache.c   extent=(MagickSizeType) nexus_info->region.width*nexus_info->region.height;
width            2308 magick/cache.c MagickExport void GetPixelCacheTileSize(const Image *image,size_t *width,
width            2315 magick/cache.c   *width=2048UL/sizeof(PixelPacket);
width            2317 magick/cache.c     *width=8192UL/sizeof(PixelPacket);
width            2318 magick/cache.c   *height=(*width);
width            2663 magick/cache.c   region.width=columns;
width            2673 magick/cache.c     nexus_info->region.width-1L;
width            3306 magick/cache.c     nexus_info->region.y,nexus_info->region.width,nexus_info->region.height,
width            3312 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width            3316 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            4033 magick/cache.c   region.width=columns;
width            4264 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            4280 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4291 magick/cache.c         q+=nexus_info->region.width;
width            4308 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4322 magick/cache.c         q+=nexus_info->region.width;
width            4339 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4353 magick/cache.c         q+=nexus_info->region.width;
width            4372 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4432 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            4433 magick/cache.c   if ((length/sizeof(PixelPacket)) != nexus_info->region.width)
width            4452 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4463 magick/cache.c         q+=nexus_info->region.width;
width            4480 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4493 magick/cache.c         q+=nexus_info->region.width;
width            4510 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4524 magick/cache.c         q+=nexus_info->region.width;
width            4543 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4797 magick/cache.c       x=nexus_info->region.x+(ssize_t) nexus_info->region.width-1;
width            4802 magick/cache.c            ((nexus_info->region.width == cache_info->columns) ||
width            4803 magick/cache.c             ((nexus_info->region.width % cache_info->columns) == 0)))))
width            4826 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            5259 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            5275 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5285 magick/cache.c         p+=nexus_info->region.width;
width            5303 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5317 magick/cache.c         p+=nexus_info->region.width;
width            5335 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5349 magick/cache.c         p+=nexus_info->region.width;
width            5368 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            5425 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            5441 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5451 magick/cache.c         p+=nexus_info->region.width;
width            5469 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5481 magick/cache.c         p+=nexus_info->region.width;
width            5499 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5513 magick/cache.c         p+=nexus_info->region.width;
width            5532 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            1819 magick/composite.c         width;
width            1861 magick/composite.c       width=height=geometry_info.rho*2.0;
width            1866 magick/composite.c       blur.x1=width;
width            1877 magick/composite.c           blur.x1=width*cos(angle);
width            1878 magick/composite.c           blur.x2=width*sin(angle);
width            1947 magick/composite.c               blur.x1=width*cos(angle);
width            1948 magick/composite.c               blur.x2=width*sin(angle);
width            3030 magick/composite.c       width;
width            3048 magick/composite.c       width=texture_image->columns;
width            3049 magick/composite.c       if ((x+(ssize_t) width) > (ssize_t) image->columns)
width            3050 magick/composite.c         width=image->columns-x;
width            3051 magick/composite.c       (void) CopyMagickMemory(q,p,width*sizeof(*p));
width            3055 magick/composite.c           (void) CopyMagickMemory(indexes,texture_indexes,width*
width            3057 magick/composite.c           indexes+=width;
width            3059 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            3169 magick/deprecate.c   ssize_t *y,size_t *width,size_t *height)
width            3172 magick/deprecate.c   return(ParseMetaGeometry(geometry,x,y,width,height));
width            3808 magick/deprecate.c       geometry.width=4L;
width            5501 magick/deprecate.c   size_t *width,size_t *height)
width            5504 magick/deprecate.c   return((int) ParseMetaGeometry(geometry,x,y,width,height));
width            5547 magick/deprecate.c     &region_info->width,&region_info->height);
width            6139 magick/deprecate.c   kernel_info->width=order;
width            1865 magick/display.c     width;
width            2195 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            2201 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            2225 magick/display.c   if ((x+font_info->max_bounds.width) >= (int) windows->image.width)
width            2226 magick/display.c     x=(int) windows->image.width-font_info->max_bounds.width;
width            2229 magick/display.c   if (((int) font_info->max_bounds.width > (int) windows->image.width) ||
width            2252 magick/display.c     windows->image.width/MagickMax((ssize_t) font_info->min_bounds.width,1)+2UL,
width            2275 magick/display.c   text_event.xexpose.width=(int) font_info->max_bounds.width;
width            2320 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2337 magick/display.c       (unsigned int) text_event.xexpose.width,(unsigned int)
width            2432 magick/display.c                     x=annotate_info->x+annotate_info->width;
width            2434 magick/display.c                     if (annotate_info->width != 0)
width            2471 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2495 magick/display.c             if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2505 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2526 magick/display.c               windows->image.width/MagickMax((ssize_t)
width            2527 magick/display.c               font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2593 magick/display.c               if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2600 magick/display.c           annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2621 magick/display.c             windows->image.width/MagickMax((ssize_t)
width            2622 magick/display.c             font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2644 magick/display.c   width=(unsigned int) image->columns;
width            2649 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            2657 magick/display.c     if (annotate_info->width == 0)
width            2694 magick/display.c       width*(annotate_info->x+windows->image.x)/windows->image.ximage->width;
width            2698 magick/display.c       "%ux%u%+d%+d",width*annotate_info->width/windows->image.ximage->width,
width            2875 magick/display.c     width;
width            3046 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3052 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3066 magick/display.c   chop_info.width=0;
width            3083 magick/display.c           " %.20gx%.20g%+.20g%+.20g",(double) chop_info.width,(double)
width            3133 magick/display.c       if (segment_info.x2 > windows->image.ximage->width)
width            3134 magick/display.c         segment_info.x2=windows->image.ximage->width;
width            3148 magick/display.c         chop_info.width=(size_t) (segment_info.x2-segment_info.x1+1);
width            3154 magick/display.c             chop_info.width=(size_t) (segment_info.x1-segment_info.x2+1);
width            3160 magick/display.c         chop_info.width=0;
width            3181 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width-
width            3182 magick/display.c     (unsigned int) chop_info.width;
width            3185 magick/display.c   width=(unsigned int) (*image)->columns;
width            3190 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            3191 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            3194 magick/display.c   chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5);
width            3312 magick/display.c     width;
width            3641 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3647 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3678 magick/display.c         width=(unsigned int) (*image)->columns;
width            3684 magick/display.c             &width,&height);
width            3686 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            3922 magick/display.c     width;
width            3965 magick/display.c   composite_info.width=0;
width            4098 magick/display.c         composite_info.width=composite_image->columns;
width            4115 magick/display.c         if ((composite_info.width != 0) && (composite_info.height != 0))
width            4191 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4197 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4225 magick/display.c   width=(unsigned int) image->columns;
width            4230 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            4231 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            4234 magick/display.c   composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5);
width            4239 magick/display.c   if ((composite_info.width != composite_image->columns) ||
width            4248 magick/display.c       resize_image=ResizeImage(composite_image,composite_info.width,
width            4368 magick/display.c     width;
width            4383 magick/display.c   width=(unsigned int) windows->image.window_changes.width;
width            4387 magick/display.c       "Configure Image: %dx%d=>%.20gx%.20g",windows->image.ximage->width,
width            4388 magick/display.c       windows->image.ximage->height,(double) width,(double) height);
width            4389 magick/display.c   if ((width*height) == 0)
width            4398 magick/display.c   if (((int) width != windows->image.ximage->width) ||
width            4402 magick/display.c     width*windows->magnify.x/windows->image.ximage->width;
width            4405 magick/display.c   windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width);
width            4409 magick/display.c     (unsigned int) width,(unsigned int) height);
width            4423 magick/display.c   (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            4424 magick/display.c   window_changes.width=(int) width;
width            4425 magick/display.c   if (window_changes.width > XDisplayWidth(display,windows->image.screen))
width            4426 magick/display.c     window_changes.width=XDisplayWidth(display,windows->image.screen);
width            4435 magick/display.c         ((XDisplayWidth(display,windows->image.screen)/2)-(width/2));
width            4450 magick/display.c   while (((windows->pan.width << 1) < MaxIconSize) &&
width            4453 magick/display.c     windows->pan.width<<=1;
width            4458 magick/display.c       &windows->pan.width,&windows->pan.height);
width            4459 magick/display.c   window_changes.width=(int) windows->pan.width;
width            4468 magick/display.c       size_hints->width=window_changes.width;
width            4470 magick/display.c       size_hints->min_width=size_hints->width;
width            4472 magick/display.c       size_hints->max_width=size_hints->width;
width            4484 magick/display.c   window_changes.width=(int) windows->icon.width;
width            4596 magick/display.c     width;
width            4639 magick/display.c   crop_info.width=0;
width            4794 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4800 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4830 magick/display.c     crop_info.width=0;
width            4838 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4846 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4859 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4903 magick/display.c             if (crop_info.x > (ssize_t) windows->image.ximage->width)
width            4904 magick/display.c               crop_info.x=(ssize_t) windows->image.ximage->width;
width            4906 magick/display.c             crop_info.width=(unsigned int) (x-crop_info.x);
width            4909 magick/display.c               crop_info.width=(unsigned int) (crop_info.x-x);
width            4939 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4946 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            5034 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5044 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5048 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5049 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5057 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5058 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5084 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            5115 magick/display.c               crop_info.x=(ssize_t) (windows->image.width/2L-crop_info.width/
width            5200 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5206 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5225 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            5260 magick/display.c     if (((int) crop_info.width != windows->image.ximage->width) ||
width            5267 magick/display.c         windows->image.window_changes.width=(int) crop_info.width;
width            5277 magick/display.c   width=(unsigned int) image->columns;
width            5282 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            5283 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            5286 magick/display.c   crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            5314 magick/display.c       crop_info.width,1,exception);
width            5317 magick/display.c     for (x=0; x < (int) crop_info.width; x++)
width            5433 magick/display.c     width;
width            5711 magick/display.c               status=XReadBitmapFile(display,root_window,filename,&width,
width            5722 magick/display.c                 width[MaxTextExtent] = "0";
width            5750 magick/display.c                 width);
width            5751 magick/display.c               if (*width == '\0')
width            5753 magick/display.c               line_width=(unsigned int) StringToUnsignedLong(width);
width            5852 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5858 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5881 magick/display.c     rectangle_info.width=0;
width            5931 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5937 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            5955 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5961 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            6026 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6036 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6126 magick/display.c         if (line_info.x2 > (int) windows->image.width)
width            6127 magick/display.c           line_info.x2=(short) windows->image.width;
width            6142 magick/display.c             if (rectangle_info.x > (ssize_t) windows->image.width)
width            6143 magick/display.c               rectangle_info.x=(ssize_t) windows->image.width;
width            6145 magick/display.c             rectangle_info.width=(unsigned int) (x-rectangle_info.x);
width            6148 magick/display.c               rectangle_info.width=(unsigned int) (rectangle_info.x-x);
width            6187 magick/display.c         rectangle_info.width=(size_t) (x-rectangle_info.x);
width            6202 magick/display.c             rectangle_info.width--;
width            6212 magick/display.c     width=(unsigned int) (*image)->columns;
width            6217 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            6221 magick/display.c     draw_info.x=(int) (width*draw_info.x/windows->image.ximage->width);
width            6226 magick/display.c     draw_info.width=(unsigned int) rectangle_info.width+(line_width << 1);
width            6227 magick/display.c     if (draw_info.width > (unsigned int) (*image)->columns)
width            6228 magick/display.c       draw_info.width=(unsigned int) (*image)->columns;
width            6233 magick/display.c       width*draw_info.width/windows->image.ximage->width,
width            6329 magick/display.c   scale_factor=(MagickRealType) windows->pan.width/windows->image.ximage->width;
width            6331 magick/display.c   highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5);
width            6423 magick/display.c       windows->image.window_changes.width=(int) cache_image->columns;
width            6426 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            6562 magick/display.c       cache_image->columns=(size_t) windows->image.ximage->width;
width            6594 magick/display.c       windows->image.window_changes.width=(int) redo_image->columns;
width            6963 magick/display.c           crop_info.width=(size_t) windows->image.ximage->width;
width            6980 magick/display.c               if (resource_info->quantum >= (int) crop_info.width)
width            6981 magick/display.c                 resource_info->quantum=(int) crop_info.width-1;
width            6982 magick/display.c               crop_info.width-=resource_info->quantum;
width            6986 magick/display.c               if (resource_info->quantum >= (int) (crop_info.width-crop_info.x))
width            6987 magick/display.c                 resource_info->quantum=(int) (crop_info.width-crop_info.x-1);
width            6989 magick/display.c               crop_info.width-=resource_info->quantum;
width            6991 magick/display.c           if ((int) (windows->image.x+windows->image.width) >
width            6992 magick/display.c               (int) crop_info.width)
width            6993 magick/display.c             windows->image.x=(int) (crop_info.width-windows->image.width);
width            6998 magick/display.c           windows->image.window_changes.width=(int) crop_info.width;
width            7090 magick/display.c     width;
width            7098 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width;
width            7312 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width/2;
width            7322 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7332 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width << 1;
width            7344 magick/display.c         width;
width            7353 magick/display.c       width=(size_t) windows->image.ximage->width;
width            7358 magick/display.c         (double) width,(double) height);
width            7365 magick/display.c       (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            7366 magick/display.c       windows->image.window_changes.width=(int) width;
width            7377 magick/display.c           ((int) (*image)->columns == windows->image.ximage->width) &&
width            7389 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            7410 magick/display.c       if ((windows->image.width == (unsigned int) (*image)->columns) &&
width            7417 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7476 magick/display.c           width=(unsigned int) (*image)->columns;
width            7479 magick/display.c             &width,&height);
width            7481 magick/display.c             "%ux%u%+d%+d",width,height,(int) (*image)->columns-(int) width-x,y);
width            7511 magick/display.c           width=(unsigned int) (*image)->columns;
width            7514 magick/display.c             &width,&height);
width            7516 magick/display.c             "%ux%u%+d%+d",width,height,x,(int) (*image)->rows-(int) height-y);
width            7605 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7645 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8810 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8847 magick/display.c       frame_info.width=page_geometry.width;
width            8851 magick/display.c       frame_info.x=(ssize_t) frame_info.width;
width            8853 magick/display.c       frame_info.width=(*image)->columns+2*frame_info.width;
width            8865 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            9284 magick/display.c         if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9289 magick/display.c       if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9336 magick/display.c       if (x >= (int) windows->image.width)
width            9337 magick/display.c         x=(int) windows->image.width-1;
width            9405 magick/display.c       windows->magnify.x=(int) windows->image.width/2;
width            9426 magick/display.c       if (windows->magnify.x < (int) (windows->image.ximage->width-1))
width            9516 magick/display.c     windows->pan.width,windows->pan.height);
width            9619 magick/display.c     width;
width            9941 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9947 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9981 magick/display.c         width=(unsigned int) (*image)->columns;
width            9987 magick/display.c             &width,&height);
width            9989 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            10344 magick/display.c   if ((windows->image.ximage->width > (int) windows->image.width) &&
width            10348 magick/display.c     if (windows->image.ximage->width > (int) windows->image.width)
width            10359 magick/display.c   x_factor=(MagickRealType) windows->image.ximage->width/windows->pan.width;
width            10361 magick/display.c   pan_info.width=windows->pan.width*windows->image.width/
width            10362 magick/display.c     windows->image.ximage->width;
width            10406 magick/display.c         if (pan_info.x < (ssize_t) (pan_info.width/2))
width            10409 magick/display.c           pan_info.x=(ssize_t) (x_factor*(pan_info.x-(pan_info.width/2)));
width            10413 magick/display.c           if ((int) (pan_info.x+windows->image.width) >
width            10414 magick/display.c               windows->image.ximage->width)
width            10416 magick/display.c               (windows->image.ximage->width-windows->image.width);
width            10437 magick/display.c               windows->image.width,windows->image.height,windows->image.x,
width            10540 magick/display.c     width;
width            10573 magick/display.c   paste_info.width=0;
width            10665 magick/display.c         width=(unsigned int) image->columns;
width            10671 magick/display.c             &width,&height);
width            10672 magick/display.c         scale_factor=(MagickRealType) windows->image.ximage->width/width;
width            10673 magick/display.c         paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5);
width            10691 magick/display.c         if ((paste_info.width != 0) && (paste_info.height != 0))
width            10767 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            10773 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            10801 magick/display.c   width=(unsigned int) image->columns;
width            10806 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            10807 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            10810 magick/display.c   paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5);
width            10896 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            11185 magick/display.c     width;
width            11208 magick/display.c   crop_info.width=0;
width            11214 magick/display.c   roi_info.width=0;
width            11332 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11338 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11368 magick/display.c     roi_info.width=0;
width            11376 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11384 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11397 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11443 magick/display.c             if (roi_info.x > (ssize_t) windows->image.ximage->width)
width            11444 magick/display.c               roi_info.x=(ssize_t) windows->image.ximage->width;
width            11446 magick/display.c             roi_info.width=(unsigned int) (x-roi_info.x);
width            11449 magick/display.c               roi_info.width=(unsigned int) (roi_info.x-x);
width            11480 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11487 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            11513 magick/display.c               width=(unsigned int) (*image)->columns;
width            11519 magick/display.c                   &width,&height);
width            11520 magick/display.c               scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            11523 magick/display.c               crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            11641 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11651 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11655 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11656 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11664 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11665 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11691 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            11728 magick/display.c               roi_info.x=(ssize_t) (windows->image.width/2L-roi_info.width/2L);
width            11796 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11802 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11821 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11946 magick/display.c     width;
width            12240 magick/display.c           if (rotate_info.x2 > (int) windows->image.width)
width            12241 magick/display.c             rotate_info.x2=(short) windows->image.width;
width            12296 magick/display.c       width=(unsigned int) (*image)->columns;
width            12298 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12310 magick/display.c             "%ux%u%+d%+d",height,width,(int) (*image)->columns-
width            12320 magick/display.c             "%ux%u%+d%+d",width,height,(int) width-x,(int) height-y);
width            12329 magick/display.c             "%ux%u%+d%+d",height,width,y,(int) (*image)->rows-(int) width-x);
width            12341 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            12349 magick/display.c             &width,&height);
width            12350 magick/display.c           windows->image.window_changes.width=(int) width;
width            12358 magick/display.c         windows->image.window_changes.width=windows->image.ximage->height;
width            12359 magick/display.c         windows->image.window_changes.height=windows->image.ximage->width;
width            12507 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            12619 magick/display.c               if (x >= (int) windows->image.width)
width            12620 magick/display.c                 x=(int) (windows->image.width-1);
width            12665 magick/display.c           windows->magnify.width=(unsigned int) event->xconfigure.width;
width            12670 magick/display.c           while ((int) magnify <= event->xconfigure.width)
width            12675 magick/display.c           if (((int) magnify != event->xconfigure.width) ||
width            12681 magick/display.c               window_changes.width=(int) magnify;
width            12761 magick/display.c               if (x >= (int) windows->image.width)
width            12762 magick/display.c                 x=(int) (windows->image.width-1);
width            12840 magick/display.c     width;
width            12848 magick/display.c         (double) crop_info->width,(double) crop_info->height,(double)
width            12857 magick/display.c   width=(unsigned int) image->columns;
width            12860 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12866 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12869 magick/display.c   width=(unsigned int) (scale_factor*crop_info->width+0.5);
width            12870 magick/display.c   if (width == 0)
width            12871 magick/display.c     width=1;
width            12879 magick/display.c     "%ux%u%+d%+d",width,height,x,y);
width            12969 magick/display.c     width;
width            12976 magick/display.c   width=(unsigned int) image->columns;
width            12979 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12980 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12989 magick/display.c   width=(unsigned int) image->columns;
width            12993 magick/display.c   (void) XParseGeometry(image->montage,&x,&y,&width,&height);
width            12994 magick/display.c   tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+
width            12995 magick/display.c     (event->xbutton.x-x)/width;
width            13134 magick/display.c         x_offset=(int) (width*(tile % (((int) image->columns-x)/width))+x);
width            13135 magick/display.c         y_offset=(int) (height*(tile/(((int) image->columns-x)/width))+y);
width            13142 magick/display.c             y_offset+i,width,1,exception);
width            13145 magick/display.c           for (j=0; j < (int) width; j++)
width            13153 magick/display.c       windows->image.window_changes.width=(int) image->columns;
width            13216 magick/display.c   x_offset=windows->image.width;
width            13225 magick/display.c       windows->image.x=(int) windows->image.width/2;
width            13264 magick/display.c     if ((int) (windows->image.x+windows->image.width) >
width            13265 magick/display.c         windows->image.ximage->width)
width            13266 magick/display.c       windows->image.x=(int) windows->image.ximage->width-windows->image.width;
width            13277 magick/display.c     windows->image.width,windows->image.height,windows->image.x,
width            13339 magick/display.c   trim_info.width=(size_t) windows->image.ximage->width;
width            13340 magick/display.c   for (x=0; x < windows->image.ximage->width; x++)
width            13352 magick/display.c   if (trim_info.x == (ssize_t) windows->image.ximage->width)
width            13360 magick/display.c   background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0);
width            13361 magick/display.c   for (x=windows->image.ximage->width-1; x != 0; x--)
width            13372 magick/display.c   trim_info.width=(size_t) (x-trim_info.x+1);
width            13380 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13386 magick/display.c     if (x < windows->image.ximage->width)
width            13396 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13402 magick/display.c     if (x < windows->image.ximage->width)
width            13406 magick/display.c   if (((unsigned int) trim_info.width != windows->image.width) ||
width            13413 magick/display.c       windows->image.window_changes.width=(int) trim_info.width;
width            13563 magick/display.c         thumbnail_image=ThumbnailImage(next_image,geometry.width,
width            13657 magick/display.c     width;
width            13717 magick/display.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width            13782 magick/display.c   window_info.width=(unsigned int) image->columns;
width            13784 magick/display.c   if ((image->columns != window_info.width) ||
width            13789 magick/display.c     window_attributes.width,window_attributes.height);
width            13790 magick/display.c   geometry_info.width=window_info.width;
width            13795 magick/display.c     &geometry_info.width,&geometry_info.height);
width            13796 magick/display.c   window_info.width=(unsigned int) geometry_info.width;
width            13800 magick/display.c   status=XMakeImage(display,&resources,&window_info,image,window_info.width,
width            13820 magick/display.c   width=(int) window_info.width;
width            13827 magick/display.c       window_info.x=(window_attributes.width/2)-
width            13828 magick/display.c         (window_info.ximage->width/2);
width            13831 magick/display.c       width=window_attributes.width;
width            13856 magick/display.c         width,height);
width            13859 magick/display.c         &window_info.y,&width,&height,&gravity);
width            13862 magick/display.c           width=window_attributes.width;
width            13870 magick/display.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            13878 magick/display.c   if (((unsigned int) width > window_info.width) ||
width            13881 magick/display.c       window_info.annotate_context,0,0,(unsigned int) width,
width            13885 magick/display.c     window_info.width,(unsigned int) window_info.height);
width            14335 magick/display.c     width;
width            14598 magick/display.c   geometry_info.width=display_image->columns;
width            14603 magick/display.c     &geometry_info.width,&geometry_info.height);
width            14604 magick/display.c   windows->image.width=(unsigned int) geometry_info.width;
width            14621 magick/display.c       windows->backdrop.width=(unsigned int)
width            14653 magick/display.c         (windows->image.width/2);
width            14823 magick/display.c   windows->magnify.width=MagnifySize;
width            14851 magick/display.c   windows->pan.width=windows->icon.width;
width            14858 magick/display.c     &windows->pan.width,&windows->pan.height);
width            14895 magick/display.c   width=(unsigned int) display_image->columns;
width            14897 magick/display.c   if ((display_image->columns != width) || (display_image->rows != height))
width            14901 magick/display.c     width,height);
width            14906 magick/display.c     windows->magnify.width,windows->magnify.height);
width            14914 magick/display.c   windows->image.window_changes.width=(int) display_image->columns;
width            15386 magick/display.c             windows->image.window_changes.width=windows->image.ximage->width;
width            15398 magick/display.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            15417 magick/display.c                         windows->command.width-25;
width            15430 magick/display.c                         event.xconfigure.width/10;
width            15444 magick/display.c                         event.xconfigure.width+25;
width            15457 magick/display.c                         event.xconfigure.width+25;
width            15468 magick/display.c             if ((event.xconfigure.width == (int) windows->image.width) &&
width            15471 magick/display.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            15486 magick/display.c                 windows->image.window_changes.width=event.xconfigure.width;
width            15494 magick/display.c             if ((event.xconfigure.width < windows->image.ximage->width) ||
width            15514 magick/display.c             windows->magnify.width=(unsigned int) event.xconfigure.width;
width            15519 magick/display.c             while ((int) magnify <= event.xconfigure.width)
width            15524 magick/display.c             if (((int) magnify != event.xconfigure.width) ||
width            15527 magick/display.c                 window_changes.width=(int) magnify;
width            15538 magick/display.c                   display_image,windows->magnify.width,windows->magnify.height);
width            15554 magick/display.c             windows->pan.width=(unsigned int) event.xconfigure.width;
width            15563 magick/display.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            15599 magick/display.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            15716 magick/display.c             if (((int) windows->image.width < windows->image.ximage->width) ||
width            15753 magick/display.c               display_image,windows->icon.width,windows->icon.height);
width            1570 magick/distort.c   crop_area.width=columns;
width            1582 magick/distort.c       resize_image->page.width=0;
width            1738 magick/distort.c   geometry.width=image->columns;
width            1886 magick/distort.c         geometry.width = (size_t)
width            1889 magick/distort.c         coeff[6]=(coeff[5]-coeff[4])/geometry.width; /* changed width */
width            1899 magick/distort.c         geometry.width = (size_t) ceil( 2.0*coeff[1]*tan(coeff[0]/2.0) );
width            1902 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1912 magick/distort.c         geometry.width = (size_t) ceil(coeff[0]*coeff[1]);  /* FOV * radius */
width            1915 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1944 magick/distort.c       geometry.width=(size_t) ceil(max.x-geometry.x+0.5);
width            1977 magick/distort.c         "-page %+.20g%+.20g xc: +insert \\\n",(double) geometry.width,
width            2258 magick/distort.c       geometry.width=(size_t) (output_scaling*geometry.width+0.5);
width            2279 magick/distort.c   distort_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width             555 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             561 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             562 magick/distribute-cache.c   q+=sizeof(region.width);
width             571 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             612 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             618 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             619 magick/distribute-cache.c   q+=sizeof(region.width);
width             628 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             676 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             682 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             683 magick/distribute-cache.c   p+=sizeof(region.width);
width             692 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width             733 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             739 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             740 magick/distribute-cache.c   p+=sizeof(region.width);
width             749 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width            1224 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1225 magick/distribute-cache.c   p+=sizeof(region->width);
width            1299 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1300 magick/distribute-cache.c   p+=sizeof(region->width);
width            1435 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1436 magick/distribute-cache.c   p+=sizeof(region->width);
width            1511 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1512 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            2402 magick/draw.c                  bounds.width=(size_t) floor(StringToDouble(token,
width            2424 magick/draw.c                    "%.20gx%.20g%+.20g%+.20g",(double) bounds.width,(double)
width            2751 magick/draw.c              graphic_context[n]->viewbox.width=(size_t) floor(StringToDouble(
width            3347 magick/draw.c      for (x=bounding_box.x; x < (ssize_t) bounding_box.width; x++)
width             365 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            1922 magick/effect.c static double *GetMotionBlurKernel(const size_t width,const double sigma)
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            2505 magick/effect.c     width;
width            2531 magick/effect.c   width=(ssize_t) fabs(radius);
width            2542 magick/effect.c   scanLineSize+=(2*width);
width            2554 magick/effect.c   interImage_info=AcquireVirtualMemory((image->rows+(2*width))*image->columns,
width            2565 magick/effect.c   totalWeight=(width+1)*(width+1);
width            2597 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x,-width,1,image->rows+(2*width),
width            2600 magick/effect.c       for (y=0; y < (ssize_t) image->rows+(2*width); y++)
width            2606 magick/effect.c       out=interImage+x+width;
width            2617 magick/effect.c         for (i=0; i < width; i++)
width            2622 magick/effect.c         for (i=width+1; i < (2*width); i++)
width            2630 magick/effect.c         if (x <= width && x != 0)
width            2632 magick/effect.c         if ((x > (ssize_t) image->columns-width-2) &&
width            2636 magick/effect.c         out+=image->columns+(width*2);
width            2676 magick/effect.c       memcpy(pixels,interImage+(y*(image->columns+(2*width))),(image->columns+
width            2677 magick/effect.c         (2*width))*sizeof(float));
width            2690 magick/effect.c         for (i=0; i < width; i++)
width            2695 magick/effect.c         for (i=width+1; i < (2*width); i++)
width            2813 magick/effect.c     &geometry.width,&geometry.height);
width            2824 magick/effect.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width            3082 magick/effect.c         geometry.width=(size_t) (2*i+2);
width            3088 magick/effect.c           "raise %.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3625 magick/effect.c     width;
width            3643 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            3644 magick/effect.c   kernel=(double *) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width            3645 magick/effect.c     width*sizeof(*kernel)));
width            3648 magick/effect.c   j=(ssize_t) (width-1)/2;
width            3670 magick/effect.c         "  SelectiveBlurImage with %.20gx%.20g kernel:",(double) width,(double)
width            3671 magick/effect.c         width);
width            3674 magick/effect.c       for (v=0; v < (ssize_t) width; v++)
width            3679 magick/effect.c         for (u=0; u < (ssize_t) width; u++)
width            3722 magick/effect.c   center=(ssize_t) ((image->columns+width)*((width-1)/2L)+((width-1)/2L));
width            3758 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) (width-1)/2L),y-(ssize_t)
width            3759 magick/effect.c       ((width-1)/2L),image->columns+width,width,exception);
width            3760 magick/effect.c     l=GetCacheViewVirtualPixels(luminance_view,-((ssize_t) (width-1)/2L),y-
width            3761 magick/effect.c       (ssize_t) ((width-1)/2L),luminance_image->columns+width,width,exception);
width            3804 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3806 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3818 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3834 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3836 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3846 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3856 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3858 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3868 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3879 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3881 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3895 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3910 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3912 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3919 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3928 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3930 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3942 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            4264 magick/effect.c     width;
width            4277 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            4282 magick/effect.c   kernel_info->width=width;
width            4283 magick/effect.c   kernel_info->height=width;
width            4284 magick/effect.c   kernel_info->x=(ssize_t) (width-1)/2;
width            4285 magick/effect.c   kernel_info->y=(ssize_t) (width-1)/2;
width            4288 magick/effect.c     kernel_info->width,kernel_info->height*sizeof(*kernel_info->values)));
width            4295 magick/effect.c   j=(ssize_t) (kernel_info->width-1)/2;
width            4309 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            4312 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            4373 magick/effect.c     width;
width            4408 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            4453 magick/effect.c         (double) x+width*(point.x-0.5),(double) y+width*(point.y-0.5),&pixel,
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            1784 magick/feature.c MagickExport Image *HoughLineImage(const Image *image,const size_t width,
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            2106 magick/feature.c MagickExport Image *MeanShiftImage(const Image *image,const size_t width,
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             454 magick/fourier.c static MagickBooleanType RollFourier(const size_t width,const size_t height,
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             503 magick/fourier.c static MagickBooleanType ForwardQuadrantSwap(const size_t 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             536 magick/fourier.c static void CorrectPhaseLHS(const size_t width,const size_t height,
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            1149 magick/fourier.c static MagickBooleanType InverseQuadrantSwap(const size_t width,
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            1763 magick/fx.c            return((double) image->page.width);
width            4351 magick/fx.c      border_info.width=(size_t) floor(2.0*sigma+0.5);
width            4422 magick/fx.c      if (shadow_image->page.width == 0)
width            4423 magick/fx.c        shadow_image->page.width=shadow_image->columns;
width            4426 magick/fx.c      shadow_image->page.width+=x_offset-(ssize_t) border_info.width;
width            4428 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              97 magick/geometry.c   ssize_t *y,size_t *width,size_t *height)
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             490 magick/geometry.c MagickExport void GravityAdjustGeometry(const size_t 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            1248 magick/geometry.c   ssize_t *y,size_t *width,size_t *height)
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             656 magick/identify.c       if ((image->page.width != 0) || (image->page.height != 0) ||
width             659 magick/identify.c           image->page.width,(double) image->page.height,(double) image->page.x,
width            1134 magick/identify.c   if ((image->extract_info.width*image->extract_info.height) != 0)
width            1136 magick/identify.c       (double) image->extract_info.width,(double) image->extract_info.height,
width            1156 magick/identify.c   if ((image->page.width != 0) || (image->page.height != 0) ||
width            1159 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             774 magick/image-view.c   const ssize_t y,const size_t width,const size_t height)
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             453 magick/image.c     width;
width             471 magick/image.c   width=images->columns;
width             484 magick/image.c         if (next->columns > width)
width             485 magick/image.c           width=next->columns;
width             489 magick/image.c     width+=next->columns;
width             496 magick/image.c   append_image=CloneImage(images,width,height,MagickTrue,exception);
width             900 magick/image.c   clone_image->page.width=(size_t) floor(scale*image->page.width+0.5);
width            1071 magick/image.c       ((ssize_t) (offset->x+geometry->width) > (ssize_t) image->columns) ||
width            1108 magick/image.c       geometry->width,1,exception);
width            1110 magick/image.c       geometry->width,1,exception);
width            1118 magick/image.c     for (x=0; x < (ssize_t) geometry->width; x++)
width            2077 magick/image.c   const size_t width,const size_t height,const MagickPixelPacket *background)
width            2100 magick/image.c   image->columns=width;
width            2222 magick/image.c         geometry.height=geometry.width;
width            2223 magick/image.c       image->page.width=geometry.width;
width            2238 magick/image.c           if ((image->page.width == 0) && (geometry.x > 0))
width            2239 magick/image.c             image->page.width=image->columns+geometry.x;
width            3385 magick/image.c     width;
width            3403 magick/image.c   width=image->columns;
width            3413 magick/image.c         if (next->columns > width)
width            3414 magick/image.c           width=next->columns;
width            3420 magick/image.c     width+=next->columns;
width            3422 magick/image.c       width+=offset;
width            3429 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             294 magick/layer.c     bounds.width=previous->columns;
width             298 magick/layer.c         bounds.width+=bounds.x;
width             301 magick/layer.c     if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) coalesce_image->columns)
width             302 magick/layer.c       bounds.width=coalesce_image->columns-bounds.x;
width             403 magick/layer.c   dispose_image=CloneImage(image,image->page.width,image->page.height,
width             437 magick/layer.c         bounds.width=next->columns;
width             441 magick/layer.c             bounds.width+=bounds.x;
width             444 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width             445 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width             657 magick/layer.c       bounds.width=1;
width             683 magick/layer.c   bounds.width=(size_t) (x-bounds.x+1);
width             806 magick/layer.c   image_a=CloneImage(next,next->page.width,next->page.height,
width             859 magick/layer.c         (bounds[i].width == 1) && (bounds[i].height == 1))
width            1052 magick/layer.c   prev_image=CloneImage(curr,curr->page.width,curr->page.height,
width            1079 magick/layer.c     (double) bounds[i].width,(double) bounds[i].height,
width            1088 magick/layer.c   dup_bounds.width=0;
width            1106 magick/layer.c          (double) bounds[i].width,(double) bounds[i].height,
width            1135 magick/layer.c          (double) try_bounds.width,(double) try_bounds.height,
width            1140 magick/layer.c                 try_bounds.width * try_bounds.height
width            1141 magick/layer.c                     <  bounds[i].width * bounds[i].height )
width            1158 magick/layer.c         dup_bounds.width=dup_bounds.height=0; /* no dup, no pixel added */
width            1161 magick/layer.c             dup_image=CloneImage(curr->previous,curr->previous->page.width,
width            1174 magick/layer.c                    dup_bounds.width*dup_bounds.height
width            1175 magick/layer.c                       +try_bounds.width*try_bounds.height
width            1176 magick/layer.c                    < bounds[i].width * bounds[i].height )
width            1184 magick/layer.c               dup_bounds.width=dup_bounds.height=0;
width            1189 magick/layer.c         bgnd_image=CloneImage(curr->previous,curr->previous->page.width,
width            1219 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1229 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1234 magick/layer.c                      bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x;
width            1235 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1236 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1241 magick/layer.c                      try_bounds.width += try_bounds.x - bgnd_bounds.x;
width            1242 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1243 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1260 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1275 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1280 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1288 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1298 magick/layer.c               bgnd_bounds.width*bgnd_bounds.height
width            1299 magick/layer.c                 +try_bounds.width*try_bounds.height
width            1300 magick/layer.c               < bounds[i-1].width*bounds[i-1].height
width            1301 magick/layer.c                   +dup_bounds.width*dup_bounds.height
width            1302 magick/layer.c                   +bounds[i].width*bounds[i].height )
width            1345 magick/layer.c             prev_image=CloneImage(curr->previous,curr->previous->page.width,
width            1362 magick/layer.c          (double) bounds[i-1].width, (double) bounds[i-1].height,
width            1369 magick/layer.c          (double) bounds[i].width, (double) bounds[i].height,
width            1541 magick/layer.c   dispose_image=CloneImage(next,next->page.width,next->page.height,
width            1578 magick/layer.c         bounds.width=next->columns;
width            1582 magick/layer.c             bounds.width+=bounds.x;
width            1585 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width            1586 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width            1972 magick/layer.c     width;
width            1987 magick/layer.c   width=image->columns;
width            2000 magick/layer.c             width+=page.x-next->page.x;
width            2008 magick/layer.c         if ((ssize_t) width < (next->page.x+(ssize_t) next->columns-page.x))
width            2009 magick/layer.c           width=(size_t) next->page.x+(ssize_t) next->columns-page.x;
width            2017 magick/layer.c       if (page.width > 0)
width            2018 magick/layer.c         width=page.width;
width            2027 magick/layer.c       if (page.width > 0)
width            2028 magick/layer.c         width=page.width;
width            2033 magick/layer.c         if ((ssize_t) width < (next->page.x+(ssize_t) next->columns))
width            2034 magick/layer.c           width=(size_t) next->page.x+next->columns;
width            2038 magick/layer.c       page.width=width;
width            2048 magick/layer.c   if (page.width == 0)
width            2049 magick/layer.c     page.width=page.x < 0 ? width : width+page.x;
width            2062 magick/layer.c         image->page.width=width;
width            2077 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             457 magick/paint.c   gradient->bounding_box.width=image->columns;
width             738 magick/paint.c     width;
width             752 magick/paint.c   width=GetOptimalKernelWidth2D(radius,0.5);
width             810 magick/paint.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             811 magick/paint.c       (width/2L),linear_image->columns+width,width,exception);
width             843 magick/paint.c       for (v=0; v < (ssize_t) width; v++)
width             845 magick/paint.c         for (u=0; u < (ssize_t) width; u++)
width             856 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            1895 magick/pixel.c   const ssize_t x,const ssize_t y,const size_t width,const size_t height,
width            2021 magick/pixel.c   roi.width=width;
width            2456 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2459 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2475 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2478 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2495 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2498 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2515 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2518 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2535 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2538 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2554 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2557 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2573 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2576 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2593 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2596 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2613 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2616 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2632 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2636 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2724 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2727 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2746 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2749 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2771 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2774 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2794 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2797 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2814 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2817 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2836 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2839 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2860 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2863 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2881 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2885 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2979 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2982 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3001 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3004 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3025 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3028 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3048 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3051 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3068 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3071 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3090 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3093 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3114 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3117 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3135 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3139 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3229 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3232 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3248 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3251 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3268 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3271 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3288 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3291 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3307 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3310 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3326 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3329 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3346 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3349 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3365 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3369 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3457 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3460 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3476 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3479 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3496 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3499 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3516 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3519 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3535 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3538 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3554 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3557 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3574 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3577 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3593 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3597 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3685 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3688 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3704 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3707 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3724 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3727 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3744 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3747 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3763 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3766 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3782 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3785 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3802 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3805 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3821 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3825 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3913 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3916 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3932 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3935 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3952 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3955 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3972 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3975 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3991 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3994 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4010 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4013 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4030 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4033 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            4049 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            4053 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            4115 magick/pixel.c   const ssize_t y,const size_t width,const size_t height,const char *map,
width            4237 magick/pixel.c   roi.width=width;
width            4698 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             600 magick/resource.c       resource=(MagickSizeType) resource_info.width;
width             914 magick/resource.c       resource_info.width=(MagickOffsetType) size;
width             915 magick/resource.c       (void) FormatMagickSize((MagickSizeType) resource_info.width,MagickFalse,
width             116 magick/shear.c   const MagickRealType width,const MagickRealType height,
width             137 magick/shear.c   extent[0].x=(double) (-width/2.0);
width             139 magick/shear.c   extent[1].x=(double) width/2.0;
width             141 magick/shear.c   extent[2].x=(double) (-width/2.0);
width             143 magick/shear.c   extent[3].x=(double) width/2.0;
width             169 magick/shear.c   geometry.width=(size_t) floor(max.x-min.x+0.5);
width             348 magick/shear.c     width;
width             359 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             360 magick/shear.c   source_matrix=AcquireMatrixInfo(width,image->rows,sizeof(unsigned short),
width             362 magick/shear.c   destination_matrix=AcquireMatrixInfo(width,image->rows,sizeof(unsigned short),
width             596 magick/shear.c     width;
width             604 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             605 magick/shear.c   projection=(size_t *) AcquireQuantumMemory((size_t) (2*width-1),
width             617 magick/shear.c   for (i=0; i < (ssize_t) (2*width-1); i++)
width             621 magick/shear.c         skew=i-(ssize_t) width+1;
width             626 magick/shear.c   degrees=RadiansToDegrees(-atan((double) skew/width/8));
width             676 magick/shear.c       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width             806 magick/shear.c             width;
width             808 magick/shear.c           width=tile_width;
width             810 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width             814 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width             822 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width             840 magick/shear.c             tile_pixels=p+(height-1)*width+y;
width             844 magick/shear.c               tile_pixels-=width;
width             853 magick/shear.c                 tile_indexes=indexes+(height-1)*width+y;
width             857 magick/shear.c                   tile_indexes-=width;
width             881 magick/shear.c       Swap(page.width,page.height);
width             883 magick/shear.c       if (page.width != 0)
width             884 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width             954 magick/shear.c       if (page.width != 0)
width             955 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1007 magick/shear.c             width;
width            1009 magick/shear.c           width=tile_width;
width            1011 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width            1015 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width            1023 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1034 magick/shear.c               rotate_image->rows-(tile_x+width)),height,1,exception);
width            1040 magick/shear.c             tile_pixels=p+(width-1)-y;
width            1044 magick/shear.c               tile_pixels+=width;
width            1053 magick/shear.c                 tile_indexes=indexes+(width-1)-y;
width            1057 magick/shear.c                   tile_indexes+=width;
width            1081 magick/shear.c       Swap(page.width,page.height);
width            1136 magick/shear.c   const size_t width,const size_t height,const ssize_t x_offset,
width            1248 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1275 magick/shear.c         p+=width;
width            1276 magick/shear.c         indexes+=width;
width            1279 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1285 magick/shear.c           if ((size_t) (x_offset+width+step-i) > image->columns)
width            1357 magick/shear.c   const size_t width,const size_t height,const ssize_t x_offset,
width            1402 magick/shear.c   for (x=0; x < (ssize_t) width; x++)
width            1442 magick/shear.c     displacement=degrees*(MagickRealType) (x-width/2.0);
width            1628 magick/shear.c   bounds.width=image->columns+(ssize_t) floor(fabs(shear.x)*image->rows+0.5);
width            1631 magick/shear.c   bounds.y=(ssize_t) ceil((double) image->rows+((fabs(shear.y)*bounds.width)-
width            1638 magick/shear.c   border_info.width=(size_t) bounds.x;
width            1656 magick/shear.c   status=YShearImage(shear_image,shear.y,bounds.width,image->rows,(ssize_t)
width            1657 magick/shear.c     (shear_image->columns-bounds.width)/2,bounds.y,exception);
width            1667 magick/shear.c   shear_image->page.width=0;
width            1737 magick/shear.c     width;
width            1775 magick/shear.c   width=integral_image->columns;
width            1777 magick/shear.c   bounds.width=(size_t) floor(fabs((double) height*shear.x)+width+0.5);
width            1778 magick/shear.c   bounds.height=(size_t) floor(fabs((double) bounds.width*shear.y)+height+0.5);
width            1780 magick/shear.c     bounds.width+0.5);
width            1781 magick/shear.c   bounds.x=(ssize_t) floor((double) ((shear_width > bounds.width) ? width :
width            1782 magick/shear.c     bounds.width-shear_width+2)/2.0+0.5);
width            1789 magick/shear.c   border_info.width=(size_t) bounds.x;
width            1798 magick/shear.c   status=XShearImage(rotate_image,shear.x,width,height,bounds.x,(ssize_t)
width            1805 magick/shear.c   status=YShearImage(rotate_image,shear.y,bounds.width,height,(ssize_t)
width            1806 magick/shear.c     (rotate_image->columns-bounds.width)/2,bounds.y,exception);
width            1812 magick/shear.c   status=XShearImage(rotate_image,shear.x,bounds.width,bounds.height,(ssize_t)
width            1813 magick/shear.c     (rotate_image->columns-bounds.width)/2,(ssize_t) (rotate_image->rows-
width            1820 magick/shear.c   status=CropToFitImage(&rotate_image,shear.x,shear.y,(MagickRealType) width,
width            1824 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            2933 magick/statistic.c static PixelList *AcquirePixelList(const size_t width,const size_t height)
width            2945 magick/statistic.c   pixel_list->length=width*height;
width            2959 magick/statistic.c static PixelList **AcquirePixelListThreadSet(const size_t width,
width            2979 magick/statistic.c     pixel_list[i]=AcquirePixelList(width,height);
width            3485 magick/statistic.c   const size_t width,const size_t height,ExceptionInfo *exception)
width            3490 magick/statistic.c   statistic_image=StatisticImageChannel(image,DefaultChannels,type,width,
width            3496 magick/statistic.c   const ChannelType channel,const StatisticType type,const size_t 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             169 magick/threshold.c   const size_t width,const size_t height,const ssize_t offset,
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            1749 magick/transform.c   splice_image=CloneImage(image,image->columns+splice_geometry.width,
width            1771 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1776 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1781 magick/transform.c       splice_geometry.y+=(ssize_t) splice_geometry.width/2;
width            1787 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1793 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1804 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1810 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1869 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            1950 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            2081 magick/transform.c   if ((transform_image->columns == geometry.width) &&
width            2084 magick/transform.c   resize_image=ResizeImage(transform_image,geometry.width,geometry.height,
width            2279 magick/transform.c   Swap(page.width,page.height);
width            2417 magick/transform.c   Swap(page.width,page.height);
width            2419 magick/transform.c   if (page.width != 0)
width            2420 magick/transform.c     page.x=(ssize_t) (page.width-transverse_image->columns-page.x);
width            2465 magick/transform.c   if ((geometry.width == 0) || (geometry.height == 0))
width             762 magick/type.c      width,
width             840 magick/type.c      status=FcPatternGetInteger(font_set->fonts[i],FC_WIDTH,0,&width);
width             842 magick/type.c      if (width >= FC_WIDTH_ULTRACONDENSED)
width             844 magick/type.c      if (width >= FC_WIDTH_EXTRACONDENSED)
width             846 magick/type.c      if (width >= FC_WIDTH_CONDENSED)
width             848 magick/type.c      if (width >= FC_WIDTH_SEMICONDENSED)
width             850 magick/type.c      if (width >= FC_WIDTH_NORMAL)
width             852 magick/type.c      if (width >= FC_WIDTH_SEMIEXPANDED)
width             854 magick/type.c      if (width >= FC_WIDTH_EXPANDED)
width             856 magick/type.c      if (width >= FC_WIDTH_EXTRAEXPANDED)
width             858 magick/type.c      if (width >= FC_WIDTH_ULTRAEXPANDED)
width             400 magick/vision.c       if (x > (ssize_t) object[id].bounding_box.width)
width             401 magick/vision.c         object[id].bounding_box.width=(size_t) x;
width             447 magick/vision.c     object[i].bounding_box.width-=(object[i].bounding_box.x-1);
width             504 magick/vision.c             bounding_box.y+y-1,bounding_box.width+2,1,exception);
width             511 magick/vision.c           for (x=0; x < (ssize_t) bounding_box.width+2; x++)
width             541 magick/vision.c             bounding_box.y+y,bounding_box.width,1,exception);
width             548 magick/vision.c           for (x=0; x < (ssize_t) bounding_box.width; x++)
width             648 magick/vision.c         object[i].bounding_box.width=0;
width             686 magick/vision.c           if (x > (ssize_t) object[id].bounding_box.width)
width             687 magick/vision.c             object[id].bounding_box.width=(size_t) x;
width             699 magick/vision.c         object[i].bounding_box.width-=(object[i].bounding_box.x-1);
width             721 magick/vision.c           object[i].id,(double) object[i].bounding_box.width,(double)
width              72 magick/widget.c    (position.x < (int) (matte_info.x+matte_info.width+matte_info.bevel_width)) &&  \
width              77 magick/widget.c #define QuantumMargin   MagickMax(font_info->max_bounds.width,12)
width              82 magick/widget.c    (position.x < (int) window_info.width) &&  \
width             114 magick/widget.c     width,
width             244 magick/widget.c   x2=bevel_info->x+bevel_info->width;
width             321 magick/widget.c     width;
width             335 magick/widget.c     button_info->x,button_info->y,button_info->width,button_info->height);
width             342 magick/widget.c       x,y,button_info->width+(button_info->bevel_width << 1)+1,
width             349 magick/widget.c   crop_info.width=(unsigned short) button_info->width;
width             357 magick/widget.c   width=WidgetTextWidth(font_info,button_info->text);
width             360 magick/widget.c     x=button_info->x+(button_info->width >> 1)-(width >> 1);
width             363 magick/widget.c   if ((int) button_info->width == (QuantumMargin >> 1))
width             369 magick/widget.c       x=button_info->x+button_info->width+button_info->bevel_width+
width             462 magick/widget.c       matte_info->width,matte_info->height);
width             468 magick/widget.c         matte_info->x,matte_info->y,matte_info->width,matte_info->height);
width             517 magick/widget.c     width;
width             530 magick/widget.c     text_info->x,text_info->y,text_info->width,text_info->height);
width             537 magick/widget.c   width=text_info->width-(QuantumMargin >> 1);
width             551 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width             564 magick/widget.c           (int) width)
width             571 magick/widget.c             if (n <= (int) width)
width             592 magick/widget.c       width=WidgetTextWidth(font_info,text_info->marker);
width             594 magick/widget.c         window_info->annotate_context,x,y-font_info->ascent,width,height);
width             664 magick/widget.c   x2=triangle_info->x+triangle_info->width;
width             727 magick/widget.c   x1=triangle_info->x+triangle_info->width+triangle_info->bevel_width+
width             787 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             789 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width             897 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             899 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width             996 magick/widget.c     width;
width            1010 magick/widget.c       text_info->width,text_info->height,MagickFalse);
width            1014 magick/widget.c         text_info->y,text_info->width,text_info->height);
width            1025 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width            1032 magick/widget.c   width=WidgetTextWidth(font_info,text_info->text);
width            1035 magick/widget.c     x=text_info->x+(text_info->width >> 1)-(width >> 1);
width            1037 magick/widget.c     if (width > (text_info->width-QuantumMargin))
width            1038 magick/widget.c       x+=(text_info->width-QuantumMargin-width);
width            1212 magick/widget.c   widget_info->width=1;
width            1269 magick/widget.c     window_info->width-(x << 1),window_info->height-(y << 1));
width            1271 magick/widget.c     x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1);
width            1274 magick/widget.c     x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1));
width            1635 magick/widget.c     width;
width            1710 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            1711 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            1712 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            1713 magick/widget.c   if (WidgetTextWidth(font_info,ResetButtonText) > width)
width            1714 magick/widget.c     width=WidgetTextWidth(font_info,ResetButtonText);
width            1715 magick/widget.c   if (WidgetTextWidth(font_info,GrabButtonText) > width)
width            1716 magick/widget.c     width=WidgetTextWidth(font_info,GrabButtonText);
width            1717 magick/widget.c   width+=QuantumMargin;
width            1718 magick/widget.c   if (WidgetTextWidth(font_info,ColorPatternText) > width)
width            1719 magick/widget.c     width=WidgetTextWidth(font_info,ColorPatternText);
width            1720 magick/widget.c   if (WidgetTextWidth(font_info,ColornameText) > width)
width            1721 magick/widget.c     width=WidgetTextWidth(font_info,ColornameText);
width            1726 magick/widget.c   windows->widget.width=(unsigned int)
width            1727 magick/widget.c     (width+MagickMin((int) text_width,(int) MaxTextWidth)+6*QuantumMargin);
width            1729 magick/widget.c     (width+MinTextWidth+4*QuantumMargin);
width            1730 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            1731 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            1751 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            5649 magick/widget.c         cancel_info.width=width;
width            5652 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            5656 magick/widget.c         action_info.width=width;
width            5658 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            5662 magick/widget.c         back_info.width=width;
width            5667 magick/widget.c         reset_info.width=width;
width            5677 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            5679 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            5686 magick/widget.c         mode_info.width=(unsigned int)
width            5696 magick/widget.c         scroll_info.width=height;
width            5699 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            5705 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            5706 magick/widget.c         north_info.height=north_info.width-1;
width            5715 magick/widget.c         slider_info.width-=2;
width            5735 magick/widget.c         list_info.width=(unsigned int)
width            5748 magick/widget.c         text_info.width=reply_info.width;
width            5757 magick/widget.c         selection_info.width=list_info.width;
width            6283 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            6286 magick/widget.c         windows->widget.width=(unsigned int)
width            6287 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            6640 magick/widget.c     width;
width            6656 magick/widget.c   width=WidgetTextWidth(font_info,(char *) activity)+((3*QuantumMargin) >> 1)+4;
width            6658 magick/widget.c   if ((windows->info.width != width) || (windows->info.height != height))
width            6663 magick/widget.c       windows->info.width=width;
width            6665 magick/widget.c       window_changes.width=(int) width;
width            6685 magick/widget.c   monitor_info.width=windows->info.width-(margin << 1);
width            6761 magick/widget.c     width;
width            6821 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            6822 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            6823 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            6824 magick/widget.c   width+=QuantumMargin;
width            6829 magick/widget.c   window_info->width=(unsigned int) MagickMin((int) text_width,(int)
width            6832 magick/widget.c   if (window_info->width < window_info->min_width)
width            6833 magick/widget.c     window_info->width=window_info->min_width;
width            6852 magick/widget.c   window_changes.width=(int) window_info->width;
width            6882 magick/widget.c         cancel_info.width=width;
width            6885 magick/widget.c           (window_info->width-cancel_info.width-QuantumMargin-2);
width            6889 magick/widget.c         action_info.width=width;
width            6891 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            6900 magick/widget.c         reply_info.width=window_info->width-((4*QuantumMargin) >> 1);
width            6909 magick/widget.c         scroll_info.width=height;
width            6912 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            6918 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            6919 magick/widget.c         north_info.height=north_info.width-1;
width            6928 magick/widget.c         slider_info.width-=2;
width            6948 magick/widget.c         list_info.width=(unsigned int)
width            6966 magick/widget.c         text_info.width=reply_info.width;
width            6975 magick/widget.c         selection_info.width=list_info.width;
width            7310 magick/widget.c         if ((event.xconfigure.width == (int) window_info->width) &&
width            7313 magick/widget.c         window_info->width=(unsigned int)
width            7314 magick/widget.c           MagickMax(event.xconfigure.width,(int) window_info->min_width);
width            7663 magick/widget.c     width;
width            7695 magick/widget.c   windows->widget.width=submenu_info.active == 0 ?
width            7699 magick/widget.c     width=WidgetTextWidth(font_info,(char *) selections[id]);
width            7700 magick/widget.c     if (width > windows->widget.width)
width            7701 magick/widget.c       windows->widget.width=width;
width            7707 magick/widget.c   width=WidgetTextWidth(font_info,(char *) title);
width            7712 magick/widget.c   windows->widget.width+=QuantumMargin+(menu_info.bevel_width << 1);
width            7715 magick/widget.c   windows->widget.min_width=windows->widget.width;
width            7722 magick/widget.c         windows->command.x+windows->command.width-QuantumMargin;
width            7737 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            7763 magick/widget.c         menu_info.width=windows->widget.width-((menu_info.bevel_width) << 1);
width            7769 magick/widget.c         selection_info.width=menu_info.width;
width            7774 magick/widget.c         highlight_info.width-=(highlight_info.bevel_width << 1);
width            7790 magick/widget.c               (int) selection_info.width,y-1);
width            7794 magick/widget.c               (int) selection_info.width,y);
width            7829 magick/widget.c           (int) selection_info.width,y-1);
width            7833 magick/widget.c           (int) selection_info.width,y);
width            7893 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            7896 magick/widget.c         windows->widget.width=(unsigned int)
width            7897 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8098 magick/widget.c     width;
width            8129 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            8132 magick/widget.c     if (WidgetTextWidth(font_info,(char *) text) > width)
width            8133 magick/widget.c       width=WidgetTextWidth(font_info,(char *) text);
width            8138 magick/widget.c         if (WidgetTextWidth(font_info,(char *) text) > width)
width            8139 magick/widget.c           width=WidgetTextWidth(font_info,(char *) text);
width            8145 magick/widget.c   windows->widget.width=width+4*QuantumMargin;
width            8146 magick/widget.c   windows->widget.min_width=width+QuantumMargin;
width            8147 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8148 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8165 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8189 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            8193 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            8203 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            8204 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8210 magick/widget.c             width=WidgetTextWidth(font_info,(char *) description);
width            8211 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8290 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8293 magick/widget.c         windows->widget.width=(unsigned int)
width            8294 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8443 magick/widget.c     width;
width            8479 magick/widget.c   width=WidgetTextWidth(font_info,ApplyButtonText);
width            8480 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            8481 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            8482 magick/widget.c   width+=(unsigned int) QuantumMargin;
width            8487 magick/widget.c   windows->widget.width=(unsigned int) (MagickMax((int) (width << 1),
width            8489 magick/widget.c   windows->widget.min_width=(width << 1)+QuantumMargin;
width            8490 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8491 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8510 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8531 magick/widget.c         cancel_info.width=width;
width            8533 magick/widget.c         cancel_info.x=(int) windows->widget.width-cancel_info.width-
width            8538 magick/widget.c         apply_info.width=width;
width            8547 magick/widget.c           preferences_info[i].width=(unsigned int) QuantumMargin >> 1;
width            8573 magick/widget.c         cache_info.width=(unsigned int) QuantumMargin >> 1;
width            8634 magick/widget.c             x=cache_info.x+cache_info.width+cache_info.bevel_width+
width            8637 magick/widget.c             width=WidgetTextWidth(font_info,cache);
width            8638 magick/widget.c             (void) XClearArea(display,windows->widget.id,x,y,width,height,
width            8708 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8711 magick/widget.c         windows->widget.width=(unsigned int)
width            8712 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8868 magick/widget.c     width;
width            8894 magick/widget.c   width=(unsigned int) (((offset+1)*(windows->info.width-
width            8896 magick/widget.c   if (width < monitor_info.width)
width            8902 magick/widget.c   monitor_info.width=width;
width            8966 magick/widget.c     width;
width            9026 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            9027 magick/widget.c   width+=QuantumMargin;
width            9032 magick/widget.c   windows->widget.width=(unsigned int) (MagickMin((int) text_width,
width            9035 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            9036 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            9055 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            9086 magick/widget.c         dismiss_info.width=width;
width            9088 magick/widget.c         dismiss_info.x=(int) windows->widget.width-dismiss_info.width-
width            9097 magick/widget.c         scroll_info.width=height;
width            9100 magick/widget.c         scroll_info.x=(int) windows->widget.width-QuantumMargin-
width            9101 magick/widget.c           scroll_info.width;
width            9107 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            9108 magick/widget.c         north_info.height=north_info.width-1;
width            9117 magick/widget.c         slider_info.width-=2;
width            9139 magick/widget.c         list_info.width=(unsigned int) scroll_info.x-((3*QuantumMargin) >> 1);
width            9148 magick/widget.c         selection_info.width=list_info.width;
width            9435 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            9438 magick/widget.c         windows->widget.width=(unsigned int)
width            9439 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width             114 magick/xwindow-private.h     width,
width             170 magick/xwindow-private.h     width,
width             382 magick/xwindow-private.h     width,
width             478 magick/xwindow.c     width;
width             502 magick/xwindow.c   annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width,
width             526 magick/xwindow.c   annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width,
width             537 magick/xwindow.c   annotate_image->columns=annotate_info->width;
width             542 magick/xwindow.c   width=(unsigned int) image->columns;
width             546 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             601 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             602 magick/xwindow.c   if ((width != (unsigned int) annotate_image->columns) ||
width             612 magick/xwindow.c         width,height);
width             679 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             889 magick/xwindow.c     width;
width             905 magick/xwindow.c   window->width=MaxIconSize;
width             932 magick/xwindow.c   width=(unsigned int) image->columns;
width             936 magick/xwindow.c     (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height);
width             940 magick/xwindow.c   scale_factor=(MagickRealType) icon_size->max_width/width;
width             946 magick/xwindow.c     if (icon_width >= (unsigned int) (scale_factor*width+0.5))
width             958 magick/xwindow.c   window->width=icon_width;
width            1710 magick/xwindow.c   limit=XDisplayWidth(display,window_info->screen)-window_info->width;
width            1960 magick/xwindow.c     windows->image.ximage->width,windows->image.ximage->height);
width            2157 magick/xwindow.c     ((size_t) (ximage->width*ximage->bits_per_pixel) >> 3));
width            2260 magick/xwindow.c     width;
width            2285 magick/xwindow.c   draw_pixmap=XCreatePixmap(display,root_window,draw_info->width,
width            2302 magick/xwindow.c   (void) XFillRectangle(display,draw_pixmap,draw_context,0,0,draw_info->width,
width            2335 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2343 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2352 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2361 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2391 magick/xwindow.c   draw_ximage=XGetImage(display,draw_pixmap,0,0,draw_info->width,
width            2402 magick/xwindow.c   draw_image->columns=draw_info->width;
width            2407 magick/xwindow.c   width=(unsigned int) image->columns;
width            2411 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2463 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2464 magick/xwindow.c   if ((width != (unsigned int) draw_image->columns) ||
width            2474 magick/xwindow.c         width,height);
width            2563 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2843 magick/xwindow.c   annotate_info->width=0;
width            3994 magick/xwindow.c   crop_info.width=(size_t) window_attributes.width;
width            4003 magick/xwindow.c       crop_info.width+=(size_t) (window_attributes.border_width << 1);
width            4011 magick/xwindow.c       crop_info.width+=crop_info.x;
width            4020 magick/xwindow.c   if ((int) (crop_info.x+crop_info.width) > display_width)
width            4021 magick/xwindow.c     crop_info.width=(size_t) (display_width-crop_info.x);
width            4050 magick/xwindow.c   window_info[id].bounds.x2=(short) (crop_info.x+(int) crop_info.width-1);
width            4166 magick/xwindow.c           (unsigned int) window_info[id].crop_info.width,(unsigned int)
width            4273 magick/xwindow.c         composite_image->columns=(size_t) ximage->width;
width            4589 magick/xwindow.c   window->width=1;
width            4663 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4666 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4669 magick/xwindow.c     (int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4757 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4760 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4763 magick/xwindow.c     1,(int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4846 magick/xwindow.c   crop_info.width=0;
width            4938 magick/xwindow.c       crop_info.width=(size_t) window_attributes.width;
width            4947 magick/xwindow.c           crop_info.width+=window_attributes.border_width << 1;
width            4988 magick/xwindow.c       if ((crop_info.width != 0) && (crop_info.height != 0))
width            5346 magick/xwindow.c   unsigned int width,unsigned int height)
width            5348 magick/xwindow.c #define CheckOverflowException(length,width,height) \
width            5349 magick/xwindow.c   (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width            5366 magick/xwindow.c   assert(width != 0);
width            5368 magick/xwindow.c   if ((window->width == 0) || (window->height == 0))
width            5406 magick/xwindow.c       if ((width != (unsigned int) window->image->columns) ||
width            5419 magick/xwindow.c               resize_image=ResizeImage(window->image,width,height,
width            5424 magick/xwindow.c                 resize_image=SampleImage(window->image,width,height,
width            5427 magick/xwindow.c                 resize_image=ThumbnailImage(window->image,width,height,
width            5438 magick/xwindow.c       width=(unsigned int) window->image->columns;
width            5439 magick/xwindow.c       assert((size_t) width == window->image->columns);
width            5458 magick/xwindow.c         (char *) NULL,&segment_info[1],width,height);
width            5534 magick/xwindow.c       (char *) NULL,width,height,XBitmapPad(display),0);
width            5548 magick/xwindow.c         ximage->width,ximage->height);
width            5632 magick/xwindow.c         ((int) width <= XDisplayWidth(display,window->screen)) &&
width            5639 magick/xwindow.c           (char *) NULL,width,height,XBitmapPad(display),0);
width            5644 magick/xwindow.c               "  width, height: %dx%d",matte_image->width,matte_image->height);
width            5701 magick/xwindow.c       window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1);
width            5718 magick/xwindow.c             window->matte_image,0,0,0,0,width,height);
width            5845 magick/xwindow.c   scanline_pad=(unsigned int) (ximage->bytes_per_line-((ximage->width*
width            6309 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            6454 magick/xwindow.c     ((ximage->width*ximage->bits_per_pixel) >> 3));
width            6922 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            7018 magick/xwindow.c     width;
width            7032 magick/xwindow.c   while ((magnify*windows->image.ximage->width) < windows->magnify.width)
width            7036 magick/xwindow.c   while (magnify > windows->magnify.width)
width            7068 magick/xwindow.c   width=(unsigned int) windows->magnify.ximage->width;
width            7071 magick/xwindow.c       (windows->magnify.x >= windows->image.ximage->width))
width            7072 magick/xwindow.c     windows->magnify.x=windows->image.ximage->width >> 1;
width            7073 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7077 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7078 magick/xwindow.c       x=ximage->width-width/magnify;
width            7090 magick/xwindow.c     ((width*windows->magnify.ximage->bits_per_pixel) >> 3));
width            7139 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7211 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7272 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7306 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7326 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7328 magick/xwindow.c     x=(int) ((width >> 1)-windows->magnify.x*magnify);
width            7330 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7331 magick/xwindow.c       x=(int) ((ximage->width-windows->magnify.x)*magnify-(width >> 1));
width            7344 magick/xwindow.c       windows->magnify.annotate_context,0,0,width,height);
width            7346 magick/xwindow.c     windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x,
width            7348 magick/xwindow.c   if ((magnify > 1) && ((magnify <= (width >> 1)) &&
width            7357 magick/xwindow.c       highlight_info.x=(ssize_t) windows->magnify.width >> 1;
width            7359 magick/xwindow.c       highlight_info.width=magnify;
width            7363 magick/xwindow.c         (int) highlight_info.y,(unsigned int) highlight_info.width-1,
width            7368 magick/xwindow.c           (int) highlight_info.y+1,(unsigned int) highlight_info.width-3,
width            7398 magick/xwindow.c   x=windows->magnify.font_info->max_bounds.width >> 1;
width            7454 magick/xwindow.c     width;
width            7481 magick/xwindow.c   width=(unsigned int) window->ximage->width;
width            7483 magick/xwindow.c   window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth);
width            7498 magick/xwindow.c       window->ximage,0,0,0,0,width,height,MagickTrue);
width            7502 magick/xwindow.c       window->ximage,0,0,0,0,width,height);
width            7507 magick/xwindow.c         width,height);
width            8252 magick/xwindow.c   size_hints->width=(int) window_info->width;
width            8259 magick/xwindow.c       size_hints->min_width=size_hints->width;
width            8261 magick/xwindow.c       size_hints->max_width=size_hints->width;
width            8299 magick/xwindow.c         size_hints->width,size_hints->height);
width            8311 magick/xwindow.c         &size_hints->width,&size_hints->height,&gravity);
width            8327 magick/xwindow.c       (unsigned int) size_hints->width,(unsigned int) size_hints->height,
width            8351 magick/xwindow.c       window_changes.width=(int) window_info->width;
width            8375 magick/xwindow.c         width;
width            8383 magick/xwindow.c         &manager_hints->icon_y,&width,&height,&gravity);
width            8675 magick/xwindow.c     width;
width            8689 magick/xwindow.c       width=(unsigned int) event->xexpose.width;
width            8702 magick/xwindow.c       width=window->width;
width            8717 magick/xwindow.c   if ((window->ximage->width-(x+window->x)) < (int) width)
width            8718 magick/xwindow.c     width=(unsigned int) (window->ximage->width-(x+window->x));
width            8730 magick/xwindow.c           window->annotate_context,x+window->x,y+window->y,width,height,x,y);
width            8733 magick/xwindow.c           window->highlight_context,x+window->x,y+window->y,width,height,x,y,
width            8741 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height,MagickTrue);
width            8745 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height);
width            8882 magick/xwindow.c     width;
width            8997 magick/xwindow.c   annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,(int)
width            9000 magick/xwindow.c   metrics->pixels_per_em.x=(double) font_info->max_bounds.width;
width            9004 magick/xwindow.c   metrics->width=annotate_info.width/ExpandAffine(&draw_info->affine);
width            9006 magick/xwindow.c   metrics->max_advance=(double) font_info->max_bounds.width;
width            9020 magick/xwindow.c   width=annotate_info.width;
width            9030 magick/xwindow.c     "%.20gx%.20g%+.20g%+.20g",(double) width,(double) height,
width            9186 magick/xwindow.c   crop_info->width=0;
width            9194 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9196 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9204 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9206 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9220 magick/xwindow.c         crop_info->width=0;
width            9242 magick/xwindow.c           crop_info->width=(size_t) (x_offset-crop_info->x);
width            9245 magick/xwindow.c             crop_info->width=(size_t) (crop_info->x-x_offset);
width            9263 magick/xwindow.c   if ((crop_info->width*crop_info->height) < MinimumCropArea)
width            9265 magick/xwindow.c       crop_info->width=0;
width            9268 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             242 wand/deprecate.c       pixel_view->pixel_wands[i],pixel_view->region.width);
width             297 wand/deprecate.c     pixel_view->region.width,pixel_view->number_threads);
width             417 wand/deprecate.c       source->region.width,1,source->exception);
width             424 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             427 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             431 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             435 wand/deprecate.c       duplex->region.width,1,duplex->exception);
width             442 wand/deprecate.c     for (x=0; x < (ssize_t) duplex->region.width; x++)
width             445 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             449 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             453 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width             460 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             464 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             468 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             473 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             477 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             674 wand/deprecate.c       source->region.width,1,source->exception);
width             681 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             684 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             688 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             797 wand/deprecate.c   return(pixel_view->region.width);
width            2414 wand/deprecate.c   const size_t width,const size_t height,const ssize_t x,
width            2417 wand/deprecate.c   return(MagickGetImageRegion(wand,width,height,x,y));
width            2578 wand/deprecate.c   pixel_view->region.width=wand->images->columns;
width            2581 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2619 wand/deprecate.c   const ssize_t y,const size_t width,const size_t height)
width            2638 wand/deprecate.c   pixel_view->region.width=width;
width            2643 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2811 wand/deprecate.c       y,destination->region.width,1,exception);
width            2822 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2825 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2955 wand/deprecate.c       source->region.width,1,source->exception);
width            2962 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            2965 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2969 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2973 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width            2980 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2983 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2987 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2992 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2996 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            3111 wand/deprecate.c       source->region.width,1,exception);
width            3120 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3123 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            3128 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3131 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             442 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             875 wand/drawing-wand.c   const double width,const double height,MagickWand *magick_wand)
width             942 wand/drawing-wand.c     mode,x,y,width,height,media_type);
width            4052 wand/drawing-wand.c     (double) wand->pattern_bounds.width,(double) wand->pattern_bounds.height,
width            4059 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            4179 wand/drawing-wand.c   const char *pattern_id,const double x,const double y,const double width,
width            4195 wand/drawing-wand.c     x,y,width,height);
width            4200 wand/drawing-wand.c   wand->pattern_bounds.width=(size_t) floor(width+0.5);
width            6733 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             368 wand/magick-image.c   const size_t width,const size_t height,const ssize_t offset)
width             379 wand/magick-image.c   threshold_image=AdaptiveThresholdImage(wand->images,width,height,offset,
width            1116 wand/magick-image.c   const PixelWand *bordercolor,const size_t width,const size_t height)
width            1130 wand/magick-image.c   border_info.width=width;
width            1288 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,const ssize_t y)
width            1302 wand/magick-image.c   chop.width=width;
width            2400 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,const ssize_t y)
width            2414 wand/magick-image.c   crop.width=width;
width            3388 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,const ssize_t y)
width            3402 wand/magick-image.c   extent.width=width;
width            3722 wand/magick-image.c   const PixelWand *matte_color,const size_t width,const size_t height,
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            5734 wand/magick-image.c   size_t *width,size_t *height,ssize_t *x,ssize_t *y)
width            5742 wand/magick-image.c   *width=wand->images->page.width;
width            5929 wand/magick-image.c WandExport MagickWand *MagickGetImageRegion(MagickWand *wand,const size_t width,
width            5944 wand/magick-image.c   region.width=width;
width            7643 wand/magick-image.c WandExport MagickBooleanType MagickNewImage(MagickWand *wand,const size_t width,
width            7657 wand/magick-image.c   images=NewMagickImage(wand->image_info,width,height,&pixel);
width            8614 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,const ssize_t y,
width            8629 wand/magick-image.c   raise_info.width=width;
width            10904 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,const ssize_t y)
width            10912 wand/magick-image.c   wand->images->page.width=width;
width            11544 wand/magick-image.c   shave_info.width=columns;
width            12002 wand/magick-image.c   const size_t width,const size_t height,const ssize_t x,
width            12017 wand/magick-image.c   splice.width=width;
width            12109 wand/magick-image.c   const StatisticType type,const size_t width,const size_t height)
width            12114 wand/magick-image.c   status=MagickStatisticImageChannel(wand,DefaultChannels,type,width,height);
width            12119 wand/magick-image.c   const ChannelType channel,const StatisticType type,const size_t width,
width            12131 wand/magick-image.c   statistic_image=StatisticImageChannel(wand->images,channel,type,width,height,
width            1231 wand/magick-property.c   size_t *width,size_t *height,ssize_t *x,ssize_t *y)
width            1242 wand/magick-property.c   *width=geometry.width;
width            1578 wand/magick-property.c   *columns=geometry.width;
width            2542 wand/magick-property.c   const size_t width,const size_t height,const ssize_t x,
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             752 wand/mogrify.c             mogrify_image=AdaptiveResizeImage(*image,geometry.width,
width            1243 wand/mogrify.c             extent=kernel_info->width*kernel_info->height;
width            1263 wand/mogrify.c             if (((geometry.width != 0) || (geometry.height != 0)) &&
width            1395 wand/mogrify.c                  resize_args[0]=(double) geometry.width;
width            1552 wand/mogrify.c             if (geometry.width == 0)
width            1553 wand/mogrify.c               geometry.width=(*image)->columns;
width            1668 wand/mogrify.c             frame_info.width=geometry.width;
width            1672 wand/mogrify.c             frame_info.x=(ssize_t) frame_info.width;
width            1674 wand/mogrify.c             frame_info.width=(*image)->columns+2*frame_info.width;
width            1792 wand/mogrify.c               mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            1902 wand/mogrify.c             mogrify_image=InterpolativeResizeImage(*image,geometry.width,
width            2068 wand/mogrify.c             mogrify_image=LiquidRescaleImage(*image,geometry.width,
width            2668 wand/mogrify.c             mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            2719 wand/mogrify.c             mogrify_image=SampleImage(*image,geometry.width,geometry.height,
width            2730 wand/mogrify.c             mogrify_image=ScaleImage(*image,geometry.width,geometry.height,
width            3088 wand/mogrify.c             mogrify_image=ThumbnailImage(*image,geometry.width,geometry.height,
width            7276 wand/mogrify.c               (unsigned long) geometry.width,(unsigned long) geometry.height);
width            7279 wand/mogrify.c                 (unsigned long) geometry.width,(unsigned long) geometry.height,
width            8377 wand/mogrify.c                 geometry.width=source->page.width != 0 ?
width            8378 wand/mogrify.c                   source->page.width : source->columns;
width            8381 wand/mogrify.c                 GravityAdjustGeometry((*images)->page.width != 0 ?
width            8382 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             404 wand/pixel-iterator.c   const ssize_t x,const ssize_t y,const size_t width,const size_t height)
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             837 wand/wand-view.c   const ssize_t y,const size_t width,const size_t height)
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++)