width             163 Magick++/demo/zoom.cpp                      (image.columns()*((double)resample.width()/density.width())+0.5),
width              30 Magick++/lib/Geometry.cpp 	  ( left_.width()       == right_.width() ) &&
width              58 Magick++/lib/Geometry.cpp 	  ( left_.width() * left_.height() )
width              60 Magick++/lib/Geometry.cpp 	  ( right_.width() * right_.height() )
width             382 Magick++/lib/Geometry.cpp   rectangle.width = _width;
width             314 Magick++/lib/Image.cpp   size_t width = columns();
width             319 Magick++/lib/Image.cpp                      &width, &height );
width             324 Magick++/lib/Image.cpp     AdaptiveResizeImage( constImage(), width, height, &exceptionInfo );
width             461 Magick++/lib/Image.cpp       if ( boundingArea_.width() == 0 || boundingArea_.height() == 0 )
width             807 Magick++/lib/Image.cpp   kernel_info->width=order_;
width             853 Magick++/lib/Image.cpp   size_t width = columns();
width             858 Magick++/lib/Image.cpp                       &width, &height );
width            1137 Magick++/lib/Image.cpp   geometry.width = geometry_.width();
width            1317 Magick++/lib/Image.cpp   info.x           = static_cast<ssize_t>(geometry_.width());
width            1319 Magick++/lib/Image.cpp   info.width       = columns() + ( static_cast<size_t>(info.x) << 1 );
width            1341 Magick++/lib/Image.cpp   info.width       = columns() + ( static_cast<size_t>(info.x) << 1 );
width            1593 Magick++/lib/Image.cpp   size_t width = columns();
width            1598 Magick++/lib/Image.cpp                      &width, &height );
width            1603 Magick++/lib/Image.cpp   LiquidRescaleImage( image(), width, height, x, y, &exceptionInfo );
width            1925 Magick++/lib/Image.cpp   geometry.width = columns_;
width            2129 Magick++/lib/Image.cpp   size_t width = columns();
width            2134 Magick++/lib/Image.cpp                      &width, &height );
width            2140 Magick++/lib/Image.cpp                width,
width            2199 Magick++/lib/Image.cpp   size_t width = columns();
width            2204 Magick++/lib/Image.cpp 		      &width, &height );
width            2209 Magick++/lib/Image.cpp     SampleImage( image(), width, height, &exceptionInfo );
width            2220 Magick++/lib/Image.cpp   size_t width = columns();
width            2225 Magick++/lib/Image.cpp 		      &width, &height );
width            2230 Magick++/lib/Image.cpp     ScaleImage( image(), width, height, &exceptionInfo );
width            2691 Magick++/lib/Image.cpp   size_t width = columns();
width            2696 Magick++/lib/Image.cpp                      &width, &height );
width            2701 Magick++/lib/Image.cpp     ResizeImage( constImage(), width, height, image()->filter, image()->blur,
width            3222 Magick++/lib/Image.cpp       image()->x_resolution = density_.width();
width            3229 Magick++/lib/Image.cpp           image()->y_resolution = density_.width();
width            3808 Magick++/lib/Image.cpp   return Geometry( constImage()->page.width,
width            3952 Magick++/lib/Image.cpp   image()->columns = geometry_.width();
width             720 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width             724 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width            1461 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width            1465 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width            1856 Magick++/lib/Magick++/Drawable.h   void width( double width_ )
width            1860 Magick++/lib/Magick++/Drawable.h   double width( void ) const
width              46 Magick++/lib/Magick++/Geometry.h     void          width ( size_t width_ );
width              47 Magick++/lib/Magick++/Geometry.h     size_t  width ( void ) const;
width             136 Magick++/lib/Magick++/Image.h     void            adaptiveThreshold ( const size_t width,
width              40 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             210 coders/aai.c       width=ReadBlobLSBLong(image);
width             212 coders/aai.c       if ((width != 0UL) && (height != 0UL))
width             229 coders/aai.c     } while ((width != 0UL) && (height != 0UL));
width             115 coders/avs.c       width;
width             144 coders/avs.c     width=ReadBlobMSBLong(image);
width             148 coders/avs.c     if ((width == 0UL) || (height == 0UL))
width             155 coders/avs.c       image->columns=width;
width             208 coders/avs.c       width=ReadBlobMSBLong(image);
width             210 coders/avs.c       if ((width != 0UL) && (height != 0UL))
width             227 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             621 coders/bmp.c           bmp_info.width=(ssize_t) ((short) ReadBlobLSBShort(image));
width             636 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             647 coders/bmp.c           bmp_info.width=(ssize_t) ((int) ReadBlobLSBLong(image));
width             664 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             824 coders/bmp.c       if (bmp_info.width <= 0)
width             860 coders/bmp.c       image->columns=(size_t) MagickAbsoluteValue(bmp_info.width);
width            1653 coders/bmp.c       bmp_info.width=(ssize_t) image->columns;
width            1962 coders/bmp.c           (void) WriteBlobLSBShort(image,(unsigned short) bmp_info.width);
width            1973 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             171 coders/caption.c       width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             172 coders/caption.c       image->columns=width;
width             210 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             214 coders/caption.c             if ((width >= image->columns) && (height >= image->rows))
width             218 coders/caption.c           if (((image->columns != 0) && (width >= image->columns)) ||
width             235 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             239 coders/caption.c             if ((width < image->columns) && (height < image->rows))
width             245 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            2855 coders/dcm.c       width,
width            2932 coders/dcm.c     width=0;
width            3208 coders/dcm.c               width=datum;
width            3463 coders/dcm.c     if ((width == 0) || (height == 0))
width            3465 coders/dcm.c     image->columns=(size_t) width;
width            3642 coders/dcm.c       image->columns=(size_t) width;
width             136 coders/dds.c       width,
width             385 coders/dds.c       image->columns = dds_info.width;
width             434 coders/dds.c     dds_info->width = ReadBlobLSBLong(image);
width             527 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width             530 coders/dds.c         q = QueueAuthenticPixels(image, x, y, Min(4, dds_info->width - x),
width             548 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width             608 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width             611 coders/dds.c         q = QueueAuthenticPixels(image, x, y, Min(4, dds_info->width - x),
width             633 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width             702 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width             705 coders/dds.c         q = QueueAuthenticPixels(image, x, y, Min(4, dds_info->width - x),
width             730 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width             781 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width             786 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width             822 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width             827 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width             871 coders/dds.c         w = DIV2(dds_info->width);
width             910 coders/dds.c         w = DIV2(dds_info->width);
width              80 coders/dib.c       width,
width             527 coders/dib.c     dib_info.width=(short) ReadBlobLSBLong(image);
width             545 coders/dib.c     image->columns=(size_t) MagickAbsoluteValue(dib_info.width);
width             569 coders/dib.c           if ((geometry.width != 0) && (geometry.width < image->columns))
width             570 coders/dib.c             image->columns=geometry.width;
width            1040 coders/dib.c     dib_info.width=(ssize_t) image->columns;
width            1236 coders/dib.c     (void) WriteBlobLSBLong(image,dib_info.width);
width             637 coders/djvu.c              info.width=(int) (info.width*image->x_resolution/info.dpi);
width             649 coders/djvu.c          image->columns=(size_t) info.width;
width             679 coders/djvu.c          get_page_image(lc, lc->page, 0, 0, info.width, info.height, image_info);
width             888 coders/djvu.c    if ((image->page.width == 0) && (image->page.height == 0))
width             890 coders/djvu.c        image->page.width = image->columns+image->page.x;
width             254 coders/dps.c     dps_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             324 coders/dps.c     image->columns=(size_t) dps_image->width;
width             491 coders/dps.c             matte_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             331 coders/emf.c     *width=512;
width             354 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             395 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             420 coders/emf.c     *width=mp.xExt;
width             469 coders/emf.c       width,
width             473 coders/emf.c     hemf=ReadEnhMetaFile(image_info->filename,&width,&height);
width             497 coders/emf.c         image->columns=(size_t) ((width/1000.0/CENTIMETERS_INCH)*
width             505 coders/emf.c         image->columns=width;
width             207 coders/fpx.c       width;
width             256 coders/fpx.c         &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
width             284 coders/fpx.c         aspect_ratio=(float) width/height;
width             288 coders/fpx.c         if (width != (size_t) floor((aspect_ratio*height)+0.5))
width             289 coders/fpx.c           Swap(width,height);
width             349 coders/fpx.c       if (((width >> i) < tile_width) || ((height >> i) < tile_height))
width             355 coders/fpx.c         width>>=1;
width             360 coders/fpx.c       while ((width > image->columns) || (height > image->rows))
width             362 coders/fpx.c         width>>=1;
width             367 coders/fpx.c     image->columns=width;
width            1064 coders/fpx.c         view_rect.width=aspect_ratio-0.2;
width            1041 coders/gif.c     page.width=ReadBlobLSBShort(image);
width            1265 coders/gif.c       image->page.width=page.width;
width            1565 coders/gif.c     page.width=image->columns;
width            1566 coders/gif.c     if (image->page.width > page.width)
width            1567 coders/gif.c       page.width=image->page.width;
width            1573 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             347 coders/hdr.c                       width;
width             349 coders/hdr.c                     (void) sscanf(value,"%d +X %d",&height,&width);
width             350 coders/hdr.c                     image->columns=(size_t) width;
width             247 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              84 coders/icon.c      width,
width             118 coders/icon.c      width,
width             238 coders/icon.c      icon_file.directory[i].width=(unsigned char) ReadBlobByte(image);
width             259 coders/icon.c      icon_info.width=(unsigned char) ((int) ReadBlobLSBLong(image));
width             321 coders/icon.c          image->columns=(size_t) icon_file.directory[i].width;
width             322 coders/icon.c          if ((ssize_t) image->columns > icon_info.width)
width             323 coders/icon.c            image->columns=(size_t) icon_info.width;
width             339 coders/icon.c                "   width  = %.20g",(double) icon_file.directory[i].width);
width             842 coders/icon.c      (void) WriteBlobByte(image,icon_file.directory[scene].width);
width             893 coders/icon.c          icon_file.directory[scene].width=0;
width             964 coders/icon.c          icon_info.width=(ssize_t) next->columns;
width             971 coders/icon.c          icon_info.size+=(((icon_info.width+31) & ~31) >> 3)*icon_info.height;
width            1146 coders/icon.c          icon_file.directory[scene].width=(unsigned char) icon_info.width;
width            1156 coders/icon.c          (void) WriteBlobLSBLong(image,(unsigned int) icon_info.width);
width            1249 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             332 coders/ipl.c        if(image->columns != ipl_info.width){
width             576 coders/ipl.c     ipl_info.width = (unsigned int) image->columns;
width             586 coders/ipl.c       ((image->depth)/8)*ipl_info.height*ipl_info.width*ipl_info.colors*ipl_info.z);
width             607 coders/ipl.c     (void) WriteBlobLong(image, ipl_info.width);
width             519 coders/jp2.c         width;
width             521 coders/jp2.c       width=(size_t) (jas_image_cmptwidth(jp2_image,components[i])*
width             527 coders/jp2.c       if ((width != image->columns) || (height != image->rows) ||
width             936 coders/jp2.c       component_info[i].width=(unsigned int) image->columns;
width             157 coders/jpeg.c      width,
width            1687 coders/jpeg.c    table->width=StringToUnsignedLong(attribute);
width            1688 coders/jpeg.c    if (table->width == 0)
width            1747 coders/jpeg.c    length=(size_t) table->width*table->height;
width            1755 coders/jpeg.c    for (i=0; i < (ssize_t) (table->width*table->height); i++)
width             114 coders/label.c     width;
width             137 coders/label.c       image->columns=(size_t) (metrics.width+draw_info->stroke_width+0.5);
width             159 coders/label.c           width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             163 coders/label.c               if ((width >= image->columns) && (height >= image->rows))
width             167 coders/label.c             if (((image->columns != 0) && (width >= image->columns)) ||
width             180 coders/label.c           width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             184 coders/label.c               if ((width < image->columns) && (height < image->rows))
width             190 coders/label.c             if (((image->columns != 0) && (width < image->columns)) ||
width             206 coders/label.c     image->columns=(size_t) (metrics.width+draw_info->stroke_width+0.5);
width            2089 coders/miff.c      if ((image->page.width != 0) || (image->page.height != 0))
width            2092 coders/miff.c            "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width            1166 coders/mpc.c       if ((image->page.width != 0) || (image->page.height != 0))
width            1169 coders/mpc.c             "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width             656 coders/msl.c       width;
width             886 coders/msl.c                           geometry.height=geometry.width;
width            1071 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            1305 coders/msl.c                           geometry.height=geometry.width;
width            1329 coders/msl.c                         geometry.width=StringToLong(value);
width            1531 coders/msl.c                           geometry.height=geometry.width;
width            1555 coders/msl.c                         geometry.width=StringToLong(value);
width            1672 coders/msl.c                           geometry.height=geometry.width;
width            1857 coders/msl.c                           geometry.height=geometry.width;
width            1995 coders/msl.c                          width=composite_image->columns;
width            1997 coders/msl.c                            for (x=0; x < (ssize_t) image->columns; x+=(ssize_t) width)
width            2181 coders/msl.c                         geometry.width=StringToLong(value);
width            2474 coders/msl.c                           geometry.height=geometry.width;
width            2663 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3046 coders/msl.c                           geometry.height=geometry.width;
width            3047 coders/msl.c                         frame_info.width=geometry.width;
width            3098 coders/msl.c                         frame_info.width=StringToLong(value);
width            3113 coders/msl.c             frame_info.x=(ssize_t) frame_info.width;
width            3115 coders/msl.c             frame_info.width=msl_info->image[n]->columns+2*frame_info.x;
width            3705 coders/msl.c                           geometry.height=geometry.width;
width            4637 coders/msl.c                           geometry.height=geometry.width;
width            4821 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            4848 coders/msl.c                   metrics.width);
width            4907 coders/msl.c                           geometry.height=geometry.width;
width            4948 coders/msl.c                         geometry.width=StringToLong(value);
width            5076 coders/msl.c           width=msl_info->image[n]->page.width;
width            5111 coders/msl.c                     geometry.height=geometry.width;
width            5112 coders/msl.c                   width=geometry.width;
width            5127 coders/msl.c                       if ((width == 0) && (geometry.x > 0))
width            5128 coders/msl.c                         width=msl_info->image[n]->columns+geometry.x;
width            5158 coders/msl.c               width = StringToLong( value );
width            5194 coders/msl.c            msl_info->image[n]->page.width=width;
width            5294 coders/msl.c           width=(size_t) (x_resolution*msl_info->image[n]->columns/
width            5300 coders/msl.c           resample_image=ResizeImage(msl_info->image[n],width,height,
width            5400 coders/msl.c                         geometry.width=StringToLong(value);
width            5415 coders/msl.c             resize_image=ResizeImage(msl_info->image[n],geometry.width,
width            5455 coders/msl.c                           geometry.height=geometry.width;
width            5505 coders/msl.c           width=msl_info->image[n]->columns;
width            5529 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            5760 coders/msl.c                         geometry.width=StringToLong(value);
width            5775 coders/msl.c             sample_image=SampleImage(msl_info->image[n],geometry.width,
width            5836 coders/msl.c                         geometry.width=StringToLong(value);
width            5851 coders/msl.c             scale_image=ScaleImage(msl_info->image[n],geometry.width,
width            6083 coders/msl.c                     (double) geometry.width,(double) geometry.height);
width            6086 coders/msl.c                       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,
width            6373 coders/msl.c           width = height = 0;
width            6396 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            6418 coders/msl.c               width = StringToLong( value );
width            6442 coders/msl.c           rectInfo.width = width;
width            7186 coders/msl.c             rectInfo.height = rectInfo.width = 0;
width             357 coders/pango.c       image->columns=(extent.x+extent.width+PANGO_SCALE/2)/PANGO_SCALE+2*page.x;
width             440 coders/pcd.c       p=pixels+(height-1-y)*scaled_width+(width-1);
width             441 coders/pcd.c       q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1);
width             444 coders/pcd.c       for (x=1; x < (ssize_t) width; x++)
width             457 coders/pcd.c       for (x=0; x < (ssize_t) (width-1); x++)
width             471 coders/pcd.c     (void) CopyMagickMemory(q,p,(size_t) (2*width));
width             505 coders/pcd.c       width;
width             558 coders/pcd.c         width=192;
width             562 coders/pcd.c           if ((width >= image->columns) && (height >= image->rows))
width             564 coders/pcd.c           width<<=1;
width             575 coders/pcd.c     width=192;
width             579 coders/pcd.c       width<<=1;
width             582 coders/pcd.c     image->columns=width;
width             642 coders/pcd.c           image->columns=width;
width             650 coders/pcd.c             count=ReadBlob(image,width,yy);
width             652 coders/pcd.c             count=ReadBlob(image,width,yy);
width             654 coders/pcd.c             count=ReadBlob(image,width >> 1,c1);
width             656 coders/pcd.c             count=ReadBlob(image,width >> 1,c2);
width             722 coders/pcd.c       count=ReadBlob(image,width,yy);
width             724 coders/pcd.c       count=ReadBlob(image,width,yy);
width             726 coders/pcd.c       count=ReadBlob(image,width >> 1,c1);
width             728 coders/pcd.c       count=ReadBlob(image,width >> 1,c2);
width             975 coders/pcd.c       &geometry.width,&geometry.height);
width             976 coders/pcd.c     if ((geometry.width % 2) != 0)
width             977 coders/pcd.c       geometry.width--;
width             980 coders/pcd.c     tile_image=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,
width             985 coders/pcd.c     geometry.width=(size_t) geometry_info.rho;
width             988 coders/pcd.c       geometry.height=geometry.width;
width             989 coders/pcd.c     if ((tile_image->columns != geometry.width) ||
width            1001 coders/pcd.c         border_info.width=(geometry.width-tile_image->columns+1) >> 1;
width             192 coders/pcl.c       width;
width             296 coders/pcl.c       width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             298 coders/pcl.c       if (width > page.width)
width             299 coders/pcl.c         page.width=width;
width             307 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             312 coders/pcl.c       page.width,(double) page.height);
width             323 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             329 coders/pcl.c     page.width=(size_t) floor((double) page.width*image->x_resolution/delta.x+
width             334 coders/pcl.c        page.width,(double) page.height);
width             129 coders/pdb.c       width,
width             382 coders/pdb.c     pdb_image.width=(short) ReadBlobMSBShort(image);
width             387 coders/pdb.c     image->columns=(size_t) pdb_image.width;
width             796 coders/pdb.c     pdb_image.width=(short) image->columns;
width             798 coders/pdb.c       pdb_image.width=(short) (16*(image->columns/16+1));
width             833 coders/pdb.c       for (x=0; x < pdb_image.width; x++)
width             923 coders/pdb.c     (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.width);
width             425 coders/pdf.c     page.width=(size_t) ceil((double) (page.width*image->x_resolution/delta.x)-
width             565 coders/pdf.c         page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             576 coders/pdf.c         swap=page.width;
width             577 coders/pdf.c         page.width=page.height;
width             617 coders/pdf.c         page.width,(double) page.height);
width            1313 coders/pdf.c         if ((image->page.width != 0) && (image->page.height != 0))
width            1315 coders/pdf.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1323 coders/pdf.c         &geometry.width,&geometry.height);
width            1324 coders/pdf.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1325 coders/pdf.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1376 coders/pdf.c         "/MediaBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1380 coders/pdf.c         "/CropBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1945 coders/pdf.c         &geometry.width,&geometry.height);
width            1946 coders/pdf.c       tile_image=ThumbnailImage(image,geometry.width,geometry.height,
width             447 coders/pict.c      width;
width             463 coders/pict.c    width=image->columns;
width             468 coders/pict.c        width*=2;
width             472 coders/pict.c        width*=image->matte ? 4 : 3;
width             474 coders/pict.c      bytes_per_line=width;
width             497 coders/pict.c          q=pixels+y*width;
width             519 coders/pict.c      q=pixels+y*width;
width             967 coders/pict.c                width;
width             995 coders/pict.c              width=1UL*(frame.bottom-frame.top);
width            1000 coders/pict.c                width<<=1;
width            1002 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             224 coders/pix.c       width=ReadBlobMSBLong(image);
width             229 coders/pix.c       status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
width             761 coders/png.c       width;
width            1988 coders/png.c     image->page.width=(size_t) ((chunk->data[0] << 24) |
width            3775 coders/png.c             mng_info->ob[object_id]->width=ping_width;
width            3922 coders/png.c        if ((image->page.width != 0 && image->page.width != image->columns) ||
width            3927 coders/png.c               (double) image->page.width,(double) image->page.height);
width            4076 coders/png.c               (double) image->page.width,(double) image->page.height,
width            4774 coders/png.c     if (image->page.width == 0 && image->page.height == 0)
width            4776 coders/png.c         image->page.width=jng_width;
width            5717 coders/png.c                   image->page.width=subframe_width;
width            6273 coders/png.c                   image->page.width=mng_info->mng_width;
width            6325 coders/png.c               image->page.width=subframe_width;
width            6383 coders/png.c           image->page.width=mng_info->mng_width;
width            6993 coders/png.c                   crop_info.width=(size_t) (crop_box.right-crop_box.left);
width            6995 coders/png.c                   image->page.width=image->columns;
width            7006 coders/png.c                       image->page.width=image->columns;
width            7024 coders/png.c                   image->page.width=1;
width            7107 coders/png.c         image->page.width=mng_info->mng_width;
width            7257 coders/png.c            next->page.width=mng_info->mng_width;
width            10808 coders/png.c         if ((image->page.width != 0 && image->page.width != image->columns) ||
width            10817 coders/png.c             PNGLong(chunk+4,(png_uint_32) image->page.width);
width            11271 coders/png.c             (ping_width != mng_info->page.width) ||
width            12695 coders/png.c     if (mng_info->write_mng == 0 && (image->page.width || image->page.height))
width            12700 coders/png.c          PNGLong(chunk+4,(png_uint_32) image->page.width);
width            13112 coders/png.c               &mng_info->page.y,&mng_info->page.width,&mng_info->page.height);
width            13126 coders/png.c         if (mng_info->page.width || mng_info->page.height)
width            13149 coders/png.c               if ((next_image->columns+next_image->page.x) > mng_info->page.width)
width            13150 coders/png.c                 mng_info->page.width=next_image->columns+next_image->page.x;
width            13164 coders/png.c                 ((next_image->columns < mng_info->page.width) &&
width            13313 coders/png.c        PNGLong(chunk+4,(png_uint_32) mng_info->page.width);
width            13536 coders/png.c            image->page.y > 0 || (image->page.width &&
width            13537 coders/png.c            (image->page.width+image->page.x < mng_info->page.width))
width             497 coders/ps.c      page.width=(size_t) ceil((double) (page.width*resolution.x/delta.x)-0.5);
width             713 coders/ps.c          page.width=(size_t) ceil((double) ((hires_bounds.x2-hires_bounds.x1)*
width             767 coders/ps.c        page.width,(double) page.height);
width            1490 coders/ps.c          if ((image->page.width != 0) && (image->page.height != 0))
width            1492 coders/ps.c              "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1500 coders/ps.c          &geometry.width,&geometry.height);
width            1501 coders/ps.c        scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1502 coders/ps.c        geometry.width=(size_t) floor(scale.x+0.5);
width            1732 coders/ps.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width            1739 coders/ps.c        if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width            1740 coders/ps.c          bounds.x2=(double) geometry.x+geometry.width-1;
width             525 coders/ps2.c         if ((image->page.width != 0) && (image->page.height != 0))
width             527 coders/ps2.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             535 coders/ps2.c         &geometry.width,&geometry.height);
width             536 coders/ps2.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             537 coders/ps2.c       geometry.width=(size_t) floor(scale.x+0.5);
width             577 coders/ps2.c           bounds.x2=(double) geometry.x+geometry.width;
width             681 coders/ps2.c         (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width             688 coders/ps2.c       if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width             689 coders/ps2.c         bounds.x2=(double) geometry.x+geometry.width-1;
width             963 coders/ps3.c         if ((image->page.width != 0) && (image->page.height != 0))
width             965 coders/ps3.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             973 coders/ps3.c         &geometry.width,&geometry.height);
width             974 coders/ps3.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             975 coders/ps3.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1113 coders/ps3.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+
width            1049 coders/psd.c               layer_info[i].page.width=(ssize_t) (x-layer_info[i].page.x);
width            1072 coders/psd.c                   layer_info[i].page.width,(double) layer_info[i].channels);
width            1123 coders/psd.c                       layer_info[i].mask.width=(size_t)
width            1129 coders/psd.c                           (double) layer_info[i].mask.width,(double)
width            1225 coders/psd.c               layer_info[i].image=CloneImage(image,layer_info[i].page.width,
width            1311 coders/psd.c                         (layer_info[i].page.width != 0))
width            1378 coders/psd.c                  if ((layer_info[i].page.width == 0) ||
width            1404 coders/psd.c                if ((layer_info[i].page.width == 0) ||
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             224 coders/sun.c         width,
width             304 coders/sun.c       sun_info.width=ReadBlobMSBLong(image);
width             311 coders/sun.c       image->columns=sun_info.width;
width             390 coders/sun.c       image->columns=sun_info.width;
width             422 coders/sun.c           bytes_per_line=sun_info.width*sun_info.depth;
width             423 coders/sun.c           if ((height == 0) || (sun_info.width == 0) || (sun_info.depth == 0) ||
width             424 coders/sun.c               ((bytes_per_line/sun_info.depth) != sun_info.width))
width             428 coders/sun.c           if ((bytes_per_line >> 1) != (sun_info.width*sun_info.depth+15))
width             707 coders/sun.c         width,
width             765 coders/sun.c       sun_info.width=(unsigned int) image->columns;
width             812 coders/sun.c       (void) WriteBlobMSBLong(image,sun_info.width);
width             114 coders/svg.c       width,
width             146 coders/svg.c       width,
width             315 coders/svg.c             if (svg_info->view_box.width == 0.0)
width             317 coders/svg.c             return(svg_info->view_box.width*value/100.0);
width             325 coders/svg.c         alpha=value-svg_info->view_box.width;
width             899 coders/svg.c                 svg_info->bounds.width=
width            1050 coders/svg.c               svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width,
width            1103 coders/svg.c             svg_info->bounds.width=0.0;
width            1130 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2086 coders/svg.c                 svg_info->view_box.width=StringToDouble(token,
width            2088 coders/svg.c                 if (svg_info->bounds.width == 0)
width            2089 coders/svg.c                   svg_info->bounds.width=svg_info->view_box.width;
width            2106 coders/svg.c                 svg_info->bounds.width=
width            2178 coders/svg.c             if ((svg_info->view_box.width == 0.0) ||
width            2181 coders/svg.c             svg_info->width=(size_t) floor(svg_info->bounds.width+0.5);
width            2184 coders/svg.c               (double) svg_info->width,(double) svg_info->height);
width            2185 coders/svg.c             sx=(double) svg_info->width/svg_info->view_box.width;
width            2303 coders/svg.c               svg_info->bounds.y,svg_info->bounds.width,svg_info->bounds.height,
width            2373 coders/svg.c                   svg_info->bounds.x+svg_info->bounds.width,
width            2385 coders/svg.c               svg_info->bounds.width,svg_info->bounds.y+svg_info->bounds.height,
width            2451 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2936 coders/svg.c           image->columns=image->x_resolution*dimension_info.width/72.0;
width            3082 coders/svg.c     svg_info->bounds.width=image->columns;
width            3138 coders/svg.c     image->columns=svg_info->width;
width            4056 coders/svg.c                   svg_info.bounds.width=StringToDouble(token,
width            4066 coders/svg.c                     svg_info.bounds.y,svg_info.bounds.width,
width             125 coders/tga.c         width,
width             217 coders/tga.c     tga_info.width=(unsigned short) ReadBlobLSBShort(image);
width             229 coders/tga.c     image->columns=tga_info.width;
width             659 coders/tga.c         width,
width             727 coders/tga.c     targa_info.width=(unsigned short) image->columns;
width             772 coders/tga.c     (void) WriteBlobLSBShort(image,targa_info.width);
width             805 coders/tga.c     count=(ssize_t) (targa_info.bits_per_pixel*targa_info.width)/8;
width             936 coders/tiff.c      width;
width            1000 coders/tiff.c      (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_IMAGEWIDTH,&width);
width            1057 coders/tiff.c            (unsigned int) width,(unsigned int) height);
width            1069 coders/tiff.c      image->columns=(size_t) width;
width            2377 coders/tiff.c      tiff_info->tile_geometry.height=tiff_info->tile_geometry.width;
width            2378 coders/tiff.c    tile_columns=(uint32) tiff_info->tile_geometry.width;
width            2383 coders/tiff.c    tiff_info->tile_geometry.width=tile_columns;
width            2438 coders/tiff.c      tiff_info->tile_geometry.width);
width            2439 coders/tiff.c    number_tiles=(image->columns+tiff_info->tile_geometry.width)/
width            2440 coders/tiff.c      tiff_info->tile_geometry.width;
width            2444 coders/tiff.c        tiff_info->tile_geometry.width) : tiff_info->tile_geometry.width;
width            2451 coders/tiff.c                tiff_info->tile_geometry.width+k)/8);
width            2457 coders/tiff.c            tiff_info->tile_geometry.width+k)*bytes_per_pixel);
width            2462 coders/tiff.c      if ((i*tiff_info->tile_geometry.width) != image->columns)
width            2464 coders/tiff.c          tiff_info->tile_geometry.width),(uint32) ((row/
width             132 coders/tim.c       width;
width             195 coders/tim.c           width=ReadBlobLSBShort(image);
width             197 coders/tim.c           image->columns=width;
width             231 coders/tim.c       width=ReadBlobLSBShort(image);
width             233 coders/tim.c       image_size=2*width*height;
width             234 coders/tim.c       bytes_per_line=width*2;
width             235 coders/tim.c       width=(width*16)/bits_per_pixel;
width             247 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             403 coders/txt.c       width;
width             429 coders/txt.c       count=(ssize_t) sscanf(text+32,"%lu,%lu,%lu,%s",&width,&height,&max_value,
width             433 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             271 coders/webp.c    image->columns=(size_t) webp_image->width;
width             470 coders/webp.c    picture.width=(int) image->columns;
width             651 coders/wmf.c       width;
width             668 coders/wmf.c        (bmp_draw->crop.w != bmp_draw->bmp.width) ||
width             680 coders/wmf.c         crop_info.width = bmp_draw->crop.w;
width             711 coders/wmf.c     width = fabs(bmp_draw->pixel_width * (double) bmp_draw->crop.w);
width             716 coders/wmf.c       width * ddata->scale_x, height * ddata->scale_y, magick_wand);
width             724 coders/wmf.c     printf("bmp_draw->bmp WxH    = %ix%i\n", bmp_draw->bmp.width, bmp_draw->bmp.height);
width             750 coders/wmf.c     if (bmp_read->width || bmp_read->height)
width             755 coders/wmf.c         (void) FormatLocaleString(size,MaxTextExtent,"%ux%u",bmp_read->width,
width             762 coders/wmf.c      bmp_read->width, bmp_read->height);
width             784 coders/wmf.c         bmp_read->bmp.width  = (U16)image->columns;
width             794 coders/wmf.c     bmp->width = (U16) 0;
width            1267 coders/wmf.c         if ((draw_rect->width > 0) || (draw_rect->height > 0))
width            1271 coders/wmf.c                              draw_rect->width / 2, draw_rect->height / 2);
width            1541 coders/wmf.c                   text_width = metrics.width * (ddata->scale_y / ddata->scale_x);
width            1643 coders/wmf.c         ulBR.x = metrics.width;
width            1665 coders/wmf.c         ulBR.x = metrics.width;
width            1947 coders/wmf.c               draw_pattern_push(API, ddata->pattern_id, brush_bmp->width,
width            1950 coders/wmf.c               (void) DrawComposite(WmfDrawingWand,mode, 0, 0, brush_bmp->width,
width            2310 coders/wmf.c       stringwidth = ((metrics.width * 72)/(image->x_resolution * draw_info->pointsize)); /* *0.916348; */
width            2845 coders/wmf.c       printf("dc->Window.width  = %d\n", dc->Window.width);
width            2852 coders/wmf.c       printf("dc->width         = %.d\n", dc->width);
width            1083 coders/wpg.c                 image->page.width=(unsigned int)
width             209 coders/xbm.c       width;
width             231 coders/xbm.c     width=0;
width             234 coders/xbm.c       if (sscanf(buffer,"#define %s %lu",name,&width) == 2)
width             243 coders/xbm.c     image->columns=width;
width             113 coders/xcf.c       width,
width             140 coders/xcf.c       width,
width             622 coders/xcf.c       width,
width             632 coders/xcf.c     width=ReadBlobMSBLong(image);
width             646 coders/xcf.c     ntile_cols=(width+TILE_WIDTH-1)/TILE_WIDTH;
width             671 coders/xcf.c           (int) width % TILE_WIDTH : TILE_WIDTH);
width             736 coders/xcf.c       width,
width             740 coders/xcf.c     width=ReadBlobMSBLong(image);
width             741 coders/xcf.c     (void) width;
width             795 coders/xcf.c     outLayer->width = ReadBlobMSBLong(image);
width             906 coders/xcf.c             outLayer->image->page.width=outLayer->width;
width             912 coders/xcf.c     outLayer->image=CloneImage(image,outLayer->width, outLayer->height,MagickTrue,
width             923 coders/xcf.c     outLayer->image->page.width=outLayer->width;
width            1060 coders/xcf.c     doc_info.width=ReadBlobMSBLong(image);
width            1062 coders/xcf.c     if ((doc_info.width > 262144) || (doc_info.height > 262144))
width            1068 coders/xcf.c     image->columns=doc_info.width;
width             264 coders/xpm.c       width;
width             316 coders/xpm.c       count=(ssize_t) sscanf(p+1,"%lu %lu %lu %lu",&columns,&rows,&colors,&width);
width             323 coders/xpm.c     if ((count != 4) || (width > 10) || (image->columns == 0) ||
width             359 coders/xpm.c       (void) CopyXPMColor(key,p,MagickMin((size_t) width,MaxTextExtent));
width             365 coders/xpm.c       q=ParseXPMColor(p+width);
width             409 coders/xpm.c             (void) CopyXPMColor(key,p,(size_t) width);
width             415 coders/xpm.c             p+=width;
width             645 coders/xpm.c       &geometry.width,&geometry.height);
width             646 coders/xpm.c     picon=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,1.0,
width             147 coders/xps.c       width;
width             253 coders/xps.c       width=(size_t) (floor(bounds.x2+0.5)-ceil(bounds.x1-0.5));
width             255 coders/xps.c       if (width > page.width)
width             256 coders/xps.c         page.width=width;
width             264 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             269 coders/xps.c       page.width,(double) page.height);
width             280 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             284 coders/xps.c     page.width=(size_t) floor(page.width*image->y_resolution/delta.x+0.5);
width             287 coders/xps.c       page.width,(double) page.height);
width             153 coders/xwd.c     (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width             264 coders/xwd.c     ximage->width=(int) header.pixmap_width;
width             275 coders/xwd.c     if ((ximage->depth < 0) || (ximage->width < 0) || (ximage->height < 0) ||
width             348 coders/xwd.c     image->columns=(size_t) ximage->width;
width             168 coders/ycbcr.c   canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             579 coders/yuv.c       width;
width             643 coders/yuv.c       width=image->columns+(image->columns & (horizontal_factor-1));
width             645 coders/yuv.c       yuv_image=ResizeImage(image,width,height,TriangleFilter,1.0,
width             653 coders/yuv.c       chroma_image=ResizeImage(image,width/horizontal_factor,
width              70 magick/PreRvIcccm.c     ximage->format,ximage->xoffset,(char *) NULL,ximage->width,ximage->height,
width             341 magick/PreRvIcccm.c     0,0,0,0,x,y,width,height);
width             179 magick/accelerate.c   length = env->width * env->height;
width             225 magick/accelerate.c   status=clSetKernelArg(env->kernel,i++,sizeof(unsigned int),(void *)&env->width);
width             241 magick/accelerate.c   status=clSetKernelArg(env->kernel,i++, (localGroupSize[0] + env->width-1)*(localGroupSize[1] + env->height-1)*sizeof(CLPixelPacket),NULL);
width             245 magick/accelerate.c   status=clSetKernelArg(env->kernel,i++, env->width*env->height*sizeof(float),NULL);
width             374 magick/accelerate.c   localMemoryRequirement = (localGroupSize[0]+kernel->width-1) * (localGroupSize[1]+kernel->height-1) * sizeof(CLPixelPacket)
width             375 magick/accelerate.c     + kernel->width*kernel->height*sizeof(float);
width             400 magick/accelerate.c   filter = (float *) AcquireMagickMemory(kernel->width * kernel->height * sizeof(float));
width             408 magick/accelerate.c   for (i=0; i < kernel->width*kernel->height; i++)
width             422 magick/accelerate.c   env->width = (unsigned int) kernel->width;
width             775 magick/animate.c     width;
width             825 magick/animate.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width             951 magick/animate.c   window_info.width=(unsigned int) image_list[0]->columns;
width             953 magick/animate.c   if ((image_list[0]->columns != window_info.width) ||
width             958 magick/animate.c     window_attributes.width,window_attributes.height);
width             959 magick/animate.c   geometry_info.width=window_info.width;
width             964 magick/animate.c     &geometry_info.width,&geometry_info.height);
width             965 magick/animate.c   window_info.width=(unsigned int) geometry_info.width;
width             970 magick/animate.c     window_info.width,window_info.height);
width             991 magick/animate.c   width=window_info.width;
width             998 magick/animate.c       window_info.x=(int) (window_attributes.width/2)-
width             999 magick/animate.c         (window_info.ximage->width/2);
width            1002 magick/animate.c       width=(unsigned int) window_attributes.width;
width            1025 magick/animate.c       (void) FormatLocaleString(default_geometry,MaxTextExtent,"%ux%u",width,
width            1029 magick/animate.c         &window_info.y,(int *) &width,(int *) &height,&gravity);
width            1032 magick/animate.c           width=(unsigned int) window_attributes.width;
width            1040 magick/animate.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            1048 magick/animate.c   if (((unsigned int) width > window_info.width) ||
width            1051 magick/animate.c       window_info.annotate_context,0,0,(unsigned int) width,
width            1054 magick/animate.c     window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1113 magick/animate.c     window_info.pixmap=XCreatePixmap(display,window_info.id,width,height,
width            1121 magick/animate.c     if ((width > window_info.width) || (height > window_info.height))
width            1123 magick/animate.c         window_info.annotate_context,0,0,width,height);
width            1125 magick/animate.c       window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1683 magick/animate.c   geometry_info.width=display_image->columns;
width            1688 magick/animate.c     &geometry_info.width,&geometry_info.height);
width            1689 magick/animate.c   windows->image.width=(unsigned int) geometry_info.width;
width            1706 magick/animate.c       windows->backdrop.width=(unsigned int)
width            1738 magick/animate.c         (windows->image.width/2);
width            1903 magick/animate.c   window_changes.width=(int) windows->image.width;
width            1993 magick/animate.c         event.xexpose.width=(int) image_list[scene]->columns;
width            2123 magick/animate.c           windows->image.ximage->width=(int) image->columns;
width            2129 magick/animate.c           event.xexpose.width=(int) image->columns;
width            2392 magick/animate.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            2408 magick/animate.c                           event.xconfigure.x-windows->command.width-25;
width            2421 magick/animate.c                         event.xconfigure.x+event.xconfigure.width/10;
width            2435 magick/animate.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            2444 magick/animate.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            2480 magick/animate.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            2635 magick/animate.c               display_image,windows->icon.width,windows->icon.height);
width             309 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             319 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             320 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             321 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             325 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             331 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             332 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             333 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             337 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             343 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             355 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             356 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             357 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             362 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0+
width             369 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             370 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             371 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             376 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)+
width             383 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             393 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             394 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             395 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0-
width             399 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0-
width             405 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             406 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             407 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)-
width             411 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)-
width             427 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0;
width             429 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0;
width             435 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1);
width             437 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1);
width             465 magick/annotate.c       "line 0,0 %g,0",metrics.underline_thickness,metrics.width);
width             556 magick/annotate.c     width;
width             576 magick/annotate.c     width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5);
width             577 magick/annotate.c     if ((width <= image->columns) || (strcmp(text,draw_info->text) == 0))
width             710 magick/annotate.c     if (extent.width > metrics->width)
width             801 magick/annotate.c       metrics->width,metrics->height,metrics->ascent,metrics->descent,
width            1199 magick/annotate.c   metrics->width=0;
width            1406 magick/annotate.c                 bitmap->bitmap.width,1,exception);
width            1410 magick/annotate.c           for (x=0; x < (ssize_t) bitmap->bitmap.width; x++)
width            1452 magick/annotate.c     if ((bitmap->left+bitmap->bitmap.width) > metrics->width)
width            1453 magick/annotate.c       metrics->width=bitmap->left+bitmap->bitmap.width;
width            1506 magick/annotate.c               if (bitmap->left > metrics->width)
width            1507 magick/annotate.c                 metrics->width=bitmap->left;
width            1512 magick/annotate.c   metrics->width-=metrics->bounds.x1/64.0;
width            1513 magick/annotate.c   metrics->width+=annotate_info->stroke_width;
width            1758 magick/annotate.c         "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            1767 magick/annotate.c   metrics->width=(double) annotate_image->columns/
width             151 magick/attribute.c   bounds.width=0;
width             218 magick/attribute.c       if ((x > (ssize_t) bounding_box.width) &&
width             220 magick/attribute.c         bounding_box.width=(size_t) x;
width             237 magick/attribute.c       if (bounding_box.width > bounds.width)
width             238 magick/attribute.c         bounds.width=bounding_box.width;
width             244 magick/attribute.c   if ((bounds.width == 0) || (bounds.height == 0))
width             249 magick/attribute.c       bounds.width-=(bounds.x-1);
width             434 magick/cache.c     nexus_info->region.width,nexus_info->region.height,image_nexus[0],
width             440 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width             442 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width             687 magick/cache.c     region.width=cache_info->columns;
width             698 magick/cache.c     region.width=clone_info->columns;
width             733 magick/cache.c         region.width=cache_info->columns;
width             744 magick/cache.c         region.width=clone_info->columns;
width            2143 magick/cache.c   extent=(MagickSizeType) nexus_info->region.width*nexus_info->region.height;
width            2269 magick/cache.c   *width=2048UL/sizeof(PixelPacket);
width            2271 magick/cache.c     *width=8192UL/sizeof(PixelPacket);
width            2272 magick/cache.c   *height=(*width);
width            2617 magick/cache.c   region.width=columns;
width            2627 magick/cache.c     nexus_info->region.width-1L;
width            3260 magick/cache.c     nexus_info->region.y,nexus_info->region.width,nexus_info->region.height,
width            3266 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width            3270 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            3967 magick/cache.c   region.width=columns;
width            4197 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            4213 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4224 magick/cache.c         q+=nexus_info->region.width;
width            4241 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4255 magick/cache.c         q+=nexus_info->region.width;
width            4272 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4286 magick/cache.c         q+=nexus_info->region.width;
width            4305 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4362 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            4378 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4389 magick/cache.c         q+=nexus_info->region.width;
width            4406 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4419 magick/cache.c         q+=nexus_info->region.width;
width            4436 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            4450 magick/cache.c         q+=nexus_info->region.width;
width            4469 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4720 magick/cache.c       x=nexus_info->region.x+(ssize_t) nexus_info->region.width-1;
width            4725 magick/cache.c            ((nexus_info->region.width == cache_info->columns) ||
width            4726 magick/cache.c             ((nexus_info->region.width % cache_info->columns) == 0)))))
width            4748 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            5165 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            5181 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5191 magick/cache.c         p+=nexus_info->region.width;
width            5209 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5223 magick/cache.c         p+=nexus_info->region.width;
width            5241 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5255 magick/cache.c         p+=nexus_info->region.width;
width            5274 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            5331 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            5347 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5357 magick/cache.c         p+=nexus_info->region.width;
width            5375 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5387 magick/cache.c         p+=nexus_info->region.width;
width            5405 magick/cache.c       if ((cache_info->columns != nexus_info->region.width) ||
width            5419 magick/cache.c         p+=nexus_info->region.width;
width            5438 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            1806 magick/composite.c         width;
width            1848 magick/composite.c       width=height=geometry_info.rho*2.0;
width            1853 magick/composite.c       blur.x1=width;
width            1864 magick/composite.c           blur.x1=width*cos(angle);
width            1865 magick/composite.c           blur.x2=width*sin(angle);
width            1935 magick/composite.c               blur.x1=width*cos(angle);
width            1936 magick/composite.c               blur.x2=width*sin(angle);
width            2999 magick/composite.c       width;
width            3017 magick/composite.c       width=texture_image->columns;
width            3018 magick/composite.c       if ((x+(ssize_t) width) > (ssize_t) image->columns)
width            3019 magick/composite.c         width=image->columns-x;
width            3020 magick/composite.c       (void) CopyMagickMemory(q,p,width*sizeof(*p));
width            3024 magick/composite.c           (void) CopyMagickMemory(indexes,texture_indexes,width*
width            3026 magick/composite.c           indexes+=width;
width            3028 magick/composite.c       q+=width;
width             740 magick/compress.c     width;
width             763 magick/compress.c   width=inject_image->columns;
width             765 magick/compress.c     width=(size_t) MagickMax(inject_image->columns,1728);
width             766 magick/compress.c   scanline=(unsigned char *) AcquireQuantumMemory((size_t) width+1UL,
width             771 magick/compress.c   (void) ResetMagickMemory(scanline,0,width*sizeof(*scanline));
width             812 magick/compress.c     for (n=(ssize_t) width; n > 0; )
width             702 magick/constitute.c     if (next->page.width == 0)
width             703 magick/constitute.c       next->page.width=next->columns;
width             736 magick/constitute.c         if ((next->columns != geometry.width) ||
width             756 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             198 magick/decorate.c     width;
width             214 magick/decorate.c   width=frame_info->width-frame_info->x-bevel_width;
width             216 magick/decorate.c   if ((width < image->columns) || (height < image->rows))
width             221 magick/decorate.c   frame_image=CloneImage(image,frame_info->width,frame_info->height,MagickTrue,
width             238 magick/decorate.c   if ((image->page.width != 0) && (image->page.height != 0))
width             240 magick/decorate.c       frame_image->page.width+=frame_image->columns-image->columns;
width             347 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             348 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             375 magick/decorate.c             width=image->columns+((size_t) frame_info->inner_bevel << 1)-
width             377 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             392 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             393 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             500 magick/decorate.c     width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             501 magick/decorate.c     for (x=0; x < (ssize_t) width; x++)
width             581 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             582 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             604 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             605 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             719 magick/decorate.c   if ((image->columns <= (raise_info->width << 1)) ||
width             833 magick/decorate.c     for (x=0; x < (ssize_t) raise_info->width; x++)
width             846 magick/decorate.c     for ( ; x < (ssize_t) (image->columns-raise_info->width); x++)
width              28 magick/decorate.h     width,
width            3057 magick/deprecate.c   return(ParseMetaGeometry(geometry,x,y,width,height));
width            3695 magick/deprecate.c       geometry.width=4L;
width            5364 magick/deprecate.c   return((int) ParseMetaGeometry(geometry,x,y,width,height));
width            5407 magick/deprecate.c     &region_info->width,&region_info->height);
width            5953 magick/deprecate.c   kernel_info->width=order;
width            1879 magick/display.c     width;
width            2209 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            2215 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            2239 magick/display.c   if ((x+font_info->max_bounds.width) >= (int) windows->image.width)
width            2240 magick/display.c     x=(int) windows->image.width-font_info->max_bounds.width;
width            2243 magick/display.c   if (((int) font_info->max_bounds.width > (int) windows->image.width) ||
width            2266 magick/display.c     windows->image.width/MagickMax((ssize_t) font_info->min_bounds.width,1)+2UL,
width            2289 magick/display.c   text_event.xexpose.width=(int) font_info->max_bounds.width;
width            2334 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2351 magick/display.c       (unsigned int) text_event.xexpose.width,(unsigned int)
width            2446 magick/display.c                     x=annotate_info->x+annotate_info->width;
width            2448 magick/display.c                     if (annotate_info->width != 0)
width            2485 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2509 magick/display.c             if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2519 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2540 magick/display.c               windows->image.width/MagickMax((ssize_t)
width            2541 magick/display.c               font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2607 magick/display.c               if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2614 magick/display.c           annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2635 magick/display.c             windows->image.width/MagickMax((ssize_t)
width            2636 magick/display.c             font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2658 magick/display.c   width=(unsigned int) image->columns;
width            2663 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            2671 magick/display.c     if (annotate_info->width == 0)
width            2708 magick/display.c       width*(annotate_info->x+windows->image.x)/windows->image.ximage->width;
width            2712 magick/display.c       "%ux%u%+d%+d",width*annotate_info->width/windows->image.ximage->width,
width            2889 magick/display.c     width;
width            3059 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3065 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3079 magick/display.c   chop_info.width=0;
width            3096 magick/display.c           " %.20gx%.20g%+.20g%+.20g",(double) chop_info.width,(double)
width            3146 magick/display.c       if (segment_info.x2 > windows->image.ximage->width)
width            3147 magick/display.c         segment_info.x2=windows->image.ximage->width;
width            3161 magick/display.c         chop_info.width=(size_t) (segment_info.x2-segment_info.x1+1);
width            3167 magick/display.c             chop_info.width=(size_t) (segment_info.x1-segment_info.x2+1);
width            3173 magick/display.c         chop_info.width=0;
width            3194 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width-
width            3195 magick/display.c     (unsigned int) chop_info.width;
width            3198 magick/display.c   width=(unsigned int) (*image)->columns;
width            3203 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            3204 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            3207 magick/display.c   chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5);
width            3325 magick/display.c     width;
width            3654 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3660 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3691 magick/display.c         width=(unsigned int) (*image)->columns;
width            3697 magick/display.c             &width,&height);
width            3699 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            3935 magick/display.c     width;
width            3978 magick/display.c   composite_info.width=0;
width            4111 magick/display.c         composite_info.width=composite_image->columns;
width            4128 magick/display.c         if ((composite_info.width != 0) && (composite_info.height != 0))
width            4204 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4210 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4238 magick/display.c   width=(unsigned int) image->columns;
width            4243 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            4244 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            4247 magick/display.c   composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5);
width            4252 magick/display.c   if ((composite_info.width != composite_image->columns) ||
width            4261 magick/display.c       resize_image=ResizeImage(composite_image,composite_info.width,
width            4381 magick/display.c     width;
width            4396 magick/display.c   width=(unsigned int) windows->image.window_changes.width;
width            4400 magick/display.c       "Configure Image: %dx%d=>%.20gx%.20g",windows->image.ximage->width,
width            4401 magick/display.c       windows->image.ximage->height,(double) width,(double) height);
width            4402 magick/display.c   if ((width*height) == 0)
width            4411 magick/display.c   if (((int) width != windows->image.ximage->width) ||
width            4415 magick/display.c     width*windows->magnify.x/windows->image.ximage->width;
width            4418 magick/display.c   windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width);
width            4422 magick/display.c     (unsigned int) width,(unsigned int) height);
width            4436 magick/display.c   (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            4437 magick/display.c   window_changes.width=(int) width;
width            4438 magick/display.c   if (window_changes.width > XDisplayWidth(display,windows->image.screen))
width            4439 magick/display.c     window_changes.width=XDisplayWidth(display,windows->image.screen);
width            4448 magick/display.c         ((XDisplayWidth(display,windows->image.screen)/2)-(width/2));
width            4463 magick/display.c   while (((windows->pan.width << 1) < MaxIconSize) &&
width            4466 magick/display.c     windows->pan.width<<=1;
width            4471 magick/display.c       &windows->pan.width,&windows->pan.height);
width            4472 magick/display.c   window_changes.width=(int) windows->pan.width;
width            4481 magick/display.c       size_hints->width=window_changes.width;
width            4483 magick/display.c       size_hints->min_width=size_hints->width;
width            4485 magick/display.c       size_hints->max_width=size_hints->width;
width            4497 magick/display.c   window_changes.width=(int) windows->icon.width;
width            4609 magick/display.c     width;
width            4652 magick/display.c   crop_info.width=0;
width            4807 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4813 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4843 magick/display.c     crop_info.width=0;
width            4851 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4859 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4872 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4916 magick/display.c             if (crop_info.x > (ssize_t) windows->image.ximage->width)
width            4917 magick/display.c               crop_info.x=(ssize_t) windows->image.ximage->width;
width            4919 magick/display.c             crop_info.width=(unsigned int) (x-crop_info.x);
width            4922 magick/display.c               crop_info.width=(unsigned int) (crop_info.x-x);
width            4952 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4959 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            5047 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5057 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5061 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5062 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5070 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5071 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5097 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            5128 magick/display.c               crop_info.x=(ssize_t) (windows->image.width/2L-
width            5129 magick/display.c                 crop_info.width/2L);
width            5213 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5219 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5238 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            5273 magick/display.c     if (((int) crop_info.width != windows->image.ximage->width) ||
width            5280 magick/display.c         windows->image.window_changes.width=(int) crop_info.width;
width            5290 magick/display.c   width=(unsigned int) image->columns;
width            5295 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            5296 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            5299 magick/display.c   crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            5327 magick/display.c       crop_info.width,1,exception);
width            5330 magick/display.c     for (x=0; x < (int) crop_info.width; x++)
width            5446 magick/display.c     width;
width            5724 magick/display.c               status=XReadBitmapFile(display,root_window,filename,&width,
width            5735 magick/display.c                 width[MaxTextExtent] = "0";
width            5763 magick/display.c                 width);
width            5764 magick/display.c               if (*width == '\0')
width            5766 magick/display.c               line_width=(unsigned int) StringToUnsignedLong(width);
width            5865 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5871 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5894 magick/display.c     rectangle_info.width=0;
width            5944 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5950 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            5968 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5974 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            6039 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6049 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6139 magick/display.c         if (line_info.x2 > (int) windows->image.width)
width            6140 magick/display.c           line_info.x2=(short) windows->image.width;
width            6155 magick/display.c             if (rectangle_info.x > (ssize_t) windows->image.width)
width            6156 magick/display.c               rectangle_info.x=(ssize_t) windows->image.width;
width            6158 magick/display.c             rectangle_info.width=(unsigned int) (x-rectangle_info.x);
width            6161 magick/display.c               rectangle_info.width=(unsigned int) (rectangle_info.x-x);
width            6200 magick/display.c         rectangle_info.width=(size_t) (x-rectangle_info.x);
width            6215 magick/display.c             rectangle_info.width--;
width            6225 magick/display.c     width=(unsigned int) (*image)->columns;
width            6230 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            6234 magick/display.c     draw_info.x=(int) (width*draw_info.x/windows->image.ximage->width);
width            6239 magick/display.c     draw_info.width=(unsigned int) rectangle_info.width+(line_width << 1);
width            6240 magick/display.c     if (draw_info.width > (unsigned int) (*image)->columns)
width            6241 magick/display.c       draw_info.width=(unsigned int) (*image)->columns;
width            6246 magick/display.c       width*draw_info.width/windows->image.ximage->width,
width            6342 magick/display.c   scale_factor=(MagickRealType) windows->pan.width/windows->image.ximage->width;
width            6344 magick/display.c   highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5);
width            6436 magick/display.c       windows->image.window_changes.width=(int) cache_image->columns;
width            6439 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            6575 magick/display.c       cache_image->columns=(size_t) windows->image.ximage->width;
width            6607 magick/display.c       windows->image.window_changes.width=(int) redo_image->columns;
width            6976 magick/display.c           crop_info.width=(size_t) windows->image.ximage->width;
width            6993 magick/display.c               if (resource_info->quantum >= (int) crop_info.width)
width            6994 magick/display.c                 resource_info->quantum=(int) crop_info.width-1;
width            6995 magick/display.c               crop_info.width-=resource_info->quantum;
width            6999 magick/display.c               if (resource_info->quantum >= (int) (crop_info.width-crop_info.x))
width            7000 magick/display.c                 resource_info->quantum=(int) (crop_info.width-crop_info.x-1);
width            7002 magick/display.c               crop_info.width-=resource_info->quantum;
width            7004 magick/display.c           if ((int) (windows->image.x+windows->image.width) >
width            7005 magick/display.c               (int) crop_info.width)
width            7006 magick/display.c             windows->image.x=(int) (crop_info.width-windows->image.width);
width            7011 magick/display.c           windows->image.window_changes.width=(int) crop_info.width;
width            7103 magick/display.c     width;
width            7111 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width;
width            7325 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width/2;
width            7335 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7345 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width << 1;
width            7357 magick/display.c         width;
width            7366 magick/display.c       width=(size_t) windows->image.ximage->width;
width            7371 magick/display.c         (double) width,(double) height);
width            7378 magick/display.c       (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            7379 magick/display.c       windows->image.window_changes.width=(int) width;
width            7390 magick/display.c           ((int) (*image)->columns == windows->image.ximage->width) &&
width            7402 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            7423 magick/display.c       if ((windows->image.width == (unsigned int) (*image)->columns) &&
width            7430 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7489 magick/display.c           width=(unsigned int) (*image)->columns;
width            7492 magick/display.c             &width,&height);
width            7494 magick/display.c             "%ux%u%+d%+d",width,height,(int) (*image)->columns-(int) width-x,y);
width            7524 magick/display.c           width=(unsigned int) (*image)->columns;
width            7527 magick/display.c             &width,&height);
width            7529 magick/display.c             "%ux%u%+d%+d",width,height,x,(int) (*image)->rows-(int) height-y);
width            7618 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7658 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8823 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8860 magick/display.c       frame_info.width=page_geometry.width;
width            8864 magick/display.c       frame_info.x=(ssize_t) frame_info.width;
width            8866 magick/display.c       frame_info.width=(*image)->columns+2*frame_info.width;
width            8878 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            9297 magick/display.c         if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9302 magick/display.c       if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9349 magick/display.c       if (x >= (int) windows->image.width)
width            9350 magick/display.c         x=(int) windows->image.width-1;
width            9418 magick/display.c       windows->magnify.x=(int) windows->image.width/2;
width            9439 magick/display.c       if (windows->magnify.x < (int) (windows->image.ximage->width-1))
width            9529 magick/display.c     windows->pan.width,windows->pan.height);
width            9632 magick/display.c     width;
width            9954 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9960 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9994 magick/display.c         width=(unsigned int) (*image)->columns;
width            10000 magick/display.c             &width,&height);
width            10002 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            10360 magick/display.c   if ((windows->image.ximage->width > (int) windows->image.width) &&
width            10364 magick/display.c     if (windows->image.ximage->width > (int) windows->image.width)
width            10375 magick/display.c   x_factor=(MagickRealType) windows->image.ximage->width/windows->pan.width;
width            10377 magick/display.c   pan_info.width=windows->pan.width*windows->image.width/
width            10378 magick/display.c     windows->image.ximage->width;
width            10422 magick/display.c         if (pan_info.x < (ssize_t) (pan_info.width/2))
width            10425 magick/display.c           pan_info.x=(ssize_t) (x_factor*(pan_info.x-(pan_info.width/2)));
width            10429 magick/display.c           if ((int) (pan_info.x+windows->image.width) >
width            10430 magick/display.c               windows->image.ximage->width)
width            10432 magick/display.c               (windows->image.ximage->width-windows->image.width);
width            10453 magick/display.c               windows->image.width,windows->image.height,windows->image.x,
width            10556 magick/display.c     width;
width            10589 magick/display.c   paste_info.width=0;
width            10681 magick/display.c         width=(unsigned int) image->columns;
width            10687 magick/display.c             &width,&height);
width            10688 magick/display.c         scale_factor=(MagickRealType) windows->image.ximage->width/width;
width            10689 magick/display.c         paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5);
width            10707 magick/display.c         if ((paste_info.width != 0) && (paste_info.height != 0))
width            10783 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            10789 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            10817 magick/display.c   width=(unsigned int) image->columns;
width            10822 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            10823 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            10826 magick/display.c   paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5);
width            10912 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            11201 magick/display.c     width;
width            11226 magick/display.c   roi_info.width=0;
width            11344 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11350 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11380 magick/display.c     roi_info.width=0;
width            11388 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11396 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11409 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11455 magick/display.c             if (roi_info.x > (ssize_t) windows->image.ximage->width)
width            11456 magick/display.c               roi_info.x=(ssize_t) windows->image.ximage->width;
width            11458 magick/display.c             roi_info.width=(unsigned int) (x-roi_info.x);
width            11461 magick/display.c               roi_info.width=(unsigned int) (roi_info.x-x);
width            11492 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11499 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            11525 magick/display.c               width=(unsigned int) (*image)->columns;
width            11531 magick/display.c                   &width,&height);
width            11532 magick/display.c               scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            11535 magick/display.c               crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            11653 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11663 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11667 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11668 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11676 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11677 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11703 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            11740 magick/display.c               roi_info.x=(ssize_t) (windows->image.width/2L-roi_info.width/2L);
width            11808 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11814 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11833 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11958 magick/display.c     width;
width            12252 magick/display.c           if (rotate_info.x2 > (int) windows->image.width)
width            12253 magick/display.c             rotate_info.x2=(short) windows->image.width;
width            12308 magick/display.c       width=(unsigned int) (*image)->columns;
width            12310 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12322 magick/display.c             "%ux%u%+d%+d",height,width,(int) (*image)->columns-
width            12332 magick/display.c             "%ux%u%+d%+d",width,height,(int) width-x,(int) height-y);
width            12341 magick/display.c             "%ux%u%+d%+d",height,width,y,(int) (*image)->rows-(int) width-x);
width            12353 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            12361 magick/display.c             &width,&height);
width            12362 magick/display.c           windows->image.window_changes.width=(int) width;
width            12370 magick/display.c         windows->image.window_changes.width=windows->image.ximage->height;
width            12371 magick/display.c         windows->image.window_changes.height=windows->image.ximage->width;
width            12519 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            12629 magick/display.c               if (x >= (int) windows->image.width)
width            12630 magick/display.c                 x=(int) (windows->image.width-1);
width            12675 magick/display.c           windows->magnify.width=(unsigned int) event->xconfigure.width;
width            12680 magick/display.c           while ((int) magnify <= event->xconfigure.width)
width            12685 magick/display.c           if (((int) magnify != event->xconfigure.width) ||
width            12691 magick/display.c               window_changes.width=(int) magnify;
width            12771 magick/display.c               if (x >= (int) windows->image.width)
width            12772 magick/display.c                 x=(int) (windows->image.width-1);
width            12850 magick/display.c     width;
width            12858 magick/display.c         (double) crop_info->width,(double) crop_info->height,(double)
width            12867 magick/display.c   width=(unsigned int) image->columns;
width            12870 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12876 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12879 magick/display.c   width=(unsigned int) (scale_factor*crop_info->width+0.5);
width            12880 magick/display.c   if (width == 0)
width            12881 magick/display.c     width=1;
width            12889 magick/display.c     "%ux%u%+d%+d",width,height,x,y);
width            12979 magick/display.c     width;
width            12986 magick/display.c   width=(unsigned int) image->columns;
width            12989 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12990 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12999 magick/display.c   width=(unsigned int) image->columns;
width            13003 magick/display.c   (void) XParseGeometry(image->montage,&x,&y,&width,&height);
width            13004 magick/display.c   tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+
width            13005 magick/display.c     (event->xbutton.x-x)/width;
width            13144 magick/display.c         x_offset=(int) (width*(tile % (((int) image->columns-x)/width))+x);
width            13145 magick/display.c         y_offset=(int) (height*(tile/(((int) image->columns-x)/width))+y);
width            13152 magick/display.c             y_offset+i,width,1,exception);
width            13155 magick/display.c           for (j=0; j < (int) width; j++)
width            13163 magick/display.c       windows->image.window_changes.width=(int) image->columns;
width            13226 magick/display.c   x_offset=windows->image.width;
width            13235 magick/display.c       windows->image.x=(int) windows->image.width/2;
width            13274 magick/display.c     if ((int) (windows->image.x+windows->image.width) >
width            13275 magick/display.c         windows->image.ximage->width)
width            13276 magick/display.c       windows->image.x=(int) windows->image.ximage->width-windows->image.width;
width            13287 magick/display.c     windows->image.width,windows->image.height,windows->image.x,
width            13349 magick/display.c   trim_info.width=(size_t) windows->image.ximage->width;
width            13350 magick/display.c   for (x=0; x < windows->image.ximage->width; x++)
width            13362 magick/display.c   if (trim_info.x == (ssize_t) windows->image.ximage->width)
width            13370 magick/display.c   background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0);
width            13371 magick/display.c   for (x=windows->image.ximage->width-1; x != 0; x--)
width            13382 magick/display.c   trim_info.width=(size_t) (x-trim_info.x+1);
width            13390 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13396 magick/display.c     if (x < windows->image.ximage->width)
width            13406 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13412 magick/display.c     if (x < windows->image.ximage->width)
width            13416 magick/display.c   if (((unsigned int) trim_info.width != windows->image.width) ||
width            13423 magick/display.c       windows->image.window_changes.width=(int) trim_info.width;
width            13573 magick/display.c         thumbnail_image=ThumbnailImage(next_image,geometry.width,
width            13667 magick/display.c     width;
width            13728 magick/display.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width            13793 magick/display.c   window_info.width=(unsigned int) image->columns;
width            13795 magick/display.c   if ((image->columns != window_info.width) ||
width            13800 magick/display.c     window_attributes.width,window_attributes.height);
width            13801 magick/display.c   geometry_info.width=window_info.width;
width            13806 magick/display.c     &geometry_info.width,&geometry_info.height);
width            13807 magick/display.c   window_info.width=(unsigned int) geometry_info.width;
width            13811 magick/display.c   status=XMakeImage(display,&resources,&window_info,image,window_info.width,
width            13831 magick/display.c   width=(int) window_info.width;
width            13838 magick/display.c       window_info.x=(window_attributes.width/2)-
width            13839 magick/display.c         (window_info.ximage->width/2);
width            13842 magick/display.c       width=window_attributes.width;
width            13867 magick/display.c         width,height);
width            13870 magick/display.c         &window_info.y,&width,&height,&gravity);
width            13873 magick/display.c           width=window_attributes.width;
width            13881 magick/display.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            13889 magick/display.c   if (((unsigned int) width > window_info.width) ||
width            13892 magick/display.c       window_info.annotate_context,0,0,(unsigned int) width,
width            13896 magick/display.c     window_info.width,(unsigned int) window_info.height);
width            14346 magick/display.c     width;
width            14609 magick/display.c   geometry_info.width=display_image->columns;
width            14614 magick/display.c     &geometry_info.width,&geometry_info.height);
width            14615 magick/display.c   windows->image.width=(unsigned int) geometry_info.width;
width            14632 magick/display.c       windows->backdrop.width=(unsigned int)
width            14664 magick/display.c         (windows->image.width/2);
width            14834 magick/display.c   windows->magnify.width=MagnifySize;
width            14862 magick/display.c   windows->pan.width=windows->icon.width;
width            14869 magick/display.c     &windows->pan.width,&windows->pan.height);
width            14906 magick/display.c   width=(unsigned int) display_image->columns;
width            14908 magick/display.c   if ((display_image->columns != width) || (display_image->rows != height))
width            14912 magick/display.c     width,height);
width            14917 magick/display.c     windows->magnify.width,windows->magnify.height);
width            14925 magick/display.c   windows->image.window_changes.width=(int) display_image->columns;
width            15400 magick/display.c             windows->image.window_changes.width=windows->image.ximage->width;
width            15412 magick/display.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            15431 magick/display.c                         windows->command.width-25;
width            15444 magick/display.c                         event.xconfigure.width/10;
width            15458 magick/display.c                         event.xconfigure.width+25;
width            15471 magick/display.c                         event.xconfigure.width+25;
width            15482 magick/display.c             if ((event.xconfigure.width == (int) windows->image.width) &&
width            15485 magick/display.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            15500 magick/display.c                 windows->image.window_changes.width=event.xconfigure.width;
width            15508 magick/display.c             if ((event.xconfigure.width < windows->image.ximage->width) ||
width            15528 magick/display.c             windows->magnify.width=(unsigned int) event.xconfigure.width;
width            15533 magick/display.c             while ((int) magnify <= event.xconfigure.width)
width            15538 magick/display.c             if (((int) magnify != event.xconfigure.width) ||
width            15541 magick/display.c                 window_changes.width=(int) magnify;
width            15552 magick/display.c                   display_image,windows->magnify.width,windows->magnify.height);
width            15568 magick/display.c             windows->pan.width=(unsigned int) event.xconfigure.width;
width            15577 magick/display.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            15613 magick/display.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            15730 magick/display.c             if (((int) windows->image.width < windows->image.ximage->width) ||
width            15767 magick/display.c               display_image,windows->icon.width,windows->icon.height);
width            1586 magick/distort.c   crop_area.width=columns;
width            1747 magick/distort.c   geometry.width=image->columns;
width            1895 magick/distort.c         geometry.width = (size_t)
width            1898 magick/distort.c         coeff[6]=(coeff[5]-coeff[4])/geometry.width; /* changed width */
width            1908 magick/distort.c         geometry.width = (size_t) ceil( 2.0*coeff[1]*tan(coeff[0]/2.0) );
width            1911 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1921 magick/distort.c         geometry.width = (size_t) ceil(coeff[0]*coeff[1]);  /* FOV * radius */
width            1924 magick/distort.c         coeff[4] = (double) geometry.width/2.0;
width            1953 magick/distort.c       geometry.width=(size_t) ceil(max.x-geometry.x+0.5);
width            1986 magick/distort.c         "-page %+.20g%+.20g xc: +insert \\\n",(double) geometry.width,
width            2267 magick/distort.c       geometry.width=(size_t) (output_scaling*geometry.width+0.5);
width            2288 magick/distort.c   distort_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width             510 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             516 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             517 magick/distribute-cache.c   q+=sizeof(region.width);
width             526 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             567 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             573 magick/distribute-cache.c   (void) memcpy(&region.width,q,sizeof(region.width));
width             574 magick/distribute-cache.c   q+=sizeof(region.width);
width             583 magick/distribute-cache.c   p=GetVirtualPixels(image,region.x,region.y,region.width,region.height,
width             631 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             637 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             638 magick/distribute-cache.c   p+=sizeof(region.width);
width             647 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width             688 magick/distribute-cache.c   length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
width             694 magick/distribute-cache.c   (void) memcpy(&region.width,p,sizeof(region.width));
width             695 magick/distribute-cache.c   p+=sizeof(region.width);
width             704 magick/distribute-cache.c   q=GetAuthenticPixels(image,region.x,region.y,region.width,region.height,
width            1148 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1149 magick/distribute-cache.c   p+=sizeof(region->width);
width            1223 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1224 magick/distribute-cache.c   p+=sizeof(region->width);
width            1355 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1356 magick/distribute-cache.c   p+=sizeof(region->width);
width            1430 magick/distribute-cache.c   (void) memcpy(p,&region->width,sizeof(region->width));
width            1431 magick/distribute-cache.c   p+=sizeof(region->width);
width            1799 magick/draw.c    if ((image->page.width == 0) || (image->page.height == 0))
width            1801 magick/draw.c        graphic_context[n]->viewbox.width=image->columns;
width            2412 magick/draw.c                  bounds.width=(size_t) floor(StringToDouble(token,
width            2434 magick/draw.c                    "%.20gx%.20g%+.20g%+.20g",(double) bounds.width,(double)
width            2759 magick/draw.c              graphic_context[n]->viewbox.width=(size_t) floor(StringToDouble(
width            3344 magick/draw.c      for (x=bounding_box.x; x < (ssize_t) bounding_box.width; x++)
width             361 magick/draw.h      width,
width             181 magick/effect.c     width;
width             227 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             228 magick/effect.c   kernel=(double **) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width             236 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             237 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             240 magick/effect.c       (width-i),(width-i)*sizeof(**kernel)));
width             244 magick/effect.c     j=(ssize_t) (width-i)/2;
width             260 magick/effect.c   if (i < (ssize_t) width)
width             330 magick/effect.c       i=(ssize_t) ceil((double) width*QuantumScale*
width             335 magick/effect.c         if (i > (ssize_t) width)
width             336 magick/effect.c           i=(ssize_t) width;
width             339 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             340 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             350 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             352 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             368 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
width             410 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             503 magick/effect.c     width;
width             549 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             550 magick/effect.c   kernel=(double **) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width             558 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             559 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             562 magick/effect.c       (width-i),(width-i)*sizeof(**kernel)));
width             566 magick/effect.c     j=(ssize_t) (width-i-1)/2;
width             582 magick/effect.c   if (i < (ssize_t) width)
width             652 magick/effect.c       i=(ssize_t) ceil((double) width*(1.0-QuantumScale*
width             657 magick/effect.c         if (i > (ssize_t) width)
width             658 magick/effect.c           i=(ssize_t) width;
width             661 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             662 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             672 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             674 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             690 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
width             732 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             893 magick/effect.c   kernel_info->width=order;
width             899 magick/effect.c     kernel_info->width,kernel_info->width*sizeof(*kernel_info->values)));
width            1273 magick/effect.c     width;
width            1281 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            1286 magick/effect.c   kernel_info->width=width;
width            1287 magick/effect.c   kernel_info->height=width;
width            1288 magick/effect.c   kernel_info->x=(ssize_t) (kernel_info->width-1)/2;
width            1292 magick/effect.c     kernel_info->width,kernel_info->height*sizeof(*kernel_info->values)));
width            1298 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1300 magick/effect.c   kernel_info->values[i/2]=(double) kernel_info->width*kernel_info->height-1.0;
width            1362 magick/effect.c     width;
width            1376 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            1380 magick/effect.c   kernel_info->width=width;
width            1381 magick/effect.c   kernel_info->height=width;
width            1382 magick/effect.c   kernel_info->x=(ssize_t) (width-1)/2;
width            1383 magick/effect.c   kernel_info->y=(ssize_t) (width-1)/2;
width            1385 magick/effect.c     kernel_info->width,kernel_info->width*sizeof(*kernel_info->values)));
width            1391 magick/effect.c   j=(ssize_t) (kernel_info->width-1)/2;
width            1408 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1411 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            1514 magick/effect.c   if ((kernel->width % 2) == 0)
width            1533 magick/effect.c         "  FilterImage with %.20gx%.20g kernel:",(double) kernel->width,(double)
width            1542 magick/effect.c         for (u=0; u < (ssize_t) kernel->width; u++)
width            1577 magick/effect.c     kernel->width,kernel->width*sizeof(*filter_kernel)));
width            1583 magick/effect.c   for (i=0; i < (ssize_t) (kernel->width*kernel->width); i++)
width            1620 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) (kernel->width-1)/2L),y-
width            1621 magick/effect.c       (ssize_t) ((kernel->height-1)/2L),image->columns+kernel->width,
width            1658 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            1667 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            1679 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1686 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1698 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1705 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            1717 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            1729 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            1742 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1749 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1762 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            1771 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            1772 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            1952 magick/effect.c   kernel=(double *) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width            1957 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            1963 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2014 magick/effect.c     width;
width            2024 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            2025 magick/effect.c   kernel=GetMotionBlurKernel(width,sigma);
width            2028 magick/effect.c   offset=(OffsetInfo *) AcquireQuantumMemory(width,sizeof(*offset));
width            2049 magick/effect.c   point.x=(double) width*sin(DegreesToRadians(angle));
width            2050 magick/effect.c   point.y=(double) width*cos(DegreesToRadians(angle));
width            2051 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2110 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2145 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2294 magick/effect.c     &geometry.width,&geometry.height);
width            2305 magick/effect.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width            2564 magick/effect.c         geometry.width=(size_t) (2*i+2);
width            2570 magick/effect.c           "raise %.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3100 magick/effect.c     width;
width            3118 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            3119 magick/effect.c   kernel=(double *) MagickAssumeAligned(AcquireAlignedMemory((size_t) width,
width            3120 magick/effect.c     width*sizeof(*kernel)));
width            3123 magick/effect.c   j=(ssize_t) (width-1)/2;
width            3145 magick/effect.c         "  SelectiveBlurImage with %.20gx%.20g kernel:",(double) width,(double)
width            3146 magick/effect.c         width);
width            3149 magick/effect.c       for (v=0; v < (ssize_t) width; v++)
width            3154 magick/effect.c         for (u=0; u < (ssize_t) width; u++)
width            3197 magick/effect.c   center=(ssize_t) ((image->columns+width)*((width-1)/2L)+((width-1)/2L));
width            3233 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) (width-1)/2L),y-(ssize_t)
width            3234 magick/effect.c       ((width-1)/2L),image->columns+width,width,exception);
width            3235 magick/effect.c     l=GetCacheViewVirtualPixels(luminance_view,-((ssize_t) (width-1)/2L),y-
width            3236 magick/effect.c       (ssize_t) ((width-1)/2L),luminance_image->columns+width,width,exception);
width            3279 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3281 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3293 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3309 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3311 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3321 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3331 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3333 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3343 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3354 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3356 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3370 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3386 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3388 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3398 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3408 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3410 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3422 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3745 magick/effect.c     width;
width            3758 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            3763 magick/effect.c   kernel_info->width=width;
width            3764 magick/effect.c   kernel_info->height=width;
width            3765 magick/effect.c   kernel_info->x=(ssize_t) (width-1)/2;
width            3766 magick/effect.c   kernel_info->y=(ssize_t) (width-1)/2;
width            3769 magick/effect.c     kernel_info->width,kernel_info->height*sizeof(*kernel_info->values)));
width            3776 magick/effect.c   j=(ssize_t) (kernel_info->width-1)/2;
width            3790 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            3793 magick/effect.c   for (i=0; i < (ssize_t) (kernel_info->width*kernel_info->height); i++)
width            3854 magick/effect.c     width;
width            3889 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            3929 magick/effect.c         UndefinedInterpolatePixel,(double) x+width*(GetPseudoRandomValue(
width            3930 magick/effect.c         random_info[id])-0.5),(double) y+width*(GetPseudoRandomValue(
width            2629 magick/enhance.c     width;
width            2673 magick/enhance.c   width=(double) hald_image->columns;
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            2739 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset,width),floor(offset/width),
width            2742 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset+level,width),floor((offset+level)/
width            2743 magick/enhance.c         width),&pixel2,exception);
width              91 magick/fourier.c     width,
width             152 magick/fourier.c   source_info=AcquireVirtualMemory(height,width*sizeof(*source_pixels));
width             164 magick/fourier.c     for (x=0L; x < (ssize_t) width; x++)
width             167 magick/fourier.c         u=((x+x_offset) < 0L) ? x+x_offset+(ssize_t) width : x+x_offset;
width             169 magick/fourier.c         u=((x+x_offset) > ((ssize_t) width-1L)) ? x+x_offset-(ssize_t) width :
width             171 magick/fourier.c       source_pixels[v*width+u]=roll_pixels[i++];
width             174 magick/fourier.c   (void) CopyMagickMemory(roll_pixels,source_pixels,height*width*
width             196 magick/fourier.c   center=(ssize_t) floor((double) width/2L)+1L;
width             202 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             203 magick/fourier.c       forward_pixels[y*width+x+width/2L]=source_pixels[y*center+x];
width             205 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             206 magick/fourier.c       forward_pixels[(height-y)*width+width/2L-x-1L]=
width             208 magick/fourier.c   for (x=0L; x < (ssize_t) (width/2L); x++)
width             209 magick/fourier.c     forward_pixels[-x+width/2L-1L]=forward_pixels[x+width/2L+1L];
width             223 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L); x++)
width             224 magick/fourier.c       fourier_pixels[y*width+x]*=(-1.0);
width             274 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width             276 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width             290 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width             293 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width             294 magick/fourier.c   status=ForwardQuadrantSwap(fourier_info->width,fourier_info->height,
width             297 magick/fourier.c     status=ForwardQuadrantSwap(fourier_info->width,fourier_info->height,phase,
width             299 magick/fourier.c   CorrectPhaseLHS(fourier_info->width,fourier_info->height,phase_pixels);
width             304 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             320 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             374 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             461 magick/fourier.c     fourier_info->width*sizeof(*source_pixels));
width             469 magick/fourier.c   ResetMagickMemory(source_pixels,0,fourier_info->height*fourier_info->width*
width             475 magick/fourier.c     p=GetCacheViewVirtualPixels(image_view,0L,y,fourier_info->width,1UL,
width             480 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             534 magick/fourier.c   fftw_r2c_plan=fftw_plan_dft_r2c_2d(fourier_info->width,fourier_info->height,
width             542 magick/fourier.c   n=(double) fourier_info->width*(double) fourier_info->height;
width             600 magick/fourier.c   fourier_info.width=image->columns;
width             605 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width             607 magick/fourier.c   fourier_info.height=fourier_info.width;
width             608 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2L)+1L;
width             658 magick/fourier.c       width;
width             660 magick/fourier.c     width=image->columns;
width             665 magick/fourier.c         width=(extent & 0x01) == 1 ? extent+1UL : extent;
width             667 magick/fourier.c     magnitude_image=CloneImage(image,width,width,MagickFalse,exception);
width             675 magick/fourier.c         phase_image=CloneImage(image,width,width,MagickFalse,exception);
width             825 magick/fourier.c   center=(ssize_t) floor((double) width/2L)+1L;
width             827 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L+1L); x++)
width             828 magick/fourier.c       destination[(height-y)*center-x+width/2L]=source[y*width+x];
width             830 magick/fourier.c     destination[y*center]=source[y*width+width/2L];
width             874 magick/fourier.c     fourier_info->width*sizeof(*magnitude_pixels));
width             876 magick/fourier.c     fourier_info->width*sizeof(*phase_pixels));
width             901 magick/fourier.c     p=GetCacheViewVirtualPixels(magnitude_view,0L,y,fourier_info->width,1UL,
width             906 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             947 magick/fourier.c   status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width             955 magick/fourier.c     p=GetCacheViewVirtualPixels(phase_view,0,y,fourier_info->width,1,
width             960 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1004 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1012 magick/fourier.c   CorrectPhaseLHS(fourier_info->width,fourier_info->height,phase_pixels);
width            1014 magick/fourier.c     status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width            1082 magick/fourier.c     fourier_info->width*sizeof(*source_pixels));
width            1094 magick/fourier.c     fftw_c2r_plan=fftw_plan_dft_c2r_2d(fourier_info->width,fourier_info->height,
width            1105 magick/fourier.c     q=GetCacheViewAuthenticPixels(image_view,0L,y,fourier_info->width >
width            1106 magick/fourier.c       image->columns ? image->columns : fourier_info->width,1UL,exception);
width            1110 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1179 magick/fourier.c   fourier_info.width=magnitude_image->columns;
width            1186 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width            1188 magick/fourier.c   fourier_info.height=fourier_info.width;
width            1189 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2L)+1L;
width             910 magick/fx.c        for (u=0; u < (ssize_t) color_matrix->width; u++)
width            1772 magick/fx.c            return((MagickRealType) image->page.width);
width            4280 magick/fx.c      border_info.width=(size_t) floor(2.0*sigma+0.5);
width            4351 magick/fx.c      if (shadow_image->page.width == 0)
width            4352 magick/fx.c        shadow_image->page.width=shadow_image->columns;
width            4355 magick/fx.c      shadow_image->page.width+=x_offset-(ssize_t) border_info.width;
width            4357 magick/fx.c      shadow_image->page.x+=x_offset-(ssize_t) border_info.width;
width            1651 magick/gem.c       width;
width            1664 magick/gem.c     for (width=5; ; )
width            1667 magick/gem.c       j=(ssize_t) (width-1)/2;
width            1673 magick/gem.c       width+=2;
width            1675 magick/gem.c     return((size_t) (width-2));
width            1689 magick/gem.c       width;
width            1704 magick/gem.c     for (width=5; ; )
width            1707 magick/gem.c       j=(ssize_t) (width-1)/2;
width            1714 magick/gem.c       width+=2;
width            1716 magick/gem.c     return((size_t) (width-2));
width             226 magick/geometry.c             *width=(size_t) strtol(p,&p,10);
width             228 magick/geometry.c             *width=(size_t) floor(StringToDouble(p,&p)+0.5);
width             295 magick/geometry.c           *height=(*width);
width             299 magick/geometry.c         *width=(*height);
width             311 magick/geometry.c   (void) fprintf(stderr,"Geometry: %ldx%ld%+ld%+ld\n",(long) *width,(long)
width             449 magick/geometry.c         flags=GetGeometry(page,&geometry.x,&geometry.y,&geometry.width,
width             493 magick/geometry.c   if (region->width == 0)
width             494 magick/geometry.c     region->width=width;
width             501 magick/geometry.c       region->x=(ssize_t) (width-region->width-region->x);
width             509 magick/geometry.c       region->x+=(ssize_t) (width/2-region->width/2);
width             669 magick/geometry.c     &region_info->width,&region_info->height);
width            1147 magick/geometry.c     width;
width            1150 magick/geometry.c   if (image->page.width != 0)
width            1151 magick/geometry.c     region_info->width=image->page.width;
width            1184 magick/geometry.c       region_info->width=(size_t) floor((scale.x*image->columns/100.0)+0.5);
width            1190 magick/geometry.c   width=region_info->width;
width            1192 magick/geometry.c   if (width == 0)
width            1193 magick/geometry.c     region_info->width=image->page.width | image->columns;
width            1197 magick/geometry.c   region_info->width=width;
width            1271 magick/geometry.c   assert(width != (size_t *) NULL);
width            1280 magick/geometry.c   former_width=(*width);
width            1282 magick/geometry.c   flags=GetGeometry(geometry,x,y,width,height);
width            1301 magick/geometry.c       *width=(size_t) floor(scale.x*former_width/100.0+0.5);
width            1303 magick/geometry.c       former_width=(*width);
width            1306 magick/geometry.c   if (((flags & AspectValue) != 0) || ((*width == former_width) &&
width            1310 magick/geometry.c         *width=former_width;
width            1327 magick/geometry.c             scale_factor=(double) *width/(double) former_width;
width            1340 magick/geometry.c               scale_factor=(double) *width/(double) former_width;
width            1342 magick/geometry.c                   (scale_factor < ((double) *width/(double) former_height)))
width            1343 magick/geometry.c                 scale_factor=(double) *width/(double) former_height;
width            1352 magick/geometry.c       *width=MagickMax((size_t) floor(scale_factor*former_width+0.5),1UL);
width            1357 magick/geometry.c       if (former_width < *width)
width            1358 magick/geometry.c         *width=former_width;
width            1364 magick/geometry.c       if (former_width > *width)
width            1365 magick/geometry.c         *width=former_width;
width            1386 magick/geometry.c       if ((scale.x < (double) *width) || (scale.y < (double) *height))
width            1403 magick/geometry.c           *width=(size_t) scale.x;
width            1406 magick/geometry.c       former_width=(*width);
width            1452 magick/geometry.c   if (image->page.width != 0)
width            1453 magick/geometry.c     region_info->width=image->page.width;
width            1465 magick/geometry.c       region_info->width=image->columns;
width            1469 magick/geometry.c     &region_info->width,&region_info->height);
width            1474 magick/geometry.c         region_info->width=region_info->height;
width            1476 magick/geometry.c         region_info->height=region_info->width;
width            1522 magick/geometry.c     &region_info->width,&region_info->height);
width            1561 magick/geometry.c   geometry->width=image->columns;
width             124 magick/geometry.h     width,
width             338 magick/identify.c       if ((image->page.width != 0) || (image->page.height != 0) ||
width             341 magick/identify.c           image->page.width,(double) image->page.height,(double) image->page.x,
width             742 magick/identify.c   if ((image->extract_info.width*image->extract_info.height) != 0)
width             744 magick/identify.c       (double) image->extract_info.width,(double) image->extract_info.height,
width             764 magick/identify.c   if ((image->page.width != 0) || (image->page.height != 0) ||
width             767 magick/identify.c       (double) image->page.width,(double) image->page.height,(double)
width             273 magick/image-view.c       source->extent.width,1,source->exception);
width             280 magick/image-view.c       duplex->extent.width,1,duplex->exception);
width             287 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             579 magick/image-view.c       source->extent.width,1,source->exception);
width             736 magick/image-view.c   image_view->extent.width=image->columns;
width             790 magick/image-view.c   image_view->extent.width=width;
width             931 magick/image-view.c       y,destination->extent.width,1,exception);
width            1105 magick/image-view.c       source->extent.width,1,source->exception);
width            1112 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1236 magick/image-view.c       source->extent.width,1,exception);
width             223 magick/image.c       image->columns=image->extract_info.width;
width             238 magick/image.c           Swap(image->columns,image->extract_info.width);
width             452 magick/image.c     width;
width             470 magick/image.c   width=images->columns;
width             480 magick/image.c         if (next->columns > width)
width             481 magick/image.c           width=next->columns;
width             485 magick/image.c     width+=next->columns;
width             492 magick/image.c   append_image=CloneImage(images,width,height,MagickTrue,exception);
width             887 magick/image.c   clone_image->page.width=(size_t) floor(scale*image->page.width+0.5);
width            1951 magick/image.c   image->columns=width;
width            2073 magick/image.c         geometry.height=geometry.width;
width            2074 magick/image.c       image->page.width=geometry.width;
width            2089 magick/image.c           if ((image->page.width == 0) && (geometry.x > 0))
width            2090 magick/image.c             image->page.width=image->columns+geometry.x;
width            3236 magick/image.c     width;
width            3254 magick/image.c   width=image->columns;
width            3264 magick/image.c         if (next->columns > width)
width            3265 magick/image.c           width=next->columns;
width            3271 magick/image.c     width+=next->columns;
width            3273 magick/image.c       width+=offset;
width            3280 magick/image.c   smush_image=CloneImage(image,width,height,MagickTrue,exception);
width             118 magick/layer.c     q=GetAuthenticPixels(image,bounds->x,bounds->y+y,bounds->width,1,exception);
width             121 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             182 magick/layer.c     p=GetVirtualPixels(image1,bounds->x,bounds->y+y,bounds->width,1,
width             184 magick/layer.c     q=GetVirtualPixels(image2,bounds->x,bounds->y+y,bounds->width,1,
width             188 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             196 magick/layer.c     if (x < (ssize_t) bounds->width)
width             257 magick/layer.c   if (bounds.width == 0)
width             259 magick/layer.c       bounds.width=next->columns;
width             261 magick/layer.c         bounds.width+=bounds.x;
width             271 magick/layer.c   coalesce_image=CloneImage(next,bounds.width,bounds.height,MagickTrue,
width             293 magick/layer.c     bounds.width=previous->columns;
width             297 magick/layer.c         bounds.width+=bounds.x;
width             300 magick/layer.c     if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) coalesce_image->columns)
width             301 magick/layer.c       bounds.width=coalesce_image->columns-bounds.x;
width             402 magick/layer.c   dispose_image=CloneImage(image,image->page.width,image->page.height,
width             436 magick/layer.c         bounds.width=next->columns;
width             440 magick/layer.c             bounds.width+=bounds.x;
width             443 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width             444 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width             656 magick/layer.c       bounds.width=1;
width             682 magick/layer.c   bounds.width=(size_t) (x-bounds.x+1);
width             805 magick/layer.c   image_a=CloneImage(next,next->page.width,next->page.height,
width            1041 magick/layer.c   prev_image=CloneImage(curr,curr->page.width,curr->page.height,
width            1068 magick/layer.c     (double) bounds[i].width,(double) bounds[i].height,
width            1077 magick/layer.c   dup_bounds.width=0;
width            1095 magick/layer.c          (double) bounds[i].width,(double) bounds[i].height,
width            1124 magick/layer.c          (double) try_bounds.width,(double) try_bounds.height,
width            1129 magick/layer.c                 try_bounds.width * try_bounds.height
width            1130 magick/layer.c                     <  bounds[i].width * bounds[i].height )
width            1147 magick/layer.c         dup_bounds.width=dup_bounds.height=0; /* no dup, no pixel added */
width            1150 magick/layer.c             dup_image=CloneImage(curr->previous,curr->previous->page.width,
width            1163 magick/layer.c                    dup_bounds.width*dup_bounds.height
width            1164 magick/layer.c                       +try_bounds.width*try_bounds.height
width            1165 magick/layer.c                    < bounds[i].width * bounds[i].height )
width            1173 magick/layer.c               dup_bounds.width=dup_bounds.height=0;
width            1178 magick/layer.c         bgnd_image=CloneImage(curr->previous,curr->previous->page.width,
width            1208 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1218 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1223 magick/layer.c                      bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x;
width            1224 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1225 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1230 magick/layer.c                      try_bounds.width += try_bounds.x - bgnd_bounds.x;
width            1231 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1232 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1249 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1264 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1269 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1277 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1287 magick/layer.c               bgnd_bounds.width*bgnd_bounds.height
width            1288 magick/layer.c                 +try_bounds.width*try_bounds.height
width            1289 magick/layer.c               < bounds[i-1].width*bounds[i-1].height
width            1290 magick/layer.c                   +dup_bounds.width*dup_bounds.height
width            1291 magick/layer.c                   +bounds[i].width*bounds[i].height )
width            1334 magick/layer.c             prev_image=CloneImage(curr->previous,curr->previous->page.width,
width            1351 magick/layer.c          (double) bounds[i-1].width, (double) bounds[i-1].height,
width            1358 magick/layer.c          (double) bounds[i].width, (double) bounds[i].height,
width            1530 magick/layer.c   dispose_image=CloneImage(next,next->page.width,next->page.height,
width            1567 magick/layer.c         bounds.width=next->columns;
width            1571 magick/layer.c             bounds.width+=bounds.x;
width            1574 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width            1575 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width            1961 magick/layer.c     width;
width            1976 magick/layer.c   width=image->columns;
width            1989 magick/layer.c             width+=page.x-next->page.x;
width            1997 magick/layer.c         if ((ssize_t) width < (next->page.x+(ssize_t) next->columns-page.x))
width            1998 magick/layer.c           width=(size_t) next->page.x+(ssize_t) next->columns-page.x;
width            2006 magick/layer.c       if (page.width > 0)
width            2007 magick/layer.c         width=page.width;
width            2016 magick/layer.c       if (page.width > 0)
width            2017 magick/layer.c         width=page.width;
width            2026 magick/layer.c             if ((ssize_t) width < (next->page.x+(ssize_t) next->columns))
width            2027 magick/layer.c               width=(size_t) next->page.x+next->columns;
width            2032 magick/layer.c       page.width=width;
width            2042 magick/layer.c   if (page.width == 0)
width            2043 magick/layer.c     page.width=page.x < 0 ? width : width+page.x;
width            2056 magick/layer.c         image->page.width=width;
width            2071 magick/layer.c   canvas=CloneImage(image,width,height,MagickTrue,exception);
width             405 magick/montage.c     width;
width             444 magick/montage.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width             497 magick/montage.c         &extract_info.width,&extract_info.height);
width             509 magick/montage.c       frame_info.width=extract_info.width;
width             514 magick/montage.c         &frame_info.inner_bevel,&frame_info.width,&frame_info.height);
width             516 magick/montage.c         frame_info.height=frame_info.width;
width             518 magick/montage.c         frame_info.outer_bevel=(ssize_t) frame_info.width/2;
width             521 magick/montage.c       frame_info.x=(ssize_t) frame_info.width;
width             525 magick/montage.c       border_width=(size_t) MagickMax((ssize_t) frame_info.width,
width             530 magick/montage.c     if (image_list[i]->columns > extract_info.width)
width             531 magick/montage.c       extract_info.width=image_list[i]->columns;
width             599 magick/montage.c     bounds.width=0;
width             601 magick/montage.c     width=0;
width             606 magick/montage.c           width=concatenate != MagickFalse ? image_list[tile]->columns :
width             607 magick/montage.c             extract_info.width;
width             611 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             612 magick/montage.c       if (x_offset > (ssize_t) bounds.width)
width             613 magick/montage.c         bounds.width=(size_t) x_offset;
width             631 magick/montage.c       bounds.width+=4;
width             637 magick/montage.c     montage->columns=(size_t) MagickMax((ssize_t) bounds.width,1);
width             663 magick/montage.c       "%.20gx%.20g%+.20g%+.20g",(double) (extract_info.width+
width             729 magick/montage.c       width=concatenate != MagickFalse ? image->columns : extract_info.width;
width             744 magick/montage.c           border_info.width=border_width;
width             748 magick/montage.c               border_info.width=(width-image->columns+1)/2;
width             764 magick/montage.c       tile_image->columns=width;
width             786 magick/montage.c           extract_info.width=width+2*frame_info.width;
width             838 magick/montage.c                 image->columns : width)-2*border_width),(double)
width             849 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             281 magick/morphology.c       kernel->width = (size_t)args.rho;
width             288 magick/morphology.c                                         : (ssize_t) (kernel->width-1)/2;
width             291 magick/morphology.c       if ( kernel->x >= (ssize_t) kernel->width ||
width             310 magick/morphology.c       kernel->width = kernel->height= (size_t) sqrt((double) i+1.0);
width             311 magick/morphology.c       kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width             319 magick/morphology.c     kernel->width,kernel->height*sizeof(*kernel->values)));
width             325 magick/morphology.c   for (i=0; (i < (ssize_t) (kernel->width*kernel->height)) && (p < end); i++)
width             351 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) ) {
width             354 magick/morphology.c     for ( ; i < (ssize_t) (kernel->width*kernel->height); i++)
width             359 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) )
width            1035 magick/morphology.c         kernel->height = kernel->width = (size_t) 1;
width            1054 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1056 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma);
width            1058 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma2);
width            1059 magick/morphology.c         kernel->height = kernel->width;
width            1060 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1062 magick/morphology.c           kernel->width,kernel->height*sizeof(*kernel->values)));
width            1084 magick/morphology.c                   kernel->width*kernel->height*sizeof(*kernel->values));
width            1085 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1100 magick/morphology.c               kernel->values[kernel->x+kernel->y*kernel->width] -= 1.0;
width            1116 magick/morphology.c                   kernel->width*kernel->height*sizeof(*kernel->values));
width            1117 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1145 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1147 magick/morphology.c           kernel->width = GetOptimalKernelWidth1D(args->rho,sigma);
width            1149 magick/morphology.c         kernel->x = (ssize_t) (kernel->width-1)/2;
width            1152 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1173 magick/morphology.c         v = (ssize_t) (kernel->width*KernelRank-1)/2; /* start/end points to fit range */
width            1175 magick/morphology.c            kernel->width*kernel->height*sizeof(*kernel->values));
width            1187 magick/morphology.c           kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1201 magick/morphology.c               kernel->width*kernel->height*sizeof(*kernel->values));
width            1202 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1232 magick/morphology.c           kernel->width = (GetOptimalKernelWidth1D(args->rho,sigma)-1)/2+1;
width            1234 magick/morphology.c           kernel->width = (size_t)args->rho;
width            1238 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1257 magick/morphology.c             v = (ssize_t) kernel->width*KernelRank; /* start/end points */
width            1259 magick/morphology.c               kernel->width*sizeof(*kernel->values));
width            1268 magick/morphology.c             for (i=0; i < (ssize_t) kernel->width; i++)
width            1273 magick/morphology.c             for ( i=0; i < (ssize_t) kernel->width; i++)
width            1281 magick/morphology.c               kernel->width*kernel->height*sizeof(*kernel->values));
width            1282 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1300 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1302 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1303 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1305 magick/morphology.c         order_f = fact(kernel->width-1);
width            1307 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1316 magick/morphology.c             for ( u=0; u < (ssize_t)kernel->width; u++, i++)
width            1321 magick/morphology.c         kernel->maximum = kernel->values[kernel->x+kernel->y*kernel->width];
width            1534 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1536 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1537 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1539 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1561 magick/morphology.c               kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1563 magick/morphology.c               kernel->width = kernel->height = (size_t) (2*args->rho+1);
width            1564 magick/morphology.c             kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1571 magick/morphology.c             kernel->width = (size_t)args->rho;
width            1573 magick/morphology.c             if ( args->xi  < 0.0 || args->xi  > (double)kernel->width ||
width            1580 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1586 magick/morphology.c         u=(ssize_t) (kernel->width*kernel->height);
width            1596 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius = 2 */
width            1598 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1599 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1601 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1622 magick/morphology.c             kernel->width = kernel->height = 9L, limit = 18L;
width            1624 magick/morphology.c             kernel->width = kernel->height = (size_t)fabs(args->rho)*2+1;
width            1625 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1627 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1644 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1646 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1647 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1649 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1659 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1665 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1667 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1668 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1670 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1680 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1696 magick/morphology.c               kernel->width = ((size_t)args->sigma)*2+1;
width            1702 magick/morphology.c               kernel->width = ((size_t)args->rho)*2+1;
width            1707 magick/morphology.c             kernel->width = 7L, limit1 = 7L, limit2 = 11L;
width            1709 magick/morphology.c           kernel->height = kernel->width;
width            1710 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1711 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            1729 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            2076 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2078 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2079 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2081 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2096 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2098 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2099 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2101 magick/morphology.c           kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2116 magick/morphology.c           kernel->width = kernel->height = 5;  /* default/minimum radius = 2 */
width            2118 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2119 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2121 magick/morphology.c         kernel->values=(double *) AcquireAlignedMemory(kernel->width,
width            2141 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2143 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2144 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2146 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            2302 magick/morphology.c       for ( y=0, k=kernel->values; y < kernel->height; y++, k+=kernel->width)
width            2303 magick/morphology.c         for ( x=0, r=kernel->width-1; x<kernel->width/2; x++, r--)
width            2306 magick/morphology.c       kernel->x = kernel->width - kernel->x - 1;
width            2376 magick/morphology.c   if (    kernel1->width != kernel2->width
width            2383 magick/morphology.c   for (i=0; i < (kernel1->width*kernel1->height); i++) {
width            2459 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width            2586 magick/morphology.c   virt_width=image->columns+kernel->width-1;
width            2599 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            2620 magick/morphology.c   if ( method == ConvolveMorphology && kernel->width == 1 )
width            2965 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            2974 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3014 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3056 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3084 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3088 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3122 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3171 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3198 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3202 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3241 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3245 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3408 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            3425 magick/morphology.c   virt_width=image->columns+kernel->width-1;
width            3499 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3503 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3516 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3538 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3542 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3555 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3691 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3695 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3708 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y)+kernel->x-1 ];
width            3711 magick/morphology.c               for (u=offx+1; u < (ssize_t) kernel->width; u++, k--) {
width            3728 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3732 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3745 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y)+kernel->x-1 ];
width            3748 magick/morphology.c               for (u=offx+1; u < (ssize_t) kernel->width; u++, k--) {
width            4485 magick/morphology.c       if ( kernel->width == 3 && kernel->height == 3 )
width            4516 magick/morphology.c       if ( kernel->width == 1 || kernel->height == 1 )
width            4522 magick/morphology.c           t = (ssize_t) kernel->width;
width            4523 magick/morphology.c           kernel->width = kernel->height;
width            4528 magick/morphology.c           if ( kernel->width == 1 ) {
width            4536 magick/morphology.c       else if ( kernel->width == kernel->height )
width            4543 magick/morphology.c             for( i=0, x=kernel->width-1;  i<=x;   i++, x--)
width            4545 magick/morphology.c                 { t                    = k[i+j*kernel->width];
width            4546 magick/morphology.c                   k[i+j*kernel->width] = k[j+x*kernel->width];
width            4547 magick/morphology.c                   k[j+x*kernel->width] = k[x+y*kernel->width];
width            4548 magick/morphology.c                   k[x+y*kernel->width] = k[y+i*kernel->width];
width            4549 magick/morphology.c                   k[y+i*kernel->width] = t;
width            4554 magick/morphology.c             x = (ssize_t) (kernel->x*2-kernel->width+1);
width            4556 magick/morphology.c             kernel->x = (ssize_t) ( -y +(ssize_t) kernel->width-1)/2;
width            4583 magick/morphology.c       for ( i=0, j=kernel->width*kernel->height-1;  i<j;  i++, j--)
width            4586 magick/morphology.c       kernel->x = (ssize_t) kernel->width  - kernel->x - 1;
width            4776 magick/morphology.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            4842 magick/morphology.c       k->width,(unsigned long) k->height,(long) k->x,(long) k->y);
width            4859 magick/morphology.c       for (u=0; u < k->width; u++, i++)
width            4911 magick/morphology.c   kernel->values[kernel->x+kernel->y*kernel->width] += scale;
width            4951 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width             108 magick/morphology.h     width,
width             138 magick/nt-feature.c   if (((geometry->x+(ssize_t) geometry->width) < 0) ||
width             144 magick/nt-feature.c   if ((page.x+(ssize_t) page.width) > (ssize_t) image->columns)
width             145 magick/nt-feature.c     page.width=image->columns-page.x;
width             150 magick/nt-feature.c       page.width+=page.x;
width             159 magick/nt-feature.c   if ((page.width == 0) || (page.height == 0))
width             165 magick/nt-feature.c   bitmap.bmWidth        = (LONG) page.width;
width             172 magick/nt-feature.c   bitmap_bitsH=(HANDLE) GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE,page.width*
width             187 magick/nt-feature.c     p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
width             193 magick/nt-feature.c       CopyMagickMemory((void*)q,(const void*)p,page.width*sizeof(PixelPacket));
width             194 magick/nt-feature.c       q += page.width;
width             202 magick/nt-feature.c         for( x=(ssize_t) page.width ; x> 0 ; x-- )
width              59 magick/opencl.h   cl_uint width;
width             456 magick/paint.c   gradient->bounding_box.width=image->columns;
width             583 magick/paint.c     width;
width             597 magick/paint.c   width=GetOptimalKernelWidth2D(radius,0.5);
width             655 magick/paint.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             656 magick/paint.c       (width/2L),linear_image->columns+width,width,exception);
width             688 magick/paint.c       for (v=0; v < (ssize_t) width; v++)
width             690 magick/paint.c         for (u=0; u < (ssize_t) width; u++)
width             701 magick/paint.c         i+=(ssize_t) (linear_image->columns+width);
width             373 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             376 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             390 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             393 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             408 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             411 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             426 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             429 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
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             493 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             583 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             586 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             600 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             603 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             619 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             622 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             637 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             640 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             652 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             655 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             669 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             672 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             688 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             691 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             709 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width             796 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             799 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             813 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             816 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             831 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             834 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width             849 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width             852 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             916 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            1006 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1009 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1023 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1026 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1042 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1045 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1060 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1063 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1076 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1079 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1093 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1096 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1111 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1114 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            1132 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            1220 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1223 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1237 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1240 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1255 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1258 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1273 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1276 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            1340 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            1430 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1433 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1447 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1450 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1465 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1468 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1483 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1486 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            1550 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            1643 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1646 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1660 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1663 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1678 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1681 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            1696 magick/pixel.c         p=GetVirtualPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            1699 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            1763 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            1953 magick/pixel.c   roi.width=width;
width            2279 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2282 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2298 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2301 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2318 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2321 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2338 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2341 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2358 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2361 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2377 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2380 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2396 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2399 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2416 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2419 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2436 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2439 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2455 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            2547 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2550 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2569 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2572 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2594 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2597 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2617 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2620 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2637 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2640 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2659 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2662 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2683 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2686 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2704 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2708 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            2802 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2805 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2824 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2827 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2848 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2851 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2871 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2874 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2891 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2894 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2913 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2916 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2937 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2940 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            2958 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            2962 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3052 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3055 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3071 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3074 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3091 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3094 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3111 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3114 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3130 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3133 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3149 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3152 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3169 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3172 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3188 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3192 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3280 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3283 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3299 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3302 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3319 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3322 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3339 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3342 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3358 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3361 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3377 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3380 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3397 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3400 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3416 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3420 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3508 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3511 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3527 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3530 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3547 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3550 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3567 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3570 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3586 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3589 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3605 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3608 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3625 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3628 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3644 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3648 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            3736 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3739 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3755 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3758 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3775 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3778 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3795 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3798 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3814 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3817 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3833 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3836 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3853 magick/pixel.c         q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3856 magick/pixel.c         for (x=0; x < (ssize_t) roi->width; x++)
width            3872 magick/pixel.c     q=GetAuthenticPixels(image,roi->x,roi->y+y,roi->width,1,exception);
width            3876 magick/pixel.c     for (x=0; x < (ssize_t) roi->width; x++)
width            4060 magick/pixel.c   roi.width=width;
width            4511 magick/pixel.c       geometry.width=4L;
width            2228 magick/property.c         (double) image->page.width,(double) image->page.height,
width            2388 magick/property.c         image->page.width,(double) image->page.height);
width            2415 magick/property.c         image->page.width);
width            2442 magick/property.c         (double) page.width,(double) page.height,(double) page.x,(double)
width            1793 magick/resize.c         width;
width            1798 magick/resize.c       for (width=image->columns; columns >= (2*width-1); width*=2);
width            1800 magick/resize.c       resize_image=ResizeImage(image,width,height,image->filter,image->blur,
width            2230 magick/resize.c     width;
width            2241 magick/resize.c   width=(size_t) (x_resolution*image->columns/(image->x_resolution == 0.0 ?
width            2245 magick/resize.c   resample_image=ResizeImage(image,width,height,filter,blur,exception);
width             134 magick/shear.c   extent[0].x=(double) (-width/2.0);
width             136 magick/shear.c   extent[1].x=(double) width/2.0;
width             138 magick/shear.c   extent[2].x=(double) (-width/2.0);
width             140 magick/shear.c   extent[3].x=(double) width/2.0;
width             166 magick/shear.c   geometry.width=(size_t) floor(max.x-min.x+0.5);
width             224 magick/shear.c     width,
width             300 magick/shear.c     for (x=0; x < (ssize_t) radon_info->width; x++)
width             306 magick/shear.c     if (x < (ssize_t) radon_info->width)
width             325 magick/shear.c   radon_info->width=width;
width             327 magick/shear.c   radon_info->length=(MagickSizeType) width*height*sizeof(*radon_info->cells);
width             540 magick/shear.c   for (step=1; step < p->width; step*=2)
width             542 magick/shear.c     for (x=0; x < (ssize_t) p->width; x+=2*(ssize_t) step)
width             586 magick/shear.c   for (x=0; x < (ssize_t) p->width; x++)
width             603 magick/shear.c     projection[p->width+sign*x-1]=sum;
width             625 magick/shear.c     width;
width             636 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             637 magick/shear.c   source_cells=AcquireRadonInfo(image,width,image->rows,exception);
width             638 magick/shear.c   destination_cells=AcquireRadonInfo(image,width,image->rows,exception);
width             861 magick/shear.c     width;
width             869 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             870 magick/shear.c   projection=(size_t *) AcquireQuantumMemory((size_t) (2*width-1),
width             882 magick/shear.c   for (i=0; i < (ssize_t) (2*width-1); i++)
width             886 magick/shear.c         skew=i-(ssize_t) width+1;
width             891 magick/shear.c   degrees=RadiansToDegrees(-atan((double) skew/width/8));
width             941 magick/shear.c       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            1078 magick/shear.c             width;
width            1080 magick/shear.c           width=tile_width;
width            1082 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width            1086 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width            1094 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1112 magick/shear.c             tile_pixels=p+(height-1)*width+y;
width            1116 magick/shear.c               tile_pixels-=width;
width            1125 magick/shear.c                 tile_indexes=indexes+(height-1)*width+y;
width            1129 magick/shear.c                   tile_indexes-=width;
width            1153 magick/shear.c       Swap(page.width,page.height);
width            1155 magick/shear.c       if (page.width != 0)
width            1156 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1226 magick/shear.c       if (page.width != 0)
width            1227 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1279 magick/shear.c             width;
width            1281 magick/shear.c           width=tile_width;
width            1283 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
width            1287 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width            1295 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1306 magick/shear.c               rotate_image->rows-(tile_x+width)),height,1,exception);
width            1312 magick/shear.c             tile_pixels=p+(width-1)-y;
width            1316 magick/shear.c               tile_pixels+=width;
width            1325 magick/shear.c                 tile_indexes=indexes+(width-1)-y;
width            1329 magick/shear.c                   tile_indexes+=width;
width            1353 magick/shear.c       Swap(page.width,page.height);
width            1518 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1545 magick/shear.c         p+=width;
width            1546 magick/shear.c         indexes+=width;
width            1549 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1555 magick/shear.c           if ((size_t) (x_offset+width+step-i) >= image->columns)
width            1672 magick/shear.c   for (x=0; x < (ssize_t) width; x++)
width            1712 magick/shear.c     displacement=degrees*(MagickRealType) (x-width/2.0);
width            1914 magick/shear.c   border_info.width=(size_t) x_offset;
width            1942 magick/shear.c   shear_image->page.width=0;
width            2014 magick/shear.c     width,
width            2053 magick/shear.c   width=image->columns;
width            2057 magick/shear.c       width=image->rows;
width            2060 magick/shear.c   y_width=width+(ssize_t) floor(fabs(shear.x)*height+0.5);
width            2061 magick/shear.c   x_offset=(ssize_t) ceil((double) width+((fabs(shear.y)*height)-width)/2.0-
width            2070 magick/shear.c   border_info.width=(size_t) x_offset;
width            2079 magick/shear.c   status=XShearImage(rotate_image,shear.x,width,height,x_offset,(ssize_t)
width            2100 magick/shear.c   status=CropToFitImage(&rotate_image,shear.x,shear.y,(MagickRealType) width,
width            2103 magick/shear.c   rotate_image->page.width=0;
width             949 magick/statistic.c       double  width,range,center,bias;
width             950 magick/statistic.c       width  = ( number_parameters >= 1 ) ? parameters[0] : 1.0;
width             954 magick/statistic.c       result = 2.0/width*(QuantumScale*pixel - center);
width            2215 magick/statistic.c   pixel_list->length=width*height;
width            2249 magick/statistic.c     pixel_list[i]=AcquirePixelList(width,height);
width            2721 magick/statistic.c   statistic_image=StatisticImageChannel(image,DefaultChannels,type,width,
width            2774 magick/statistic.c   neighbor_width=width == 0 ? GetOptimalKernelWidth2D((double) width,0.5) :
width            2775 magick/statistic.c     width;
width            1167 magick/stream.c   if ((extract_info.width == 0) || (extract_info.height == 0))
width            1187 magick/stream.c   length=packet_size*extract_info.width;
width             103 magick/threshold.c     width,
width             217 magick/threshold.c   number_pixels=(MagickRealType) (width*height);
width             255 magick/threshold.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             256 magick/threshold.c       height/2L,image->columns+width,height,exception);
width             271 magick/threshold.c       for (u=0; u < (ssize_t) width; u++)
width             273 magick/threshold.c         if (u == (ssize_t) (width-1))
width             290 magick/threshold.c       r+=image->columns+width;
width             313 magick/threshold.c         channel_sum.red+=r[width-1].red;
width             314 magick/threshold.c         channel_sum.green+=r[width-1].green;
width             315 magick/threshold.c         channel_sum.blue+=r[width-1].blue;
width             316 magick/threshold.c         channel_sum.opacity+=r[width-1].opacity;
width             319 magick/threshold.c             width-1);
width             320 magick/threshold.c         r+=image->columns+width;
width            1012 magick/threshold.c   map->width = StringToUnsignedLong(attr);
width            1013 magick/threshold.c   if ( map->width == 0 ) {
width            1064 magick/threshold.c   map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height*
width            1071 magick/threshold.c     for( i=0; i< (ssize_t) (map->width*map->height); i++) {
width            1587 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 ((size_t) (page.x+page.width) > 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             949 magick/transform.c   if (((geometry.width == 0) && (geometry.height == 0)) ||
width             958 magick/transform.c           crop_image->page.width=geometry.width;
width             965 magick/transform.c   if ((image->columns > geometry.width) || (image->rows > geometry.height))
width             972 magick/transform.c         width;
width             982 magick/transform.c       if (page.width == 0)
width             983 magick/transform.c         page.width=image->columns;
width             986 magick/transform.c       width=geometry.width;
width             987 magick/transform.c       if (width == 0)
width             988 magick/transform.c         width=page.width;
width             995 magick/transform.c         for (x=0; x < (ssize_t) page.width; x+=(ssize_t) width)
width             997 magick/transform.c           geometry.width=width;
width            1073 magick/transform.c   excerpt_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1103 magick/transform.c       geometry->width,1,exception);
width            1189 magick/transform.c   extent_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1460 magick/transform.c   if (page.width != 0)
width            1461 magick/transform.c     page.x=(ssize_t) (page.width-flop_image->columns-page.x);
width            1673 magick/transform.c   if (((2*shave_info->width) >= image->columns) ||
width            1677 magick/transform.c   geometry.width-=2*shave_info->width;
width            1679 magick/transform.c   geometry.x=(ssize_t) shave_info->width+image->page.x;
width            1684 magick/transform.c   shave_image->page.width-=2*shave_info->width;
width            1686 magick/transform.c   shave_image->page.x-=(ssize_t) shave_info->width;
width            1755 magick/transform.c   splice_image=CloneImage(image,image->columns+splice_geometry.width,
width            1777 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1782 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1787 magick/transform.c       splice_geometry.y+=(ssize_t) splice_geometry.width/2;
width            1793 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1799 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1810 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1816 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1873 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            1954 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            2085 magick/transform.c   if ((transform_image->columns == geometry.width) &&
width            2088 magick/transform.c   resize_image=ResizeImage(transform_image,geometry.width,geometry.height,
width            2283 magick/transform.c   Swap(page.width,page.height);
width            2421 magick/transform.c   Swap(page.width,page.height);
width            2423 magick/transform.c   if (page.width != 0)
width            2424 magick/transform.c     page.x=(ssize_t) (page.width-transverse_image->columns-page.x);
width            2469 magick/transform.c   if ((geometry.width == 0) || (geometry.height == 0))
width             657 magick/type.c      width,
width             735 magick/type.c      status=FcPatternGetInteger(font_set->fonts[i],FC_WIDTH,0,&width);
width             737 magick/type.c      if (width >= FC_WIDTH_ULTRACONDENSED)
width             739 magick/type.c      if (width >= FC_WIDTH_EXTRACONDENSED)
width             741 magick/type.c      if (width >= FC_WIDTH_CONDENSED)
width             743 magick/type.c      if (width >= FC_WIDTH_SEMICONDENSED)
width             745 magick/type.c      if (width >= FC_WIDTH_NORMAL)
width             747 magick/type.c      if (width >= FC_WIDTH_SEMIEXPANDED)
width             749 magick/type.c      if (width >= FC_WIDTH_EXPANDED)
width             751 magick/type.c      if (width >= FC_WIDTH_EXTRAEXPANDED)
width             753 magick/type.c      if (width >= FC_WIDTH_ULTRAEXPANDED)
width              71 magick/widget.c    (position.x < (int) (matte_info.x+matte_info.width+matte_info.bevel_width)) &&  \
width              76 magick/widget.c #define QuantumMargin   MagickMax(font_info->max_bounds.width,12)
width              81 magick/widget.c    (position.x < (int) window_info.width) &&  \
width             113 magick/widget.c     width,
width             243 magick/widget.c   x2=bevel_info->x+bevel_info->width;
width             342 magick/widget.c     width;
width             356 magick/widget.c     button_info->x,button_info->y,button_info->width,button_info->height);
width             363 magick/widget.c       x,y,button_info->width+(button_info->bevel_width << 1)+1,
width             370 magick/widget.c   crop_info.width=(unsigned short) button_info->width;
width             378 magick/widget.c   width=WidgetTextWidth(font_info,button_info->text);
width             381 magick/widget.c     x=button_info->x+(button_info->width >> 1)-(width >> 1);
width             384 magick/widget.c   if ((int) button_info->width == (QuantumMargin >> 1))
width             390 magick/widget.c       x=button_info->x+button_info->width+button_info->bevel_width+
width             483 magick/widget.c       matte_info->width,matte_info->height);
width             489 magick/widget.c         matte_info->x,matte_info->y,matte_info->width,matte_info->height);
width             538 magick/widget.c     width;
width             551 magick/widget.c     text_info->x,text_info->y,text_info->width,text_info->height);
width             558 magick/widget.c   width=text_info->width-(QuantumMargin >> 1);
width             572 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width             585 magick/widget.c           (int) width)
width             592 magick/widget.c             if (n <= (int) width)
width             613 magick/widget.c       width=WidgetTextWidth(font_info,text_info->marker);
width             615 magick/widget.c         window_info->annotate_context,x,y-font_info->ascent,width,height);
width             685 magick/widget.c   x2=triangle_info->x+triangle_info->width;
width             748 magick/widget.c   x1=triangle_info->x+triangle_info->width+triangle_info->bevel_width+
width             808 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             810 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width             918 magick/widget.c   x2=triangle_info->x+(triangle_info->width >> 1);
width             920 magick/widget.c   x3=triangle_info->x+triangle_info->width;
width            1017 magick/widget.c     width;
width            1031 magick/widget.c       text_info->width,text_info->height,MagickFalse);
width            1035 magick/widget.c         text_info->y,text_info->width,text_info->height);
width            1046 magick/widget.c   crop_info.width=(unsigned short) text_info->width;
width            1053 magick/widget.c   width=WidgetTextWidth(font_info,text_info->text);
width            1056 magick/widget.c     x=text_info->x+(text_info->width >> 1)-(width >> 1);
width            1058 magick/widget.c     if (width > (text_info->width-QuantumMargin))
width            1059 magick/widget.c       x+=(text_info->width-QuantumMargin-width);
width            1233 magick/widget.c   widget_info->width=1;
width            1290 magick/widget.c     window_info->width-(x << 1),window_info->height-(y << 1));
width            1292 magick/widget.c     x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1);
width            1295 magick/widget.c     x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1));
width            1656 magick/widget.c     width;
width            1731 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            1732 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            1733 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            1734 magick/widget.c   if (WidgetTextWidth(font_info,ResetButtonText) > width)
width            1735 magick/widget.c     width=WidgetTextWidth(font_info,ResetButtonText);
width            1736 magick/widget.c   if (WidgetTextWidth(font_info,GrabButtonText) > width)
width            1737 magick/widget.c     width=WidgetTextWidth(font_info,GrabButtonText);
width            1738 magick/widget.c   width+=QuantumMargin;
width            1739 magick/widget.c   if (WidgetTextWidth(font_info,ColorPatternText) > width)
width            1740 magick/widget.c     width=WidgetTextWidth(font_info,ColorPatternText);
width            1741 magick/widget.c   if (WidgetTextWidth(font_info,ColornameText) > width)
width            1742 magick/widget.c     width=WidgetTextWidth(font_info,ColornameText);
width            1747 magick/widget.c   windows->widget.width=(unsigned int)
width            1748 magick/widget.c     (width+MagickMin((int) text_width,(int) MaxTextWidth)+6*QuantumMargin);
width            1750 magick/widget.c     (width+MinTextWidth+4*QuantumMargin);
width            1751 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            1752 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            1772 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            1801 magick/widget.c         cancel_info.width=width;
width            1804 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            1808 magick/widget.c         action_info.width=width;
width            1810 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            1814 magick/widget.c         grab_info.width=width;
width            1819 magick/widget.c         reset_info.width=width;
width            1829 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            1831 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            1839 magick/widget.c         mode_info.width=(unsigned int) (action_info.x-(QuantumMargin << 1));
width            1848 magick/widget.c         scroll_info.width=height;
width            1851 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            1857 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            1858 magick/widget.c         north_info.height=north_info.width-1;
width            1867 magick/widget.c         slider_info.width-=2;
width            1888 magick/widget.c         list_info.width=(unsigned int)
width            1901 magick/widget.c         text_info.width=reply_info.width;
width            1910 magick/widget.c         selection_info.width=list_info.width;
width            2437 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            2440 magick/widget.c         windows->widget.width=(unsigned int)
width            2441 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            2931 magick/widget.c         width;
width            2943 magick/widget.c       windows->command.width=0;
width            2946 magick/widget.c         width=WidgetTextWidth(font_info,(char *) selections[i]);
width            2947 magick/widget.c         if (width > windows->command.width)
width            2948 magick/widget.c           windows->command.width=width;
width            2951 magick/widget.c       windows->command.width+=3*QuantumMargin+10;
width            2952 magick/widget.c       if ((int) windows->command.width < (tile_width+QuantumMargin+10))
width            2953 magick/widget.c         windows->command.width=(unsigned  int) (tile_width+QuantumMargin+10);
width            2956 magick/widget.c       windows->command.min_width=windows->command.width;
width            2975 magick/widget.c           window_changes.width=(int) windows->command.width;
width            3067 magick/widget.c         if ((event->xconfigure.width == (int) windows->command.width) &&
width            3070 magick/widget.c         windows->command.width=(unsigned int)
width            3071 magick/widget.c           MagickMax(event->xconfigure.width,(int) windows->command.min_width);
width            3156 magick/widget.c         selection_info[i].width=(unsigned int)
width            3157 magick/widget.c           (windows->command.width-(selection_info[i].x << 1));
width            3163 magick/widget.c       toggle_info.width=(unsigned int)
width            3165 magick/widget.c       toggle_info.height=toggle_info.width;
width            3166 magick/widget.c       toggle_info.x=selection_info[0].x+selection_info[0].width-
width            3167 magick/widget.c         toggle_info.width-(QuantumMargin >> 1);
width            3185 magick/widget.c             (int) ((windows->command.width-tile_width) >> 1),10,1L);
width            3252 magick/widget.c     width;
width            3284 magick/widget.c   width=WidgetTextWidth(font_info,CancelButtonText);
width            3285 magick/widget.c   if (WidgetTextWidth(font_info,DismissButtonText) > width)
width            3286 magick/widget.c     width=WidgetTextWidth(font_info,DismissButtonText);
width            3287 magick/widget.c   if (WidgetTextWidth(font_info,YesButtonText) > width)
width            3288 magick/widget.c     width=WidgetTextWidth(font_info,YesButtonText);
width            3289 magick/widget.c   width<<=1;
width            3291 magick/widget.c     if (WidgetTextWidth(font_info,(char *) description) > width)
width            3292 magick/widget.c       width=WidgetTextWidth(font_info,(char *) description);
width            3297 magick/widget.c   windows->widget.width=(unsigned int) (width+9*QuantumMargin);
width            3302 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            3303 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            3320 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            3342 magick/widget.c         cancel_info.width=(unsigned int) QuantumMargin+
width            3345 magick/widget.c         cancel_info.x=(int) (windows->widget.width-cancel_info.width-
width            3352 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            3355 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            3360 magick/widget.c         yes_info.width=(unsigned int) QuantumMargin+
width            3362 magick/widget.c         if (yes_info.width < cancel_info.width)
width            3363 magick/widget.c           yes_info.width=cancel_info.width;
width            3372 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            3373 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            3384 magick/widget.c             width=WidgetTextWidth(font_info,question);
width            3385 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            3501 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            3504 magick/widget.c         windows->widget.width=(unsigned int)
width            3505 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            3666 magick/widget.c     width;
width            3701 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            3702 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            3703 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            3704 magick/widget.c   width+=(3*QuantumMargin) >> 1;
width            3709 magick/widget.c   windows->widget.width=(unsigned int) MagickMax((int) (2*width),(int)
width            3711 magick/widget.c   if (windows->widget.width < WidgetTextWidth(font_info,reply))
width            3712 magick/widget.c     windows->widget.width=WidgetTextWidth(font_info,reply);
width            3713 magick/widget.c   windows->widget.width+=6*QuantumMargin;
width            3715 magick/widget.c     (width+28*XTextWidth(font_info,"#",1)+4*QuantumMargin);
width            3716 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            3717 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            3734 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            3761 magick/widget.c         cancel_info.width=width;
width            3764 magick/widget.c           (windows->widget.width-cancel_info.width-((3*QuantumMargin) >> 1));
width            3768 magick/widget.c         action_info.width=width;
width            3770 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+QuantumMargin+
width            3779 magick/widget.c         reply_info.width=windows->widget.width-(3*QuantumMargin);
width            3789 magick/widget.c         special_info.width=(unsigned int) QuantumMargin >> 1;
width            3807 magick/widget.c         text_info.width=reply_info.width;
width            3960 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            3963 magick/widget.c         windows->widget.width=(unsigned int)
width            3964 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            4259 magick/widget.c     width;
width            4325 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            4326 magick/widget.c   if (WidgetTextWidth(font_info,GrabButtonText) > width)
width            4327 magick/widget.c     width=WidgetTextWidth(font_info,GrabButtonText);
width            4328 magick/widget.c   if (WidgetTextWidth(font_info,FormatButtonText) > width)
width            4329 magick/widget.c     width=WidgetTextWidth(font_info,FormatButtonText);
width            4330 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            4331 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            4332 magick/widget.c   if (WidgetTextWidth(font_info,HomeButtonText) > width)
width            4333 magick/widget.c     width=WidgetTextWidth(font_info,HomeButtonText);
width            4334 magick/widget.c   if (WidgetTextWidth(font_info,UpButtonText) > width)
width            4335 magick/widget.c     width=WidgetTextWidth(font_info,UpButtonText);
width            4336 magick/widget.c   width+=QuantumMargin;
width            4337 magick/widget.c   if (WidgetTextWidth(font_info,DirectoryText) > width)
width            4338 magick/widget.c     width=WidgetTextWidth(font_info,DirectoryText);
width            4339 magick/widget.c   if (WidgetTextWidth(font_info,FilenameText) > width)
width            4340 magick/widget.c     width=WidgetTextWidth(font_info,FilenameText);
width            4345 magick/widget.c   windows->widget.width=width+MagickMin((int) text_width,(int) MaxTextWidth)+
width            4347 magick/widget.c   windows->widget.min_width=width+MinTextWidth+4*QuantumMargin;
width            4348 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            4349 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            4369 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            4401 magick/widget.c         cancel_info.width=width;
width            4404 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            4408 magick/widget.c         action_info.width=width;
width            4410 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            4414 magick/widget.c         special_info.width=width;
width            4416 magick/widget.c         special_info.x=action_info.x-(action_info.width+(QuantumMargin >> 1)+
width            4432 magick/widget.c         up_info.width=width;
width            4437 magick/widget.c         home_info.width=width;
width            4447 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            4449 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            4456 magick/widget.c         scroll_info.width=height;
width            4459 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            4465 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            4466 magick/widget.c         north_info.height=north_info.width-1;
width            4475 magick/widget.c         slider_info.width-=2;
width            4496 magick/widget.c         list_info.width=(unsigned int)
width            4509 magick/widget.c         text_info.width=reply_info.width;
width            4518 magick/widget.c         selection_info.width=list_info.width;
width            5065 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            5068 magick/widget.c         windows->widget.width=(unsigned int)
width            5069 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            5515 magick/widget.c     width;
width            5600 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            5601 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            5602 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            5603 magick/widget.c   if (WidgetTextWidth(font_info,ResetButtonText) > width)
width            5604 magick/widget.c     width=WidgetTextWidth(font_info,ResetButtonText);
width            5605 magick/widget.c   if (WidgetTextWidth(font_info,BackButtonText) > width)
width            5606 magick/widget.c     width=WidgetTextWidth(font_info,BackButtonText);
width            5607 magick/widget.c   width+=QuantumMargin;
width            5608 magick/widget.c   if (WidgetTextWidth(font_info,FontPatternText) > width)
width            5609 magick/widget.c     width=WidgetTextWidth(font_info,FontPatternText);
width            5610 magick/widget.c   if (WidgetTextWidth(font_info,FontnameText) > width)
width            5611 magick/widget.c     width=WidgetTextWidth(font_info,FontnameText);
width            5616 magick/widget.c   windows->widget.width=width+MagickMin((int) text_width,(int) MaxTextWidth)+
width            5618 magick/widget.c   windows->widget.min_width=width+MinTextWidth+4*QuantumMargin;
width            5619 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            5620 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            5640 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            5669 magick/widget.c         cancel_info.width=width;
width            5672 magick/widget.c           (windows->widget.width-cancel_info.width-QuantumMargin-2);
width            5676 magick/widget.c         action_info.width=width;
width            5678 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            5682 magick/widget.c         back_info.width=width;
width            5687 magick/widget.c         reset_info.width=width;
width            5697 magick/widget.c         reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1);
width            5699 magick/widget.c         reply_info.x=(int) (width+(QuantumMargin << 1));
width            5706 magick/widget.c         mode_info.width=(unsigned int)
width            5716 magick/widget.c         scroll_info.width=height;
width            5719 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            5725 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            5726 magick/widget.c         north_info.height=north_info.width-1;
width            5735 magick/widget.c         slider_info.width-=2;
width            5755 magick/widget.c         list_info.width=(unsigned int)
width            5768 magick/widget.c         text_info.width=reply_info.width;
width            5777 magick/widget.c         selection_info.width=list_info.width;
width            6303 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            6306 magick/widget.c         windows->widget.width=(unsigned int)
width            6307 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            6660 magick/widget.c     width;
width            6676 magick/widget.c   width=WidgetTextWidth(font_info,(char *) activity)+((3*QuantumMargin) >> 1)+4;
width            6678 magick/widget.c   if ((windows->info.width != width) || (windows->info.height != height))
width            6683 magick/widget.c       windows->info.width=width;
width            6685 magick/widget.c       window_changes.width=(int) width;
width            6705 magick/widget.c   monitor_info.width=windows->info.width-(margin << 1);
width            6781 magick/widget.c     width;
width            6841 magick/widget.c   width=WidgetTextWidth(font_info,(char *) action);
width            6842 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            6843 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            6844 magick/widget.c   width+=QuantumMargin;
width            6849 magick/widget.c   window_info->width=(unsigned int) MagickMin((int) text_width,(int)
width            6852 magick/widget.c   if (window_info->width < window_info->min_width)
width            6853 magick/widget.c     window_info->width=window_info->min_width;
width            6872 magick/widget.c   window_changes.width=(int) window_info->width;
width            6902 magick/widget.c         cancel_info.width=width;
width            6905 magick/widget.c           (window_info->width-cancel_info.width-QuantumMargin-2);
width            6909 magick/widget.c         action_info.width=width;
width            6911 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            6920 magick/widget.c         reply_info.width=window_info->width-((4*QuantumMargin) >> 1);
width            6929 magick/widget.c         scroll_info.width=height;
width            6932 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            6938 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            6939 magick/widget.c         north_info.height=north_info.width-1;
width            6948 magick/widget.c         slider_info.width-=2;
width            6968 magick/widget.c         list_info.width=(unsigned int)
width            6986 magick/widget.c         text_info.width=reply_info.width;
width            6995 magick/widget.c         selection_info.width=list_info.width;
width            7330 magick/widget.c         if ((event.xconfigure.width == (int) window_info->width) &&
width            7333 magick/widget.c         window_info->width=(unsigned int)
width            7334 magick/widget.c           MagickMax(event.xconfigure.width,(int) window_info->min_width);
width            7683 magick/widget.c     width;
width            7715 magick/widget.c   windows->widget.width=submenu_info.active == 0 ?
width            7719 magick/widget.c     width=WidgetTextWidth(font_info,(char *) selections[id]);
width            7720 magick/widget.c     if (width > windows->widget.width)
width            7721 magick/widget.c       windows->widget.width=width;
width            7727 magick/widget.c   width=WidgetTextWidth(font_info,(char *) title);
width            7732 magick/widget.c   windows->widget.width+=QuantumMargin+(menu_info.bevel_width << 1);
width            7735 magick/widget.c   windows->widget.min_width=windows->widget.width;
width            7742 magick/widget.c         windows->command.x+windows->command.width-QuantumMargin;
width            7757 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            7783 magick/widget.c         menu_info.width=windows->widget.width-((menu_info.bevel_width) << 1);
width            7789 magick/widget.c         selection_info.width=menu_info.width;
width            7794 magick/widget.c         highlight_info.width-=(highlight_info.bevel_width << 1);
width            7810 magick/widget.c               (int) selection_info.width,y-1);
width            7814 magick/widget.c               (int) selection_info.width,y);
width            7849 magick/widget.c           (int) selection_info.width,y-1);
width            7853 magick/widget.c           (int) selection_info.width,y);
width            7913 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            7916 magick/widget.c         windows->widget.width=(unsigned int)
width            7917 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8118 magick/widget.c     width;
width            8149 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            8152 magick/widget.c     if (WidgetTextWidth(font_info,(char *) text) > width)
width            8153 magick/widget.c       width=WidgetTextWidth(font_info,(char *) text);
width            8158 magick/widget.c         if (WidgetTextWidth(font_info,(char *) text) > width)
width            8159 magick/widget.c           width=WidgetTextWidth(font_info,(char *) text);
width            8165 magick/widget.c   windows->widget.width=width+4*QuantumMargin;
width            8166 magick/widget.c   windows->widget.min_width=width+QuantumMargin;
width            8167 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8168 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8185 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8209 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            8213 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            8223 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            8224 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8230 magick/widget.c             width=WidgetTextWidth(font_info,(char *) description);
width            8231 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8310 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8313 magick/widget.c         windows->widget.width=(unsigned int)
width            8314 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8463 magick/widget.c     width;
width            8499 magick/widget.c   width=WidgetTextWidth(font_info,ApplyButtonText);
width            8500 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            8501 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            8502 magick/widget.c   width+=(unsigned int) QuantumMargin;
width            8507 magick/widget.c   windows->widget.width=(unsigned int) (MagickMax((int) (width << 1),
width            8509 magick/widget.c   windows->widget.min_width=(width << 1)+QuantumMargin;
width            8510 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8511 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8530 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8551 magick/widget.c         cancel_info.width=width;
width            8553 magick/widget.c         cancel_info.x=(int) windows->widget.width-cancel_info.width-
width            8558 magick/widget.c         apply_info.width=width;
width            8567 magick/widget.c           preferences_info[i].width=(unsigned int) QuantumMargin >> 1;
width            8593 magick/widget.c         cache_info.width=(unsigned int) QuantumMargin >> 1;
width            8654 magick/widget.c             x=cache_info.x+cache_info.width+cache_info.bevel_width+
width            8657 magick/widget.c             width=WidgetTextWidth(font_info,cache);
width            8658 magick/widget.c             (void) XClearArea(display,windows->widget.id,x,y,width,height,
width            8728 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8731 magick/widget.c         windows->widget.width=(unsigned int)
width            8732 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8888 magick/widget.c     width;
width            8914 magick/widget.c   width=(unsigned int) (((offset+1)*(windows->info.width-
width            8916 magick/widget.c   if (width < monitor_info.width)
width            8922 magick/widget.c   monitor_info.width=width;
width            8986 magick/widget.c     width;
width            9046 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            9047 magick/widget.c   width+=QuantumMargin;
width            9052 magick/widget.c   windows->widget.width=(unsigned int) (MagickMin((int) text_width,
width            9055 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            9056 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            9075 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            9106 magick/widget.c         dismiss_info.width=width;
width            9108 magick/widget.c         dismiss_info.x=(int) windows->widget.width-dismiss_info.width-
width            9117 magick/widget.c         scroll_info.width=height;
width            9120 magick/widget.c         scroll_info.x=(int) windows->widget.width-QuantumMargin-
width            9121 magick/widget.c           scroll_info.width;
width            9127 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            9128 magick/widget.c         north_info.height=north_info.width-1;
width            9137 magick/widget.c         slider_info.width-=2;
width            9159 magick/widget.c         list_info.width=(unsigned int) scroll_info.x-((3*QuantumMargin) >> 1);
width            9168 magick/widget.c         selection_info.width=list_info.width;
width            9455 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            9458 magick/widget.c         windows->widget.width=(unsigned int)
width            9459 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width             132 magick/xwindow-private.h     width,
width             188 magick/xwindow-private.h     width,
width             400 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             895 magick/xwindow.c     width;
width             911 magick/xwindow.c   window->width=MaxIconSize;
width             941 magick/xwindow.c   width=(unsigned int) image->columns;
width             945 magick/xwindow.c     (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height);
width             949 magick/xwindow.c   scale_factor=(MagickRealType) icon_size->max_width/width;
width             955 magick/xwindow.c     if (icon_width >= (unsigned int) (scale_factor*width+0.5))
width             967 magick/xwindow.c   window->width=icon_width;
width            1746 magick/xwindow.c   limit=XDisplayWidth(display,window_info->screen)-window_info->width;
width            1999 magick/xwindow.c     windows->image.ximage->width,windows->image.ximage->height);
width            2199 magick/xwindow.c     ((size_t) (ximage->width*ximage->bits_per_pixel) >> 3));
width            2302 magick/xwindow.c     width;
width            2327 magick/xwindow.c   draw_pixmap=XCreatePixmap(display,root_window,draw_info->width,
width            2344 magick/xwindow.c   (void) XFillRectangle(display,draw_pixmap,draw_context,0,0,draw_info->width,
width            2377 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2385 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2394 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2403 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2433 magick/xwindow.c   draw_ximage=XGetImage(display,draw_pixmap,0,0,draw_info->width,
width            2444 magick/xwindow.c   draw_image->columns=draw_info->width;
width            2449 magick/xwindow.c   width=(unsigned int) image->columns;
width            2453 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2505 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2506 magick/xwindow.c   if ((width != (unsigned int) draw_image->columns) ||
width            2516 magick/xwindow.c         width,height);
width            2605 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2884 magick/xwindow.c   annotate_info->width=0;
width            4035 magick/xwindow.c   crop_info.width=(size_t) window_attributes.width;
width            4044 magick/xwindow.c       crop_info.width+=(size_t) (window_attributes.border_width << 1);
width            4052 magick/xwindow.c       crop_info.width+=crop_info.x;
width            4061 magick/xwindow.c   if ((int) (crop_info.x+crop_info.width) > display_width)
width            4062 magick/xwindow.c     crop_info.width=(size_t) (display_width-crop_info.x);
width            4094 magick/xwindow.c   window_info[id].bounds.x2=(short) (crop_info.x+(int) crop_info.width-1);
width            4210 magick/xwindow.c           (unsigned int) window_info[id].crop_info.width,(unsigned int)
width            4317 magick/xwindow.c         composite_image->columns=(size_t) ximage->width;
width            4630 magick/xwindow.c   window->width=1;
width            4704 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4707 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4710 magick/xwindow.c     (int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4798 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4801 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4804 magick/xwindow.c     1,(int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4890 magick/xwindow.c   crop_info.width=0;
width            4984 magick/xwindow.c       crop_info.width=(size_t) window_attributes.width;
width            4993 magick/xwindow.c           crop_info.width+=window_attributes.border_width << 1;
width            5034 magick/xwindow.c       if ((crop_info.width != 0) && (crop_info.height != 0))
width            5405 magick/xwindow.c   (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width            5422 magick/xwindow.c   assert(width != 0);
width            5424 magick/xwindow.c   if ((window->width == 0) || (window->height == 0))
width            5462 magick/xwindow.c       if ((width != (unsigned int) window->image->columns) ||
width            5473 magick/xwindow.c             resize_image=SampleImage(window->image,width,height,
width            5476 magick/xwindow.c             resize_image=ThumbnailImage(window->image,width,height,
width            5486 magick/xwindow.c       width=(unsigned int) window->image->columns;
width            5487 magick/xwindow.c       assert((size_t) width == window->image->columns);
width            5506 magick/xwindow.c         (char *) NULL,&segment_info[1],width,height);
width            5582 magick/xwindow.c       (char *) NULL,width,height,XBitmapPad(display),0);
width            5596 magick/xwindow.c         ximage->width,ximage->height);
width            5680 magick/xwindow.c         ((int) width <= XDisplayWidth(display,window->screen)) &&
width            5687 magick/xwindow.c           (char *) NULL,width,height,XBitmapPad(display),0);
width            5692 magick/xwindow.c               "  width, height: %dx%d",matte_image->width,matte_image->height);
width            5749 magick/xwindow.c       window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1);
width            5766 magick/xwindow.c             window->matte_image,0,0,0,0,width,height);
width            5893 magick/xwindow.c   scanline_pad=(unsigned int) (ximage->bytes_per_line-((ximage->width*
width            6357 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            6502 magick/xwindow.c     ((ximage->width*ximage->bits_per_pixel) >> 3));
width            6970 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            7066 magick/xwindow.c     width;
width            7080 magick/xwindow.c   while ((magnify*windows->image.ximage->width) < windows->magnify.width)
width            7084 magick/xwindow.c   while (magnify > windows->magnify.width)
width            7114 magick/xwindow.c   width=(unsigned int) windows->magnify.ximage->width;
width            7117 magick/xwindow.c       (windows->magnify.x >= windows->image.ximage->width))
width            7118 magick/xwindow.c     windows->magnify.x=windows->image.ximage->width >> 1;
width            7119 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7123 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7124 magick/xwindow.c       x=ximage->width-width/magnify;
width            7136 magick/xwindow.c     ((width*windows->magnify.ximage->bits_per_pixel) >> 3));
width            7185 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7257 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7318 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7352 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7372 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7374 magick/xwindow.c     x=(int) ((width >> 1)-windows->magnify.x*magnify);
width            7376 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7377 magick/xwindow.c       x=(int) ((ximage->width-windows->magnify.x)*magnify-(width >> 1));
width            7390 magick/xwindow.c       windows->magnify.annotate_context,0,0,width,height);
width            7392 magick/xwindow.c     windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x,
width            7394 magick/xwindow.c   if ((magnify > 1) && ((magnify <= (width >> 1)) &&
width            7403 magick/xwindow.c       highlight_info.x=(ssize_t) windows->magnify.width >> 1;
width            7405 magick/xwindow.c       highlight_info.width=magnify;
width            7409 magick/xwindow.c         (int) highlight_info.y,(unsigned int) highlight_info.width-1,
width            7414 magick/xwindow.c           (int) highlight_info.y+1,(unsigned int) highlight_info.width-3,
width            7444 magick/xwindow.c   x=windows->magnify.font_info->max_bounds.width >> 1;
width            7500 magick/xwindow.c     width;
width            7526 magick/xwindow.c   width=(unsigned int) window->ximage->width;
width            7528 magick/xwindow.c   window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth);
width            7543 magick/xwindow.c       window->ximage,0,0,0,0,width,height,MagickTrue);
width            7547 magick/xwindow.c       window->ximage,0,0,0,0,width,height);
width            7552 magick/xwindow.c         width,height);
width            8297 magick/xwindow.c   size_hints->width=(int) window_info->width;
width            8304 magick/xwindow.c       size_hints->min_width=size_hints->width;
width            8306 magick/xwindow.c       size_hints->max_width=size_hints->width;
width            8344 magick/xwindow.c         size_hints->width,size_hints->height);
width            8356 magick/xwindow.c         &size_hints->width,&size_hints->height,&gravity);
width            8372 magick/xwindow.c       (unsigned int) size_hints->width,(unsigned int) size_hints->height,
width            8396 magick/xwindow.c       window_changes.width=(int) window_info->width;
width            8420 magick/xwindow.c         width;
width            8428 magick/xwindow.c         &manager_hints->icon_y,&width,&height,&gravity);
width            8721 magick/xwindow.c     width;
width            8735 magick/xwindow.c       width=(unsigned int) event->xexpose.width;
width            8748 magick/xwindow.c       width=window->width;
width            8763 magick/xwindow.c   if ((window->ximage->width-(x+window->x)) < (int) width)
width            8764 magick/xwindow.c     width=(unsigned int) (window->ximage->width-(x+window->x));
width            8776 magick/xwindow.c           window->annotate_context,x+window->x,y+window->y,width,height,x,y);
width            8779 magick/xwindow.c           window->highlight_context,x+window->x,y+window->y,width,height,x,y,
width            8787 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height,MagickTrue);
width            8791 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height);
width            8928 magick/xwindow.c     width;
width            9046 magick/xwindow.c   annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,(int)
width            9049 magick/xwindow.c   metrics->pixels_per_em.x=(double) font_info->max_bounds.width;
width            9053 magick/xwindow.c   metrics->width=annotate_info.width/ExpandAffine(&draw_info->affine);
width            9055 magick/xwindow.c   metrics->max_advance=(double) font_info->max_bounds.width;
width            9069 magick/xwindow.c   width=annotate_info.width;
width            9079 magick/xwindow.c     "%.20gx%.20g%+.20g%+.20g",(double) width,(double) height,
width            9244 magick/xwindow.c   crop_info->width=0;
width            9252 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9254 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9262 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9264 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9278 magick/xwindow.c         crop_info->width=0;
width            9300 magick/xwindow.c           crop_info->width=(size_t) (x_offset-crop_info->x);
width            9303 magick/xwindow.c             crop_info->width=(size_t) (crop_info->x-x_offset);
width            9321 magick/xwindow.c   if ((crop_info->width*crop_info->height) < MinimumCropArea)
width            9323 magick/xwindow.c       crop_info->width=0;
width            9326 magick/xwindow.c   if ((crop_info->width != 0) && (crop_info->height != 0))
width            1010 wand/compare.c             page.width=reconstruct_image->columns;
width             210 wand/composite.c               geometry.width=composite_image->columns;
width             219 wand/deprecate.c       pixel_view->pixel_wands[i],pixel_view->region.width);
width             274 wand/deprecate.c     pixel_view->region.width,pixel_view->number_threads);
width             394 wand/deprecate.c       source->region.width,1,source->exception);
width             401 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             404 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             408 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             412 wand/deprecate.c       duplex->region.width,1,duplex->exception);
width             419 wand/deprecate.c     for (x=0; x < (ssize_t) duplex->region.width; x++)
width             422 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             426 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             430 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width             437 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             441 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             445 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             450 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width             454 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             651 wand/deprecate.c       source->region.width,1,source->exception);
width             658 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             661 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             665 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             774 wand/deprecate.c   return(pixel_view->region.width);
width            2353 wand/deprecate.c   return(MagickGetImageRegion(wand,width,height,x,y));
width            2514 wand/deprecate.c   pixel_view->region.width=wand->images->columns;
width            2517 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2574 wand/deprecate.c   pixel_view->region.width=width;
width            2579 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2747 wand/deprecate.c       y,destination->region.width,1,exception);
width            2758 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2761 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2891 wand/deprecate.c       source->region.width,1,source->exception);
width            2898 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            2901 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2905 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2909 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width            2916 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2919 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2923 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2928 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2932 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            3047 wand/deprecate.c       source->region.width,1,exception);
width            3056 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3059 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            3064 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3067 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             505 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            1050 wand/drawing-wand.c     mode,x,y,width,height,media_type);
width            4090 wand/drawing-wand.c     (double) wand->pattern_bounds.width,(double) wand->pattern_bounds.height,
width            4097 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            4233 wand/drawing-wand.c     x,y,width,height);
width            4238 wand/drawing-wand.c   wand->pattern_bounds.width=(size_t) floor(width+0.5);
width            6668 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             384 wand/magick-image.c   threshold_image=AdaptiveThresholdImage(wand->images,width,height,offset,
width            1092 wand/magick-image.c   border_info.width=width;
width            1264 wand/magick-image.c   chop.width=width;
width            2309 wand/magick-image.c   crop.width=width;
width            3297 wand/magick-image.c   extent.width=width;
width            3633 wand/magick-image.c   frame_info.width=wand->images->columns+2*width;
width            3635 wand/magick-image.c   frame_info.x=(ssize_t) width;
width            5637 wand/magick-image.c   *width=wand->images->page.width;
width            5839 wand/magick-image.c   region.width=width;
width            7503 wand/magick-image.c   images=NewMagickImage(wand->image_info,width,height,&pixel);
width            8534 wand/magick-image.c   raise_info.width=width;
width            10754 wand/magick-image.c   wand->images->page.width=width;
width            11386 wand/magick-image.c   shave_info.width=columns;
width            11859 wand/magick-image.c   splice.width=width;
width            11956 wand/magick-image.c   status=MagickStatisticImageChannel(wand,DefaultChannels,type,width,height);
width            11973 wand/magick-image.c   statistic_image=StatisticImageChannel(wand->images,channel,type,width,height,
width            1252 wand/magick-property.c   *width=geometry.width;
width            1588 wand/magick-property.c   *columns=geometry.width;
width            2561 wand/magick-property.c     (double) width,(double) height,(double) x,(double) y);
width             576 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             684 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             754 wand/mogrify.c             mogrify_image=AdaptiveResizeImage(*image,geometry.width,
width            1213 wand/mogrify.c             for (j=0; j < (ssize_t) (kernel->width*kernel->height); j++)
width            1216 wand/mogrify.c             for (j=0; j < (ssize_t) (kernel->width*kernel->height); j++)
width            1230 wand/mogrify.c             if (((geometry.width != 0) || (geometry.height != 0)) &&
width            1361 wand/mogrify.c                  resize_args[0]=(double)geometry.width;
width            1518 wand/mogrify.c             if (geometry.width == 0)
width            1519 wand/mogrify.c               geometry.width=(*image)->columns;
width            1633 wand/mogrify.c             frame_info.width=geometry.width;
width            1637 wand/mogrify.c             frame_info.x=(ssize_t) frame_info.width;
width            1639 wand/mogrify.c             frame_info.width=(*image)->columns+2*frame_info.width;
width            1757 wand/mogrify.c               mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            1852 wand/mogrify.c             mogrify_image=InterpolativeResizeImage(*image,geometry.width,
width            2005 wand/mogrify.c             mogrify_image=LiquidRescaleImage(*image,geometry.width,
width            2558 wand/mogrify.c             mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            2609 wand/mogrify.c             mogrify_image=SampleImage(*image,geometry.width,geometry.height,
width            2620 wand/mogrify.c             mogrify_image=ScaleImage(*image,geometry.width,geometry.height,
width            2977 wand/mogrify.c             mogrify_image=ThumbnailImage(*image,geometry.width,geometry.height,
width            7034 wand/mogrify.c               (unsigned long) geometry.width,(unsigned long) geometry.height);
width            7037 wand/mogrify.c                 (unsigned long) geometry.width,(unsigned long) geometry.height,
width            8071 wand/mogrify.c                 geometry.width=source->page.width != 0 ?
width            8072 wand/mogrify.c                   source->page.width : source->columns;
width            8075 wand/mogrify.c                 GravityAdjustGeometry((*images)->page.width != 0 ?
width            8076 wand/mogrify.c                   (*images)->page.width : (*images)->columns,
width             126 wand/pixel-iterator.c     iterator->region.width);
width             128 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             180 wand/pixel-iterator.c     iterator->pixel_wands,iterator->region.width);
width             219 wand/pixel-iterator.c     iterator->region.width);
width             330 wand/pixel-iterator.c   iterator->region.width=image->columns;
width             334 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             429 wand/pixel-iterator.c   if ((width == 0) || (width == 0))
width             449 wand/pixel-iterator.c   iterator->region.width=width;
width             453 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             507 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             516 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             519 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             523 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             526 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             701 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             710 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             713 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             717 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             720 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             781 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             790 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             793 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             797 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             800 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             983 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,exception);
width             991 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             994 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             146 wand/wand-view.c       wand_view->pixel_wands[i],wand_view->extent.width);
width             196 wand/wand-view.c     wand_view->extent.width,wand_view->number_threads);
width             327 wand/wand-view.c       source->extent.width,1,source->exception);
width             334 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             337 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             341 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             345 wand/wand-view.c       duplex->extent.width,1,duplex->exception);
width             352 wand/wand-view.c     for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             355 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             359 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             363 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             370 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             374 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             378 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             383 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             387 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             594 wand/wand-view.c       source->extent.width,1,source->exception);
width             601 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             604 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             608 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             796 wand/wand-view.c   wand_view->extent.width=wand->images->columns;
width             799 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width             857 wand/wand-view.c   wand_view->extent.width=width;
width             862 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width            1006 wand/wand-view.c       y,destination->extent.width,1,exception);
width            1017 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1020 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1196 wand/wand-view.c       source->extent.width,1,source->exception);
width            1203 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1206 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1210 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1214 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1221 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1224 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1228 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1233 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1237 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1362 wand/wand-view.c       source->extent.width,1,exception);
width            1371 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1374 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1379 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1382 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width              47 www/source/contrast.c     width;
width              76 www/source/contrast.c     pixels=PixelGetNextIteratorRow(iterator,&width);
width              77 www/source/contrast.c     contrast_pixels=PixelGetNextIteratorRow(contrast_iterator,&width);
width              81 www/source/contrast.c     for (x=0; x < (ssize_t) width; x++)
width              27 www/source/core/sigmoidal-contrast.c   for (x=0; x < (ssize_t) (extent.width-extent.height); x++)
width              36 www/source/core/sigmoidal-contrast.c     for (x=0; x < (ssize_t) (extent.width-extent.height); x++)
width              27 www/source/wand/sigmoidal-contrast.c   for (x=0; x < (ssize_t) (extent.width-extent.x); x++)