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              56 Magick++/lib/Geometry.cpp 	  ( left_.width() * left_.height() )
width              58 Magick++/lib/Geometry.cpp 	  ( right_.width() * right_.height() )
width             354 Magick++/lib/Geometry.cpp   rectangle.width = _width;
width             411 Magick++/lib/Image.cpp     if ( boundingArea_.width() == 0 || boundingArea_.height() == 0 )
width             624 Magick++/lib/Image.cpp   kernel_info->width=order_;
width             672 Magick++/lib/Image.cpp   size_t width = columns();
width             677 Magick++/lib/Image.cpp 		      &width, &height );
width            1077 Magick++/lib/Image.cpp   info.x           = static_cast<ssize_t>(geometry_.width());
width            1079 Magick++/lib/Image.cpp   info.width       = columns() + ( static_cast<size_t>(info.x) << 1 );
width            1099 Magick++/lib/Image.cpp   info.width       = columns() + ( static_cast<size_t>(info.x) << 1 );
width            1526 Magick++/lib/Image.cpp   geometry.width = columns_;
width            1727 Magick++/lib/Image.cpp   size_t width = columns();
width            1732 Magick++/lib/Image.cpp                      &width, &height );
width            1738 Magick++/lib/Image.cpp                width,
width            1797 Magick++/lib/Image.cpp   size_t width = columns();
width            1802 Magick++/lib/Image.cpp 		      &width, &height );
width            1807 Magick++/lib/Image.cpp     SampleImage( image(), width, height, &exceptionInfo );
width            1818 Magick++/lib/Image.cpp   size_t width = columns();
width            1823 Magick++/lib/Image.cpp 		      &width, &height );
width            1828 Magick++/lib/Image.cpp     ScaleImage( image(), width, height, &exceptionInfo );
width            2266 Magick++/lib/Image.cpp   size_t width = columns();
width            2271 Magick++/lib/Image.cpp                      &width, &height );
width            2277 Magick++/lib/Image.cpp                width,
width            2822 Magick++/lib/Image.cpp       image()->x_resolution = density_.width();
width            2829 Magick++/lib/Image.cpp           image()->y_resolution = density_.width();
width            3408 Magick++/lib/Image.cpp   return Geometry( constImage()->page.width,
width            3558 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             120 Magick++/lib/Magick++/Image.h     void            adaptiveThreshold ( const size_t width,
width              40 Magick++/lib/TypeMetric.cpp   return _typeMetric.width;
width             113 coders/aai.c       width;
width             142 coders/aai.c     width=ReadBlobLSBLong(image);
width             146 coders/aai.c     if ((width == 0UL) || (height == 0UL))
width             153 coders/aai.c       image->columns=width;
width             205 coders/aai.c       width=ReadBlobLSBLong(image);
width             207 coders/aai.c       if ((width != 0UL) && (height != 0UL))
width             224 coders/aai.c     } while ((width != 0UL) && (height != 0UL));
width             113 coders/avs.c       width;
width             142 coders/avs.c     width=ReadBlobMSBLong(image);
width             146 coders/avs.c     if ((width == 0UL) || (height == 0UL))
width             153 coders/avs.c       image->columns=width;
width             202 coders/avs.c       width=ReadBlobMSBLong(image);
width             204 coders/avs.c       if ((width != 0UL) && (height != 0UL))
width             221 coders/avs.c     } while ((width != 0UL) && (height != 0UL));
width             159 coders/bgr.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             105 coders/bmp.c       width,
width             608 coders/bmp.c           bmp_info.width=(short) ReadBlobLSBShort(image);
width             623 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             634 coders/bmp.c           bmp_info.width=(int) ReadBlobLSBLong(image);
width             651 coders/bmp.c                 "  Geometry: %.20gx%.20g",(double) bmp_info.width,(double)
width             798 coders/bmp.c       if (bmp_info.width <= 0)
width             834 coders/bmp.c       image->columns=(size_t) MagickAbsoluteValue(bmp_info.width);
width            1606 coders/bmp.c       bmp_info.width=(ssize_t) image->columns;
width            1914 coders/bmp.c           (void) WriteBlobLSBShort(image,(unsigned short) bmp_info.width);
width            1925 coders/bmp.c           (void) WriteBlobLSBLong(image,(unsigned int) bmp_info.width);
width             176 coders/cals.c      width;
width             204 coders/cals.c    width=0;
width             222 coders/cals.c              (void) sscanf(header+8,"%lu,%lu",&width,&height);
width             267 coders/cals.c    (void) FormatMagickString(message,MaxTextExtent,"%lux%lu",width,height);
width             116 coders/caption.c     width;
width             166 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             169 coders/caption.c         if ((width > (image->columns+1)) || (height > (image->rows+1)))
width             185 coders/caption.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             188 coders/caption.c         if ((width > (image->columns+1)) || (height > (image->rows+1)))
width             159 coders/cmyk.c    canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width            2859 coders/dcm.c       width,
width            2929 coders/dcm.c     width=0;
width            3205 coders/dcm.c               width=datum;
width            3458 coders/dcm.c     if ((width == 0) || (height == 0))
width            3460 coders/dcm.c     image->columns=(size_t) width;
width            3663 coders/dcm.c       image->columns=(size_t) width;
width             134 coders/dds.c       width,
width             383 coders/dds.c       image->columns = dds_info.width;
width             432 coders/dds.c     dds_info->width = ReadBlobLSBLong(image);
width             525 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width             528 coders/dds.c         q = QueueAuthenticPixels(image, x, y, Min(4, dds_info->width - x),
width             546 coders/dds.c             if ((x + i) < (ssize_t) dds_info->width && (y + j) < (ssize_t) dds_info->height)
width             606 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x += 4)
width             609 coders/dds.c         q = QueueAuthenticPixels(image, x, y, Min(4, dds_info->width - x),
width             631 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             783 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width             788 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width             821 coders/dds.c       q = QueueAuthenticPixels(image, 0, y, dds_info->width, 1,exception);
width             826 coders/dds.c       for (x = 0; x < (ssize_t) dds_info->width; x++)
width             866 coders/dds.c         w = DIV2(dds_info->width);
width             905 coders/dds.c         w = DIV2(dds_info->width);
width              78 coders/dib.c       width,
width             524 coders/dib.c     dib_info.width=(short) ReadBlobLSBLong(image);
width             542 coders/dib.c     image->columns=(size_t) MagickAbsoluteValue(dib_info.width);
width             566 coders/dib.c           if ((geometry.width != 0) && (geometry.width < image->columns))
width             567 coders/dib.c             image->columns=geometry.width;
width            1039 coders/dib.c     dib_info.width=(ssize_t) image->columns;
width            1233 coders/dib.c     (void) WriteBlobLSBLong(image,dib_info.width);
width             633 coders/djvu.c              info.width*=image->x_resolution/info.dpi;
width             645 coders/djvu.c          image->columns=(size_t) info.width;
width             678 coders/djvu.c          get_page_image(lc, lc->page, 0, 0, info.width, info.height, quantum_info);
width             887 coders/djvu.c    if ((image->page.width == 0) && (image->page.height == 0))
width             889 coders/djvu.c        image->page.width = image->columns+image->page.x;
width             253 coders/dps.c     dps_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             323 coders/dps.c     image->columns=(size_t) dps_image->width;
width             487 coders/dps.c             matte_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width,
width             327 coders/emf.c     *width=512;
width             350 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             391 coders/emf.c         *width=emfh.rclFrame.right-emfh.rclFrame.left;
width             416 coders/emf.c     *width=mp.xExt;
width             452 coders/emf.c       width,
width             469 coders/emf.c     hemf=ReadEnhMetaFile(image_info->filename,&width,&height);
width             494 coders/emf.c         image->columns=(size_t) ((width/1000.0/CENTIMETERS_INCH)*
width             502 coders/emf.c         image->columns=width;
width             204 coders/fpx.c       width;
width             253 coders/fpx.c         &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
width             281 coders/fpx.c         aspect_ratio=(float) width/height;
width             285 coders/fpx.c         if (width != (size_t) floor((aspect_ratio*height)+0.5))
width             286 coders/fpx.c           Swap(width,height);
width             346 coders/fpx.c       if (((width >> i) < tile_width) || ((height >> i) < tile_height))
width             352 coders/fpx.c         width>>=1;
width             357 coders/fpx.c       while ((width > image->columns) || (height > image->rows))
width             359 coders/fpx.c         width>>=1;
width             364 coders/fpx.c     image->columns=width;
width            1061 coders/fpx.c         view_rect.width=aspect_ratio-0.2;
width            1034 coders/gif.c     page.width=ReadBlobLSBShort(image);
width            1240 coders/gif.c       image->page.width=page.width;
width            1534 coders/gif.c     page.width=image->columns;
width            1543 coders/gif.c         if ((next_image->page.width+page.x) > page.width)
width            1544 coders/gif.c           page.width=next_image->page.width+page.x;
width            1551 coders/gif.c     if ((image->page.width != 0) && (image->page.height != 0))
width            1553 coders/gif.c     (void) WriteBlobLSBShort(image,(unsigned short) page.width);
width            1832 coders/gif.c       if ((image->page.width != 0) && (image->page.height != 0))
width             154 coders/gray.c    canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             345 coders/hdr.c                       width;
width             347 coders/hdr.c                     (void) sscanf(value,"%d +X %d",&height,&width);
width             348 coders/hdr.c                     image->columns=(size_t) width;
width             244 coders/histogram.c   histogram_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width             344 coders/html.c              image->filename,(double) geometry.width-1,(double) geometry.height-
width             357 coders/html.c                  geometry.width-1),(double) (geometry.y+geometry.height-1));
width             365 coders/html.c                geometry.x+=(ssize_t) geometry.width;
width             420 coders/html.c          image->filename,(double) geometry.width-1,(double) geometry.height-1);
width             432 coders/html.c              geometry.width-1,geometry.y+(double) geometry.height-1);
width             440 coders/html.c            geometry.x+=(ssize_t) geometry.width;
width              81 coders/icon.c      width,
width             115 coders/icon.c      width,
width             237 coders/icon.c      icon_file.directory[i].width=(unsigned char) ReadBlobByte(image);
width             258 coders/icon.c      icon_info.width=(unsigned char) ((int) ReadBlobLSBLong(image));
width             260 coders/icon.c      if ((icon_file.directory[i].width == 0) && 
width             317 coders/icon.c          image->columns=(size_t) icon_file.directory[i].width;
width             318 coders/icon.c          if ((ssize_t) image->columns > icon_info.width)
width             319 coders/icon.c            image->columns=(size_t) icon_info.width;
width             331 coders/icon.c                "   width  = %.20g",(double) icon_file.directory[i].width);
width             828 coders/icon.c      (void) WriteBlobByte(image,icon_file.directory[scene].width);
width             873 coders/icon.c          icon_file.directory[scene].width=0;
width             944 coders/icon.c          icon_info.width=(ssize_t) next->columns;
width             951 coders/icon.c          icon_info.size+=(((icon_info.width+31) & ~31) >> 3)*icon_info.height;
width            1126 coders/icon.c          icon_file.directory[scene].width=(unsigned char) icon_info.width;
width            1136 coders/icon.c          (void) WriteBlobLSBLong(image,(unsigned int) icon_info.width);
width            1229 coders/icon.c      (void) WriteBlobByte(image,icon_file.directory[scene].width);
width              76 coders/ipl.c       width,
width             164 coders/ipl.c     image->columns = ipl->width;
width             243 coders/ipl.c     ipl_info.width=ReadBlobLong(image); 
width             245 coders/ipl.c     if((ipl_info.width == 0UL) || (ipl_info.height == 0UL))
width             328 coders/ipl.c        if(image->columns != ipl_info.width){
width             573 coders/ipl.c     ipl_info.width = (unsigned int) image->columns;
width             583 coders/ipl.c       ((image->depth)/8)*ipl_info.height*ipl_info.width*ipl_info.colors*ipl_info.z);
width             604 coders/ipl.c     (void) WriteBlobLong(image, ipl_info.width); 
width             472 coders/jp2.c         width;
width             474 coders/jp2.c       width=(size_t) (jas_image_cmptwidth(jp2_image,components[i])*
width             480 coders/jp2.c       if ((width != image->columns) || (height != image->rows) ||
width             871 coders/jp2.c       component_info[i].width=(unsigned int) image->columns;
width             112 coders/label.c     width;
width             141 coders/label.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             143 coders/label.c         if (((image->columns != 0) && (width > (image->columns+1))) ||
width             150 coders/label.c         width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
width             152 coders/label.c         if ((image->columns != 0) && (width <= (image->columns+1)) &&
width             156 coders/label.c            ((image->columns == 0) || (width <= (image->columns+1))))
width             171 coders/label.c     image->columns=(size_t) (metrics.width+draw_info->stroke_width+1.5);
width            1990 coders/miff.c      if ((image->page.width != 0) || (image->page.height != 0))
width            1993 coders/miff.c            "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width            1128 coders/mpc.c       if ((image->page.width != 0) || (image->page.height != 0))
width            1131 coders/mpc.c             "page=%.20gx%.20g%+.20g%+.20g\n",(double) image->page.width,(double)
width             651 coders/msl.c       width;
width             881 coders/msl.c                           geometry.height=geometry.width;
width            1066 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            1300 coders/msl.c                           geometry.height=geometry.width;
width            1324 coders/msl.c                         geometry.width=StringToLong(value);
width            1526 coders/msl.c                           geometry.height=geometry.width;
width            1550 coders/msl.c                         geometry.width=StringToLong(value);
width            1666 coders/msl.c                           geometry.height=geometry.width;
width            1851 coders/msl.c                           geometry.height=geometry.width;
width            1988 coders/msl.c                          width=composite_image->columns;
width            1990 coders/msl.c                            for (x=0; x < (ssize_t) image->columns; x+=(ssize_t) width)
width            2152 coders/msl.c                           geometry.height=geometry.width;
width            2176 coders/msl.c                         geometry.width=StringToLong(value);
width            2469 coders/msl.c                           geometry.height=geometry.width;
width            2657 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3038 coders/msl.c                           geometry.height=geometry.width;
width            3039 coders/msl.c                         frame_info.width=geometry.width;
width            3090 coders/msl.c                         frame_info.width=StringToLong(value);
width            3105 coders/msl.c             frame_info.x=(ssize_t) frame_info.width;
width            3107 coders/msl.c             frame_info.width=msl_info->image[n]->columns+2*frame_info.x;
width            3695 coders/msl.c                           geometry.height=geometry.width;
width            4618 coders/msl.c                           geometry.height=geometry.width;
width            4801 coders/msl.c               "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            4828 coders/msl.c                   metrics.width);
width            4887 coders/msl.c                           geometry.height=geometry.width;
width            4928 coders/msl.c                         geometry.width=StringToLong(value);
width            5055 coders/msl.c           width=msl_info->image[n]->page.width;
width            5090 coders/msl.c                     geometry.height=geometry.width;
width            5091 coders/msl.c                   width=geometry.width;
width            5106 coders/msl.c                       if ((width == 0) && (geometry.x > 0))
width            5107 coders/msl.c                         width=msl_info->image[n]->columns+geometry.x;
width            5137 coders/msl.c               width = StringToLong( value );
width            5173 coders/msl.c            msl_info->image[n]->page.width=width;
width            5272 coders/msl.c           width=(size_t) (x_resolution*msl_info->image[n]->columns/
width            5278 coders/msl.c           resample_image=ResizeImage(msl_info->image[n],width,height,
width            5378 coders/msl.c                         geometry.width=StringToLong(value);
width            5393 coders/msl.c             resize_image=ResizeImage(msl_info->image[n],geometry.width,
width            5433 coders/msl.c                           geometry.height=geometry.width;
width            5483 coders/msl.c           width=msl_info->image[n]->columns;
width            5507 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            5737 coders/msl.c                         geometry.width=StringToLong(value);
width            5752 coders/msl.c             sample_image=SampleImage(msl_info->image[n],geometry.width,
width            5813 coders/msl.c                         geometry.width=StringToLong(value);
width            5828 coders/msl.c             scale_image=ScaleImage(msl_info->image[n],geometry.width,
width            6056 coders/msl.c                     (double) geometry.width,(double) geometry.height);
width            6059 coders/msl.c                       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,
width            6341 coders/msl.c           width = height = 0;
width            6364 coders/msl.c               (void) ParseMetaGeometry(value,&x,&y,&width,&height);
width            6386 coders/msl.c               width = StringToLong( value );
width            6410 coders/msl.c           rectInfo.width = width;
width            7127 coders/msl.c             rectInfo.height = rectInfo.width = 0;
width             444 coders/pcd.c       p=pixels+(height-1-y)*scaled_width+(width-1);
width             445 coders/pcd.c       q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1);
width             448 coders/pcd.c       for (x=1; x < (ssize_t) width; x++)
width             462 coders/pcd.c       for (x=0; x < (ssize_t) (width-1); x++)
width             478 coders/pcd.c     (void) CopyMagickMemory(q,p,(size_t) (2*width));
width             527 coders/pcd.c       width;
width             567 coders/pcd.c         width=192;
width             571 coders/pcd.c           if ((width >= image->columns) && (height >= image->rows))
width             573 coders/pcd.c           width<<=1;
width             584 coders/pcd.c     width=192;
width             588 coders/pcd.c       width<<=1;
width             591 coders/pcd.c     image->columns=width;
width             651 coders/pcd.c           image->columns=width;
width             659 coders/pcd.c             count=ReadBlob(image,width,yy);
width             661 coders/pcd.c             count=ReadBlob(image,width,yy);
width             663 coders/pcd.c             count=ReadBlob(image,width >> 1,c1);
width             665 coders/pcd.c             count=ReadBlob(image,width >> 1,c2);
width             731 coders/pcd.c       count=ReadBlob(image,width,yy);
width             733 coders/pcd.c       count=ReadBlob(image,width,yy);
width             735 coders/pcd.c       count=ReadBlob(image,width >> 1,c1);
width             737 coders/pcd.c       count=ReadBlob(image,width >> 1,c2);
width             982 coders/pcd.c       &geometry.width,&geometry.height);
width             983 coders/pcd.c     if ((geometry.width % 2) != 0)
width             984 coders/pcd.c       geometry.width--;
width             987 coders/pcd.c     tile_image=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,
width             992 coders/pcd.c     geometry.width=(size_t) geometry_info.rho;
width             995 coders/pcd.c       geometry.height=geometry.width;
width             996 coders/pcd.c     if ((tile_image->columns != geometry.width) ||
width            1008 coders/pcd.c         border_info.width=(geometry.width-tile_image->columns+1) >> 1;
width             192 coders/pcl.c       width;
width             293 coders/pcl.c       width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             295 coders/pcl.c       if (width > page.width)
width             296 coders/pcl.c         page.width=width;
width             304 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             309 coders/pcl.c       page.width,(double) page.height);
width             320 coders/pcl.c     if ((page.width == 0) || (page.height == 0))
width             326 coders/pcl.c     page.width=(size_t) floor(page.width*image->x_resolution/delta.x+0.5);
width             330 coders/pcl.c        page.width,(double) page.height);
width             128 coders/pdb.c       width,
width             385 coders/pdb.c     pdb_image.width=(short) ReadBlobMSBShort(image);
width             390 coders/pdb.c     image->columns=(size_t) pdb_image.width;
width             806 coders/pdb.c     pdb_image.width=(short) image->columns;
width             808 coders/pdb.c       pdb_image.width=(short) (16*(image->columns/16+1));
width             843 coders/pdb.c       for (x=0; x < pdb_image.width; x++)
width             933 coders/pdb.c     (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.width);
width             533 coders/pdf.c           page.width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             544 coders/pdf.c         swap=page.width;
width             545 coders/pdf.c         page.width=page.height;
width             594 coders/pdf.c         page.width=(size_t) floor((double) (page.width*image->x_resolution/
width             599 coders/pdf.c           page.width,(double) page.height);
width            1289 coders/pdf.c         if ((image->page.width != 0) && (image->page.height != 0))
width            1291 coders/pdf.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,
width            1300 coders/pdf.c         &geometry.width,&geometry.height);
width            1301 coders/pdf.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1302 coders/pdf.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1353 coders/pdf.c         "/MediaBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1357 coders/pdf.c         "/CropBox [0 0 %g %g]\n",72.0*media_info.width/resolution.x,
width            1911 coders/pdf.c         &geometry.width,&geometry.height);
width            1912 coders/pdf.c       tile_image=ThumbnailImage(image,geometry.width,geometry.height,
width             458 coders/pict.c      width;
width             465 coders/pict.c    width=image->columns;
width             470 coders/pict.c        width*=2;
width             474 coders/pict.c        width*=image->matte ? 4 : 3;
width             476 coders/pict.c      bytes_per_line=width;
width             499 coders/pict.c          q=pixels+y*width;
width             521 coders/pict.c      q=pixels+y*width;
width             954 coders/pict.c                width;
width             982 coders/pict.c              width=1UL*(frame.bottom-frame.top);
width             987 coders/pict.c                width<<=1;
width             989 coders/pict.c                length=width;
width             122 coders/pix.c       width;
width             144 coders/pix.c     width=ReadBlobMSBShort(image);
width             149 coders/pix.c     if ((width == 0UL) || (height == 0UL) || ((bits_per_pixel != 8) &&
width             157 coders/pix.c       image->columns=width;
width             225 coders/pix.c       width=ReadBlobMSBLong(image);
width             230 coders/pix.c       status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
width             265 coders/png.c       width;
width            1474 coders/png.c     image->page.width=(size_t) ((chunk->data[0] << 24) |
width            3001 coders/png.c             mng_info->ob[object_id]->width=ping_width;
width            3125 coders/png.c        if ((image->page.width != 0 && image->page.width != image->columns) ||
width            3130 coders/png.c               (double) image->page.width,(double) image->page.height);
width            3273 coders/png.c               (double) image->page.width,(double) image->page.height,
width            3962 coders/png.c     if (image->page.width == 0 && image->page.height == 0)
width            3964 coders/png.c         image->page.width=jng_width;
width            4905 coders/png.c                   image->page.width=subframe_width;
width            5461 coders/png.c                   image->page.width=mng_info->mng_width;
width            5513 coders/png.c               image->page.width=subframe_width;
width            5571 coders/png.c           image->page.width=mng_info->mng_width;
width            6119 coders/png.c                   crop_info.width=(size_t) (crop_box.right-crop_box.left);
width            6121 coders/png.c                   image->page.width=image->columns;
width            6132 coders/png.c                       image->page.width=image->columns;
width            6150 coders/png.c                   image->page.width=1;
width            6227 coders/png.c         image->page.width=mng_info->mng_width;
width            6377 coders/png.c            next->page.width=mng_info->mng_width;
width            9391 coders/png.c         if ((image->page.width != 0 && image->page.width != image->columns) ||
width            9400 coders/png.c             PNGLong(chunk+4,(png_uint_32) image->page.width);
width            9854 coders/png.c             (ping_width != mng_info->page.width) ||
width            10961 coders/png.c     if (mng_info->write_mng == 0 && (image->page.width || image->page.height))
width            10966 coders/png.c          PNGLong(chunk+4,(png_uint_32) image->page.width);
width            11374 coders/png.c               &mng_info->page.y,&mng_info->page.width,&mng_info->page.height);
width            11388 coders/png.c         if (mng_info->page.width || mng_info->page.height)
width            11411 coders/png.c               if ((next_image->columns+next_image->page.x) > mng_info->page.width)
width            11412 coders/png.c                 mng_info->page.width=next_image->columns+next_image->page.x;
width            11426 coders/png.c                 ((next_image->columns < mng_info->page.width) &&
width            11575 coders/png.c        PNGLong(chunk+4,(png_uint_32) mng_info->page.width);
width            11798 coders/png.c            image->page.y > 0 || (image->page.width &&
width            11799 coders/png.c            (image->page.width+image->page.x < mng_info->page.width))
width             669 coders/ps.c            page.width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             720 coders/ps.c      if ((page.width == 0) || (page.height == 0))
width             734 coders/ps.c      page.width=(size_t) floor((double) (page.width*image->x_resolution/delta.x)+
width             739 coders/ps.c        page.width,(double) page.height);
width            1459 coders/ps.c          if ((image->page.width != 0) && (image->page.height != 0))
width            1461 coders/ps.c              "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width            1469 coders/ps.c          &geometry.width,&geometry.height);
width            1470 coders/ps.c        scale.x=(double) (geometry.width*delta.x)/resolution.x;
width            1471 coders/ps.c        geometry.width=(size_t) floor(scale.x+0.5);
width            1701 coders/ps.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width            1708 coders/ps.c        if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width            1709 coders/ps.c          bounds.x2=(double) geometry.x+geometry.width-1;
width             523 coders/ps2.c         if ((image->page.width != 0) && (image->page.height != 0))
width             525 coders/ps2.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             533 coders/ps2.c         &geometry.width,&geometry.height);
width             534 coders/ps2.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             535 coders/ps2.c       geometry.width=(size_t) floor(scale.x+0.5);
width             575 coders/ps2.c           bounds.x2=(double) geometry.x+geometry.width;
width             679 coders/ps2.c         (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+(double)
width             686 coders/ps2.c       if ((double) (geometry.x+geometry.width-1) > bounds.x2)
width             687 coders/ps2.c         bounds.x2=(double) geometry.x+geometry.width-1;
width             947 coders/ps3.c         if ((image->page.width != 0) && (image->page.height != 0))
width             949 coders/ps3.c             "%.20gx%.20g%+.20g%+.20g",(double) image->page.width,(double)
width             957 coders/ps3.c         &geometry.width,&geometry.height);
width             958 coders/ps3.c       scale.x=(double) (geometry.width*delta.x)/resolution.x;
width             959 coders/ps3.c       geometry.width=(size_t) floor(scale.x+0.5);
width            1097 coders/ps3.c          (double) geometry.y,geometry.x+(double) geometry.width,geometry.y+
width            1029 coders/psd.c               layer_info[i].page.width=(ssize_t) (x-layer_info[i].page.x);
width            1039 coders/psd.c                   layer_info[i].page.width,(double) layer_info[i].channels);
width            1090 coders/psd.c                       layer_info[i].mask.width=(size_t)
width            1096 coders/psd.c                           (double) layer_info[i].mask.width,(double)
width            1192 coders/psd.c               layer_info[i].image=CloneImage(image,layer_info[i].page.width,
width            1276 coders/psd.c                     (layer_info[i].page.width != 0))
width            1342 coders/psd.c              if ((layer_info[i].page.width == 0) ||
width            1367 coders/psd.c            if ((layer_info[i].page.width == 0) ||
width             152 coders/raw.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             159 coders/rgb.c     canvas_image=CloneImage(image,image->extract_info.width,1,MagickFalse,
width             137 coders/sct.c       width;
width             211 coders/sct.c     width=StringToDouble((char *) buffer);
width             221 coders/sct.c     image->x_resolution=1.0*image->columns/width;
width             220 coders/sun.c         width,
width             302 coders/sun.c       sun_info.width=ReadBlobMSBLong(image);
width             309 coders/sun.c       image->columns=sun_info.width;
width             388 coders/sun.c       image->columns=sun_info.width;
width             420 coders/sun.c           bytes_per_line=sun_info.width*sun_info.depth;
width             421 coders/sun.c           if ((height == 0) || (sun_info.width == 0) || (sun_info.depth == 0) ||
width             422 coders/sun.c               ((bytes_per_line/sun_info.depth) != sun_info.width))
width             426 coders/sun.c           if ((bytes_per_line >> 1) != (sun_info.width*sun_info.depth+15))
width             701 coders/sun.c         width,
width             759 coders/sun.c       sun_info.width=(unsigned int) image->columns;
width             806 coders/sun.c       (void) WriteBlobMSBLong(image,sun_info.width);
width             113 coders/svg.c       width,
width             145 coders/svg.c       width,
width             314 coders/svg.c             if (svg_info->view_box.width == 0.0)
width             316 coders/svg.c             return(svg_info->view_box.width*value/100.0);
width             324 coders/svg.c         alpha=value-svg_info->view_box.width;
width             898 coders/svg.c                 svg_info->bounds.width=
width            1049 coders/svg.c               svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width,
width            1125 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2036 coders/svg.c                 svg_info->view_box.width=StringToDouble(token);
width            2037 coders/svg.c                 if (svg_info->bounds.width == 0)
width            2038 coders/svg.c                   svg_info->bounds.width=svg_info->view_box.width;
width            2054 coders/svg.c                 svg_info->bounds.width=
width            2124 coders/svg.c             if ((svg_info->view_box.width == 0.0) ||
width            2127 coders/svg.c             svg_info->width=(size_t) floor(svg_info->bounds.width+0.5);
width            2130 coders/svg.c               svg_info->width,(double) svg_info->height);
width            2131 coders/svg.c             sx=(double) svg_info->width/svg_info->view_box.width;
width            2243 coders/svg.c               svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width,
width            2310 coders/svg.c                   svg_info->bounds.x+svg_info->bounds.width,
width            2322 coders/svg.c               svg_info->bounds.width,svg_info->bounds.y+svg_info->bounds.height,
width            2389 coders/svg.c                 svg_info->bounds.x+=metrics.width;
width            2678 coders/svg.c   static void SVGSetImageSize(int *width,int *height,gpointer context)
width            2684 coders/svg.c     *width=(int) (*width*image->x_resolution/72.0);
width            2807 coders/svg.c         image->columns=dimension_info.width;
width            2943 coders/svg.c     svg_info->bounds.width=image->columns;
width            2999 coders/svg.c     image->columns=svg_info->width;
width            3915 coders/svg.c                   svg_info.bounds.width=StringToDouble(token);
width            3923 coders/svg.c                     svg_info.bounds.y,svg_info.bounds.width,
width             123 coders/tga.c         width,
width             215 coders/tga.c       tga_info.width=(unsigned short) ReadBlobLSBShort(image);
width             224 coders/tga.c       image->columns=tga_info.width;
width             668 coders/tga.c         width,
width             744 coders/tga.c       targa_info.width=(unsigned short) image->columns;
width             789 coders/tga.c       (void) WriteBlobLSBShort(image,targa_info.width);
width             822 coders/tga.c       count=(ssize_t) (targa_info.bits_per_pixel*targa_info.width)/8;
width             804 coders/tiff.c      width;
width             869 coders/tiff.c      (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_IMAGEWIDTH,&width);
width             926 coders/tiff.c            (unsigned int) width,(unsigned int) height);
width             938 coders/tiff.c      image->columns=(size_t) width;
width            2137 coders/tiff.c      tiff_info->tile_geometry.height=tiff_info->tile_geometry.width;
width            2138 coders/tiff.c    tile_columns=(uint32) tiff_info->tile_geometry.width;
width            2143 coders/tiff.c    tiff_info->tile_geometry.width=tile_columns;
width            2197 coders/tiff.c      tiff_info->tile_geometry.width);
width            2198 coders/tiff.c    number_tiles=(image->columns+tiff_info->tile_geometry.width)/
width            2199 coders/tiff.c      tiff_info->tile_geometry.width;
width            2203 coders/tiff.c        tiff_info->tile_geometry.width) : tiff_info->tile_geometry.width;
width            2210 coders/tiff.c                tiff_info->tile_geometry.width+k)/8);
width            2216 coders/tiff.c            tiff_info->tile_geometry.width+k)*bytes_per_pixel);
width            2221 coders/tiff.c      if ((i*tiff_info->tile_geometry.width) != image->columns)
width            2223 coders/tiff.c          tiff_info->tile_geometry.width),(uint32) ((row/
width             144 coders/tim.c       width;
width             196 coders/tim.c           width=ReadBlobLSBShort(image);
width             198 coders/tim.c           image->columns=width;
width             232 coders/tim.c       width=ReadBlobLSBShort(image);
width             234 coders/tim.c       image_size=2*width*height;
width             235 coders/tim.c       bytes_per_line=width*2;
width             236 coders/tim.c       width=(width*16)/bits_per_pixel;
width             248 coders/tim.c       image->columns=width;
width             217 coders/txt.c     page.width=612;
width             226 coders/txt.c     image->columns=(size_t) floor((((double) page.width*
width             402 coders/txt.c       width;
width             428 coders/txt.c       count=(ssize_t) sscanf(text+32,"%lu,%lu,%lu,%s",&width,&height,&max_value,
width             432 coders/txt.c       image->columns=width;
width             182 coders/vid.c         &geometry.width,&geometry.height);
width             183 coders/vid.c       thumbnail_image=ThumbnailImage(next_image,geometry.width,geometry.height,
width             108 coders/webp.c      width;
width             160 coders/webp.c    pixels=(unsigned char *) WebPDecodeRGBA(stream,length,&width,&height);
width             163 coders/webp.c    image->columns=(size_t) width;
width             345 coders/webp.c    picture.width=(int) image->columns;
width             388 coders/webp.c      webp_status=WebPPictureImportRGB(&picture,pixels,3*picture.width);
width             390 coders/webp.c      webp_status=WebPPictureImportRGBA(&picture,pixels,4*picture.width);
width            1065 coders/wpg.c                 image->page.width=(unsigned int)
width             208 coders/xbm.c       width;
width             230 coders/xbm.c     width=0;
width             233 coders/xbm.c       if (sscanf(buffer,"#define %s %lu",name,&width) == 2)
width             242 coders/xbm.c     image->columns=width;
width             111 coders/xcf.c       width,
width             135 coders/xcf.c       width,
width             615 coders/xcf.c       width,
width             625 coders/xcf.c     width=ReadBlobMSBLong(image);
width             638 coders/xcf.c     ntile_cols=(width+TILE_WIDTH-1)/TILE_WIDTH;
width             663 coders/xcf.c           (int) width % TILE_WIDTH : TILE_WIDTH);
width             726 coders/xcf.c       width,
width             730 coders/xcf.c     width=ReadBlobMSBLong(image);
width             731 coders/xcf.c     (void) width;
width             785 coders/xcf.c     outLayer->width = ReadBlobMSBLong(image);
width             791 coders/xcf.c     outLayer->image=CloneImage(image,outLayer->width, outLayer->height,MagickTrue,
width            1030 coders/xcf.c     doc_info.width=ReadBlobMSBLong(image);
width            1032 coders/xcf.c     if ((doc_info.width > 262144) || (doc_info.height > 262144))
width            1038 coders/xcf.c     image->columns=doc_info.width;
width            1370 coders/xcf.c           layer_info[j].image->page.width=layer_info[j].width;
width            1380 coders/xcf.c             layer_info[j].image->page.width=layer_info[j].width;
width             263 coders/xpm.c       width;
width             315 coders/xpm.c       count=(ssize_t) sscanf(p+1,"%lu %lu %lu %lu",&columns,&rows,&colors,&width);
width             322 coders/xpm.c     if ((count != 4) || (width > 10) || (image->columns == 0) ||
width             358 coders/xpm.c       (void) CopyXPMColor(key,p,MagickMin((size_t) width,MaxTextExtent));
width             364 coders/xpm.c       q=ParseXPMColor(p+width);
width             408 coders/xpm.c             (void) CopyXPMColor(key,p,(size_t) width);
width             414 coders/xpm.c             p+=width;
width             644 coders/xpm.c       &geometry.width,&geometry.height);
width             645 coders/xpm.c     picon=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,1.0,
width             148 coders/xps.c       width;
width             251 coders/xps.c       width=(size_t) floor(bounds.x2-bounds.x1+0.5);
width             253 coders/xps.c       if (width > page.width)
width             254 coders/xps.c         page.width=width;
width             262 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             267 coders/xps.c       page.width,(double) page.height);
width             278 coders/xps.c     if ((page.width == 0) || (page.height == 0))
width             282 coders/xps.c     page.width=(size_t) floor(page.width*image->y_resolution/delta.x+0.5);
width             286 coders/xps.c       page.width,(double) page.height);
width             151 coders/xwd.c     (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width             266 coders/xwd.c     ximage->width=(int) header.pixmap_width;
width             277 coders/xwd.c     if ((ximage->depth < 0) || (ximage->width < 0) || (ximage->height < 0) ||
width             350 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             578 coders/yuv.c       width;
width             637 coders/yuv.c       width=image->columns+(image->columns & (horizontal_factor-1));
width             639 coders/yuv.c       yuv_image=ResizeImage(image,width,height,TriangleFilter,1.0,
width             647 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             162 magick/accelerate.c     width,
width             342 magick/accelerate.c   length=width*height;
width             367 magick/accelerate.c   convolve_info->width=(cl_ulong) width;
width             369 magick/accelerate.c     &convolve_info->width);
width             437 magick/accelerate.c   length=width*height;
width             650 magick/accelerate.c       kernel->width,kernel->height,convolve_pixels);
width             658 magick/accelerate.c       kernel->width,kernel->height,convolve_pixels);
width             764 magick/animate.c     width;
width             814 magick/animate.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width             940 magick/animate.c   window_info.width=(unsigned int) image_list[0]->columns;
width             942 magick/animate.c   if ((image_list[0]->columns != window_info.width) ||
width             947 magick/animate.c     window_attributes.width,window_attributes.height);
width             948 magick/animate.c   geometry_info.width=window_info.width;
width             953 magick/animate.c     &geometry_info.width,&geometry_info.height);
width             954 magick/animate.c   window_info.width=(unsigned int) geometry_info.width;
width             959 magick/animate.c     window_info.width,window_info.height);
width             980 magick/animate.c   width=window_info.width;
width             987 magick/animate.c       window_info.x=(int) (window_attributes.width/2)-
width             988 magick/animate.c         (window_info.ximage->width/2);
width             991 magick/animate.c       width=(unsigned int) window_attributes.width;
width            1014 magick/animate.c       (void) FormatMagickString(default_geometry,MaxTextExtent,"%ux%u",width,
width            1018 magick/animate.c         &window_info.y,(int *) &width,(int *) &height,&gravity);
width            1021 magick/animate.c           width=(unsigned int) window_attributes.width;
width            1029 magick/animate.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            1037 magick/animate.c   if (((unsigned int) width > window_info.width) ||
width            1040 magick/animate.c       window_info.annotate_context,0,0,(unsigned int) width,
width            1043 magick/animate.c     window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1102 magick/animate.c     window_info.pixmap=XCreatePixmap(display,window_info.id,width,height,
width            1110 magick/animate.c     if ((width > window_info.width) || (height > window_info.height))
width            1112 magick/animate.c         window_info.annotate_context,0,0,width,height);
width            1114 magick/animate.c       window_info.ximage,0,0,window_info.x,window_info.y,window_info.width,
width            1670 magick/animate.c   geometry_info.width=display_image->columns;
width            1675 magick/animate.c     &geometry_info.width,&geometry_info.height);
width            1676 magick/animate.c   windows->image.width=(unsigned int) geometry_info.width;
width            1693 magick/animate.c       windows->backdrop.width=(unsigned int)
width            1725 magick/animate.c         (windows->image.width/2);
width            1890 magick/animate.c   window_changes.width=(int) windows->image.width;
width            1981 magick/animate.c         event.xexpose.width=(int) image_list[scene]->columns;
width            2111 magick/animate.c           windows->image.ximage->width=(int) image->columns;
width            2117 magick/animate.c           event.xexpose.width=(int) image->columns;
width            2380 magick/animate.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            2396 magick/animate.c                           event.xconfigure.x-windows->command.width-25;
width            2409 magick/animate.c                         event.xconfigure.x+event.xconfigure.width/10;
width            2423 magick/animate.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            2432 magick/animate.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            2468 magick/animate.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            2623 magick/animate.c               display_image,windows->icon.width,windows->icon.height);
width             306 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             316 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             317 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             318 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             322 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             328 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             329 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             330 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             334 magick/annotate.c           metrics.ascent-annotate_info->affine.rx*(metrics.width-
width             340 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             352 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             353 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             354 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0+
width             359 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0+
width             366 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             367 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             368 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)+
width             373 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)+
width             380 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+i*
width             390 magick/annotate.c         offset.x=(geometry.width == 0 ? -1.0 : 1.0)*annotate_info->affine.tx+
width             391 magick/annotate.c           geometry.width/2.0+i*annotate_info->affine.ry*height-
width             392 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0-
width             396 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0-
width             402 magick/annotate.c         offset.x=(geometry.width == 0 ? 1.0 : -1.0)*annotate_info->affine.tx+
width             403 magick/annotate.c           geometry.width+i*annotate_info->affine.ry*height-
width             404 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)-
width             408 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)-
width             424 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1)/2.0;
width             426 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1)/2.0;
width             432 magick/annotate.c           annotate_info->affine.sx*(metrics.width+metrics.bounds.x1);
width             434 magick/annotate.c           annotate_info->affine.rx*(metrics.width+metrics.bounds.x1);
width             462 magick/annotate.c       "line 0,0 %g,0",metrics.underline_thickness,metrics.width);
width             553 magick/annotate.c     width;
width             575 magick/annotate.c     width=(size_t) floor(metrics->width+0.5);
width             577 magick/annotate.c       if (width <= image->columns)
width             719 magick/annotate.c     if (extent.width > metrics->width)
width             809 magick/annotate.c       metrics->width,metrics->height,metrics->ascent,metrics->descent,
width            1201 magick/annotate.c   metrics->width=0;
width            1395 magick/annotate.c                 bitmap->bitmap.width,1,exception);
width            1398 magick/annotate.c           p=bitmap->bitmap.buffer+y*bitmap->bitmap.width;
width            1399 magick/annotate.c           for (x=0; x < (ssize_t) bitmap->bitmap.width; x++)
width            1440 magick/annotate.c     if ((bitmap->left+bitmap->bitmap.width) > metrics->width)
width            1441 magick/annotate.c       metrics->width=bitmap->left+bitmap->bitmap.width;
width            1494 magick/annotate.c               if (bitmap->left > metrics->width)
width            1495 magick/annotate.c                 metrics->width=bitmap->left;
width            1501 magick/annotate.c   metrics->width-=metrics->bounds.x1/64.0;
width            1740 magick/annotate.c         "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            1749 magick/annotate.c   metrics->width=(double) annotate_image->columns/
width            1890 magick/annotate.c     width;
width            2003 magick/annotate.c   annotate_info.width=(unsigned int) XTextWidth(font_info,draw_info->text,
width            2006 magick/annotate.c   metrics->pixels_per_em.x=(double) font_info->max_bounds.width;
width            2010 magick/annotate.c   metrics->width=annotate_info.width/ExpandAffine(&draw_info->affine);
width            2012 magick/annotate.c   metrics->max_advance=(double) font_info->max_bounds.width;
width            2026 magick/annotate.c   width=annotate_info.width;
width            2036 magick/annotate.c     "%.20gx%.20g%+.20g%+.20g",(double) width,(double) height,
width             146 magick/attribute.c   bounds.width=0;
width             212 magick/attribute.c       if ((x > (ssize_t) bounding_box.width) &&
width             214 magick/attribute.c         bounding_box.width=(size_t) x;
width             231 magick/attribute.c       if (bounding_box.width > bounds.width)
width             232 magick/attribute.c         bounds.width=bounding_box.width;
width             238 magick/attribute.c   if ((bounds.width == 0) || (bounds.height == 0))
width             243 magick/attribute.c       bounds.width-=(bounds.x-1);
width             446 magick/cache.c     nexus_info->region.width,nexus_info->region.height,image_nexus[0],
width             452 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width             454 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            2636 magick/cache.c   extent=(MagickSizeType) nexus_info->region.width*nexus_info->region.height;
width            2842 magick/cache.c   *width=2048UL/sizeof(PixelPacket);
width            2844 magick/cache.c     *width=8192UL/sizeof(PixelPacket);
width            2845 magick/cache.c   *height=(*width);
width            3225 magick/cache.c   region.width=columns;
width            3233 magick/cache.c     nexus_info->region.width-1L;
width            3853 magick/cache.c     nexus_info->region.y,nexus_info->region.width,nexus_info->region.height,
width            3859 magick/cache.c     nexus_info->region.x,nexus_info->region.y,nexus_info->region.width,
width            3863 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            4390 magick/cache.c   region.width=columns;
width            4582 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            4597 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4608 magick/cache.c         q+=nexus_info->region.width;
width            4623 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4637 magick/cache.c         q+=nexus_info->region.width;
width            4654 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4711 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            4726 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4737 magick/cache.c         q+=nexus_info->region.width;
width            4752 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            4765 magick/cache.c         q+=nexus_info->region.width;
width            4782 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            4995 magick/cache.c       x=nexus_info->region.x+(ssize_t) nexus_info->region.width-1;
width            5000 magick/cache.c            ((nexus_info->region.width == cache_info->columns) ||
width            5001 magick/cache.c             ((nexus_info->region.width % cache_info->columns) == 0)))))
width            5021 magick/cache.c   number_pixels=(MagickSizeType) nexus_info->region.width*
width            5317 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(IndexPacket);
width            5332 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5342 magick/cache.c         p+=nexus_info->region.width;
width            5358 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5372 magick/cache.c         p+=nexus_info->region.width;
width            5390 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            5447 magick/cache.c   length=(MagickSizeType) nexus_info->region.width*sizeof(PixelPacket);
width            5462 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5472 magick/cache.c         p+=nexus_info->region.width;
width            5488 magick/cache.c       if ((cache_info->columns == nexus_info->region.width) &&
width            5500 magick/cache.c         p+=nexus_info->region.width;
width            5518 magick/cache.c       nexus_info->region.width,(double) nexus_info->region.height,(double)
width            1710 magick/composite.c         width;
width            1739 magick/composite.c       width=geometry_info.rho;
width            1755 magick/composite.c           blur.x1=width*cos(angle);
width            1756 magick/composite.c           blur.x2=width*sin(angle);
width            1814 magick/composite.c               blur.x1=width*cos(angle);
width            1815 magick/composite.c               blur.x2=width*sin(angle);
width            2844 magick/composite.c       width;
width            2861 magick/composite.c       width=texture->columns;
width            2862 magick/composite.c       if ((x+(ssize_t) width) > (ssize_t) image->columns)
width            2863 magick/composite.c         width=image->columns-x;
width            2864 magick/composite.c       (void) CopyMagickMemory(q,p,width*sizeof(*p));
width            2868 magick/composite.c           (void) CopyMagickMemory(indexes,texture_indexes,width*
width            2870 magick/composite.c           indexes+=width;
width            2872 magick/composite.c       q+=width;
width             747 magick/compress.c     width;
width             770 magick/compress.c   width=inject_image->columns;
width             772 magick/compress.c     width=(size_t) MagickMax(inject_image->columns,1728);
width             773 magick/compress.c   scanline=(unsigned char *) AcquireQuantumMemory((size_t) width+1UL,
width             778 magick/compress.c   (void) ResetMagickMemory(scanline,0,width*sizeof(*scanline));
width             819 magick/compress.c     for (n=(ssize_t) width; n > 0; )
width             687 magick/constitute.c     if (next->page.width == 0)
width             688 magick/constitute.c       next->page.width=next->columns;
width             721 magick/constitute.c         if ((next->columns != geometry.width) ||
width             741 magick/constitute.c                   size_image=ResizeImage(next,geometry.width,geometry.height,
width             114 magick/decorate.c   frame_info.width=image->columns+(border_info->width << 1);
width             116 magick/decorate.c   frame_info.x=(ssize_t) border_info->width;
width             195 magick/decorate.c     width;
width             211 magick/decorate.c   width=frame_info->width-frame_info->x-bevel_width;
width             213 magick/decorate.c   if ((width < image->columns) || (height < image->rows))
width             218 magick/decorate.c   frame_image=CloneImage(image,frame_info->width,frame_info->height,MagickTrue,
width             231 magick/decorate.c   if ((image->page.width != 0) && (image->page.height != 0))
width             233 magick/decorate.c       frame_image->page.width+=frame_image->columns-image->columns;
width             340 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             341 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             368 magick/decorate.c             width=image->columns+((size_t) frame_info->inner_bevel << 1)-
width             370 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             385 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             386 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             492 magick/decorate.c     width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             493 magick/decorate.c     for (x=0; x < (ssize_t) width; x++)
width             573 magick/decorate.c             width=frame_info->width-frame_info->x-image->columns-bevel_width;
width             574 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             596 magick/decorate.c             width=frame_image->columns-2*frame_info->outer_bevel;
width             597 magick/decorate.c             for (x=0; x < (ssize_t) width; x++)
width             709 magick/decorate.c   if ((image->columns <= (raise_info->width << 1)) ||
width             815 magick/decorate.c     for (x=0; x < (ssize_t) raise_info->width; x++)
width             828 magick/decorate.c     for ( ; x < (ssize_t) (image->columns-raise_info->width); x++)
width              28 magick/decorate.h     width,
width            2964 magick/deprecate.c   return(ParseMetaGeometry(geometry,x,y,width,height));
width            3598 magick/deprecate.c       geometry.width=4L;
width            5054 magick/deprecate.c   return((int) ParseMetaGeometry(geometry,x,y,width,height));
width            5097 magick/deprecate.c     &region_info->width,&region_info->height);
width            5645 magick/deprecate.c   kernel_info->width=order;
width            1873 magick/display.c     width;
width            2203 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            2209 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            2233 magick/display.c   if ((x+font_info->max_bounds.width) >= (int) windows->image.width)
width            2234 magick/display.c     x=(int) windows->image.width-font_info->max_bounds.width;
width            2237 magick/display.c   if (((int) font_info->max_bounds.width > (int) windows->image.width) ||
width            2260 magick/display.c     windows->image.width/MagickMax((ssize_t) font_info->min_bounds.width,1)+2UL,
width            2283 magick/display.c   text_event.xexpose.width=(int) font_info->max_bounds.width;
width            2328 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2345 magick/display.c       (unsigned int) text_event.xexpose.width,(unsigned int)
width            2440 magick/display.c                     x=annotate_info->x+annotate_info->width;
width            2442 magick/display.c                     if (annotate_info->width != 0)
width            2479 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2503 magick/display.c             if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2513 magick/display.c             annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2534 magick/display.c               windows->image.width/MagickMax((ssize_t)
width            2535 magick/display.c               font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2601 magick/display.c               if ((x+font_info->max_bounds.width) < (int) windows->image.width)
width            2608 magick/display.c           annotate_info->width=(unsigned int) XTextWidth(font_info,
width            2629 magick/display.c             windows->image.width/MagickMax((ssize_t)
width            2630 magick/display.c             font_info->min_bounds.width,1)+2UL,sizeof(*annotate_info->text));
width            2652 magick/display.c   width=(unsigned int) image->columns;
width            2657 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            2665 magick/display.c     if (annotate_info->width == 0)
width            2702 magick/display.c       width*(annotate_info->x+windows->image.x)/windows->image.ximage->width;
width            2706 magick/display.c       "%ux%u%+d%+d",width*annotate_info->width/windows->image.ximage->width,
width            2883 magick/display.c     width;
width            3053 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3059 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3073 magick/display.c   chop_info.width=0;
width            3090 magick/display.c           " %.20gx%.20g%+.20g%+.20g",(double) chop_info.width,(double)
width            3140 magick/display.c       if (segment_info.x2 > windows->image.ximage->width)
width            3141 magick/display.c         segment_info.x2=windows->image.ximage->width;
width            3155 magick/display.c         chop_info.width=(size_t) (segment_info.x2-segment_info.x1+1);
width            3161 magick/display.c             chop_info.width=(size_t) (segment_info.x1-segment_info.x2+1);
width            3167 magick/display.c         chop_info.width=0;
width            3188 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width-
width            3189 magick/display.c     (unsigned int) chop_info.width;
width            3192 magick/display.c   width=(unsigned int) (*image)->columns;
width            3197 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            3198 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            3201 magick/display.c   chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5);
width            3319 magick/display.c     width;
width            3647 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            3653 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            3684 magick/display.c         width=(unsigned int) (*image)->columns;
width            3690 magick/display.c             &width,&height);
width            3692 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            3928 magick/display.c     width;
width            3971 magick/display.c   composite_info.width=0;
width            4104 magick/display.c         composite_info.width=composite_image->columns;
width            4121 magick/display.c         if ((composite_info.width != 0) && (composite_info.height != 0))
width            4197 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4203 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4231 magick/display.c   width=(unsigned int) image->columns;
width            4236 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            4237 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            4240 magick/display.c   composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5);
width            4245 magick/display.c   if ((composite_info.width != composite_image->columns) ||
width            4254 magick/display.c       resize_image=ResizeImage(composite_image,composite_info.width,
width            4374 magick/display.c     width;
width            4389 magick/display.c   width=(unsigned int) windows->image.window_changes.width;
width            4393 magick/display.c       "Configure Image: %dx%d=>%.20gx%.20g",windows->image.ximage->width,
width            4394 magick/display.c       windows->image.ximage->height,(double) width,(double) height);
width            4395 magick/display.c   if ((width*height) == 0)
width            4404 magick/display.c   if (((int) width != windows->image.ximage->width) ||
width            4408 magick/display.c     width*windows->magnify.x/windows->image.ximage->width;
width            4411 magick/display.c   windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width);
width            4415 magick/display.c     (unsigned int) width,(unsigned int) height);
width            4429 magick/display.c   (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            4430 magick/display.c   window_changes.width=(int) width;
width            4431 magick/display.c   if (window_changes.width > XDisplayWidth(display,windows->image.screen))
width            4432 magick/display.c     window_changes.width=XDisplayWidth(display,windows->image.screen);
width            4441 magick/display.c         ((XDisplayWidth(display,windows->image.screen)/2)-(width/2));
width            4456 magick/display.c   while (((windows->pan.width << 1) < MaxIconSize) &&
width            4459 magick/display.c     windows->pan.width<<=1;
width            4464 magick/display.c       &windows->pan.width,&windows->pan.height);
width            4465 magick/display.c   window_changes.width=(int) windows->pan.width;
width            4474 magick/display.c       size_hints->width=window_changes.width;
width            4476 magick/display.c       size_hints->min_width=size_hints->width;
width            4478 magick/display.c       size_hints->max_width=size_hints->width;
width            4490 magick/display.c   window_changes.width=(int) windows->icon.width;
width            4602 magick/display.c     width;
width            4645 magick/display.c   crop_info.width=0;
width            4800 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            4806 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            4836 magick/display.c     crop_info.width=0;
width            4844 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4852 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4865 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            4909 magick/display.c             if (crop_info.x > (ssize_t) windows->image.ximage->width)
width            4910 magick/display.c               crop_info.x=(ssize_t) windows->image.ximage->width;
width            4912 magick/display.c             crop_info.width=(unsigned int) (x-crop_info.x);
width            4915 magick/display.c               crop_info.width=(unsigned int) (crop_info.x-x);
width            4945 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            4952 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            5040 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5050 magick/display.c               crop_info.x=(ssize_t) (crop_info.x+crop_info.width);
width            5054 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5055 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5063 magick/display.c           if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) &&
width            5064 magick/display.c               (x > (int) (crop_info.x+crop_info.width-RoiDelta)) &&
width            5090 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            5121 magick/display.c               crop_info.x=(ssize_t) (windows->image.width/2L-
width            5122 magick/display.c                 crop_info.width/2L);
width            5206 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5212 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5231 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) crop_info.width,(double)
width            5266 magick/display.c     if (((int) crop_info.width != windows->image.ximage->width) ||
width            5273 magick/display.c         windows->image.window_changes.width=(int) crop_info.width;
width            5283 magick/display.c   width=(unsigned int) image->columns;
width            5288 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            5289 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            5292 magick/display.c   crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            5320 magick/display.c       crop_info.width,1,exception);
width            5323 magick/display.c     for (x=0; x < (int) crop_info.width; x++)
width            5439 magick/display.c     width;
width            5717 magick/display.c               status=XReadBitmapFile(display,root_window,filename,&width,
width            5728 magick/display.c                 width[MaxTextExtent] = "0";
width            5756 magick/display.c                 width);
width            5757 magick/display.c               if (*width == '\0')
width            5759 magick/display.c               line_width=(unsigned int) StringToUnsignedLong(width);
width            5858 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            5864 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            5887 magick/display.c     rectangle_info.width=0;
width            5937 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5943 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            5961 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            5967 magick/display.c                 " %.20gx%.20g%+.20g%+.20g",(double) rectangle_info.width,
width            6032 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6042 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
width            6132 magick/display.c         if (line_info.x2 > (int) windows->image.width)
width            6133 magick/display.c           line_info.x2=(short) windows->image.width;
width            6148 magick/display.c             if (rectangle_info.x > (ssize_t) windows->image.width)
width            6149 magick/display.c               rectangle_info.x=(ssize_t) windows->image.width;
width            6151 magick/display.c             rectangle_info.width=(unsigned int) (x-rectangle_info.x);
width            6154 magick/display.c               rectangle_info.width=(unsigned int) (rectangle_info.x-x);
width            6193 magick/display.c         rectangle_info.width=(size_t) (x-rectangle_info.x);
width            6208 magick/display.c             rectangle_info.width--;
width            6218 magick/display.c     width=(unsigned int) (*image)->columns;
width            6223 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            6227 magick/display.c     draw_info.x=(int) (width*draw_info.x/windows->image.ximage->width);
width            6232 magick/display.c     draw_info.width=(unsigned int) rectangle_info.width+(line_width << 1);
width            6233 magick/display.c     if (draw_info.width > (unsigned int) (*image)->columns)
width            6234 magick/display.c       draw_info.width=(unsigned int) (*image)->columns;
width            6239 magick/display.c       width*draw_info.width/windows->image.ximage->width,
width            6335 magick/display.c   scale_factor=(MagickRealType) windows->pan.width/windows->image.ximage->width;
width            6337 magick/display.c   highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5);
width            6429 magick/display.c       windows->image.window_changes.width=(int) cache_image->columns;
width            6432 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            6568 magick/display.c       cache_image->columns=(size_t) windows->image.ximage->width;
width            6600 magick/display.c       windows->image.window_changes.width=(int) redo_image->columns;
width            6969 magick/display.c           crop_info.width=(size_t) windows->image.ximage->width;
width            6986 magick/display.c               if (resource_info->quantum >= (int) crop_info.width)
width            6987 magick/display.c                 resource_info->quantum=(int) crop_info.width-1;
width            6988 magick/display.c               crop_info.width-=resource_info->quantum;
width            6992 magick/display.c               if (resource_info->quantum >= (int) (crop_info.width-crop_info.x))
width            6993 magick/display.c                 resource_info->quantum=(int) (crop_info.width-crop_info.x-1);
width            6995 magick/display.c               crop_info.width-=resource_info->quantum;
width            6997 magick/display.c           if ((int) (windows->image.x+windows->image.width) >
width            6998 magick/display.c               (int) crop_info.width)
width            6999 magick/display.c             windows->image.x=(int) (crop_info.width-windows->image.width);
width            7004 magick/display.c           windows->image.window_changes.width=(int) crop_info.width;
width            7096 magick/display.c     width;
width            7104 magick/display.c   windows->image.window_changes.width=windows->image.ximage->width;
width            7301 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width/2;
width            7311 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7321 magick/display.c       windows->image.window_changes.width=windows->image.ximage->width << 1;
width            7333 magick/display.c         width;
width            7342 magick/display.c       width=(size_t) windows->image.ximage->width;
width            7347 magick/display.c         (double) width,(double) height);
width            7354 magick/display.c       (void) ParseMetaGeometry(geometry,&x,&y,&width,&height);
width            7355 magick/display.c       windows->image.window_changes.width=(int) width;
width            7366 magick/display.c           ((int) (*image)->columns == windows->image.ximage->width) &&
width            7378 magick/display.c         windows->image.ximage->width,windows->image.ximage->height);
width            7399 magick/display.c       if ((windows->image.width == (unsigned int) (*image)->columns) &&
width            7406 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7465 magick/display.c           width=(unsigned int) (*image)->columns;
width            7468 magick/display.c             &width,&height);
width            7470 magick/display.c             "%ux%u%+d%+d",width,height,(int) (*image)->columns-(int) width-x,y);
width            7500 magick/display.c           width=(unsigned int) (*image)->columns;
width            7503 magick/display.c             &width,&height);
width            7505 magick/display.c             "%ux%u%+d%+d",width,height,x,(int) (*image)->rows-(int) height-y);
width            7594 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            7634 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8799 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            8836 magick/display.c       frame_info.width=page_geometry.width;
width            8840 magick/display.c       frame_info.x=(ssize_t) frame_info.width;
width            8842 magick/display.c       frame_info.width=(*image)->columns+2*frame_info.width;
width            8854 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            9273 magick/display.c         if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9278 magick/display.c       if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9325 magick/display.c       if (x >= (int) windows->image.width)
width            9326 magick/display.c         x=(int) windows->image.width-1;
width            9394 magick/display.c       windows->magnify.x=(int) windows->image.width/2;
width            9415 magick/display.c       if (windows->magnify.x < (int) (windows->image.ximage->width-1))
width            9505 magick/display.c     windows->pan.width,windows->pan.height);
width            9608 magick/display.c     width;
width            9929 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            9935 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            9969 magick/display.c         width=(unsigned int) (*image)->columns;
width            9975 magick/display.c             &width,&height);
width            9977 magick/display.c           (width*(windows->image.x+x_offset)/windows->image.ximage->width+x);
width            10334 magick/display.c   if ((windows->image.ximage->width > (int) windows->image.width) &&
width            10338 magick/display.c     if (windows->image.ximage->width > (int) windows->image.width)
width            10349 magick/display.c   x_factor=(MagickRealType) windows->image.ximage->width/windows->pan.width;
width            10351 magick/display.c   pan_info.width=windows->pan.width*windows->image.width/
width            10352 magick/display.c     windows->image.ximage->width;
width            10396 magick/display.c         if (pan_info.x < (ssize_t) (pan_info.width/2))
width            10399 magick/display.c           pan_info.x=(ssize_t) (x_factor*(pan_info.x-(pan_info.width/2)));
width            10403 magick/display.c           if ((int) (pan_info.x+windows->image.width) >
width            10404 magick/display.c               windows->image.ximage->width)
width            10406 magick/display.c               (windows->image.ximage->width-windows->image.width);
width            10427 magick/display.c               windows->image.width,windows->image.height,windows->image.x,
width            10530 magick/display.c     width;
width            10563 magick/display.c   paste_info.width=0;
width            10655 magick/display.c         width=(unsigned int) image->columns;
width            10661 magick/display.c             &width,&height);
width            10662 magick/display.c         scale_factor=(MagickRealType) windows->image.ximage->width/width;
width            10663 magick/display.c         paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5);
width            10681 magick/display.c         if ((paste_info.width != 0) && (paste_info.height != 0))
width            10757 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            10763 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            10791 magick/display.c   width=(unsigned int) image->columns;
width            10796 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            10797 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            10800 magick/display.c   paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5);
width            10886 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            11175 magick/display.c     width;
width            11200 magick/display.c   roi_info.width=0;
width            11318 magick/display.c             if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11324 magick/display.c           if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11354 magick/display.c     roi_info.width=0;
width            11362 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11370 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11383 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
width            11429 magick/display.c             if (roi_info.x > (ssize_t) windows->image.ximage->width)
width            11430 magick/display.c               roi_info.x=(ssize_t) windows->image.ximage->width;
width            11432 magick/display.c             roi_info.width=(unsigned int) (x-roi_info.x);
width            11435 magick/display.c               roi_info.width=(unsigned int) (roi_info.x-x);
width            11466 magick/display.c             " %.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11473 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
width            11499 magick/display.c               width=(unsigned int) (*image)->columns;
width            11505 magick/display.c                   &width,&height);
width            11506 magick/display.c               scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            11509 magick/display.c               crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5);
width            11627 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11637 magick/display.c               roi_info.x=(ssize_t) (roi_info.x+roi_info.width);
width            11641 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11642 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11650 magick/display.c           if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) &&
width            11651 magick/display.c               (x > (int) (roi_info.x+roi_info.width-RoiDelta)) &&
width            11677 magick/display.c                 event.xexpose.width=(int) highlight_info.width;
width            11714 magick/display.c               roi_info.x=(ssize_t) (windows->image.width/2L-roi_info.width/2L);
width            11782 magick/display.c               if ((x < (int) (windows->info.x+windows->info.width)) &&
width            11788 magick/display.c             if ((x > (int) (windows->info.x+windows->info.width)) ||
width            11807 magick/display.c             "%.20gx%.20g%+.20g%+.20g",(double) roi_info.width,(double)
width            11932 magick/display.c     width;
width            12226 magick/display.c           if (rotate_info.x2 > (int) windows->image.width)
width            12227 magick/display.c             rotate_info.x2=(short) windows->image.width;
width            12282 magick/display.c       width=(unsigned int) (*image)->columns;
width            12284 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12296 magick/display.c             "%ux%u%+d%+d",height,width,(int) (*image)->columns-
width            12306 magick/display.c             "%ux%u%+d%+d",width,height,(int) width-x,(int) height-y);
width            12315 magick/display.c             "%ux%u%+d%+d",height,width,y,(int) (*image)->rows-(int) width-x);
width            12327 magick/display.c       windows->image.window_changes.width=(int) (*image)->columns;
width            12335 magick/display.c             &width,&height);
width            12336 magick/display.c           windows->image.window_changes.width=(int) width;
width            12344 magick/display.c         windows->image.window_changes.width=windows->image.ximage->height;
width            12345 magick/display.c         windows->image.window_changes.height=windows->image.ximage->width;
width            12490 magick/display.c     windows->image.ximage->width,windows->image.ximage->height);
width            12600 magick/display.c               if (x >= (int) windows->image.width)
width            12601 magick/display.c                 x=(int) (windows->image.width-1);
width            12646 magick/display.c           windows->magnify.width=(unsigned int) event->xconfigure.width;
width            12651 magick/display.c           while ((int) magnify <= event->xconfigure.width)
width            12656 magick/display.c           if (((int) magnify != event->xconfigure.width) ||
width            12662 magick/display.c               window_changes.width=(int) magnify;
width            12742 magick/display.c               if (x >= (int) windows->image.width)
width            12743 magick/display.c                 x=(int) (windows->image.width-1);
width            12821 magick/display.c     width;
width            12829 magick/display.c         (double) crop_info->width,(double) crop_info->height,(double)
width            12838 magick/display.c   width=(unsigned int) image->columns;
width            12841 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12847 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12850 magick/display.c   width=(unsigned int) (scale_factor*crop_info->width+0.5);
width            12851 magick/display.c   if (width == 0)
width            12852 magick/display.c     width=1;
width            12860 magick/display.c     "%ux%u%+d%+d",width,height,x,y);
width            12950 magick/display.c     width;
width            12957 magick/display.c   width=(unsigned int) image->columns;
width            12960 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
width            12961 magick/display.c   scale_factor=(MagickRealType) width/windows->image.ximage->width;
width            12970 magick/display.c   width=(unsigned int) image->columns;
width            12974 magick/display.c   (void) XParseGeometry(image->montage,&x,&y,&width,&height);
width            12975 magick/display.c   tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+
width            12976 magick/display.c     (event->xbutton.x-x)/width;
width            13115 magick/display.c         x_offset=(int) (width*(tile % (((int) image->columns-x)/width))+x);
width            13116 magick/display.c         y_offset=(int) (height*(tile/(((int) image->columns-x)/width))+y);
width            13123 magick/display.c             y_offset+i,width,1,exception);
width            13126 magick/display.c           for (j=0; j < (int) width; j++)
width            13134 magick/display.c       windows->image.window_changes.width=(int) image->columns;
width            13197 magick/display.c   x_offset=windows->image.width;
width            13206 magick/display.c       windows->image.x=(int) windows->image.width/2;
width            13245 magick/display.c     if ((int) (windows->image.x+windows->image.width) >
width            13246 magick/display.c         windows->image.ximage->width)
width            13247 magick/display.c       windows->image.x=(int) windows->image.ximage->width-windows->image.width;
width            13258 magick/display.c     windows->image.width,windows->image.height,windows->image.x,
width            13320 magick/display.c   trim_info.width=(size_t) windows->image.ximage->width;
width            13321 magick/display.c   for (x=0; x < windows->image.ximage->width; x++)
width            13333 magick/display.c   if (trim_info.x == (ssize_t) windows->image.ximage->width)
width            13341 magick/display.c   background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0);
width            13342 magick/display.c   for (x=windows->image.ximage->width-1; x != 0; x--)
width            13353 magick/display.c   trim_info.width=(size_t) (x-trim_info.x+1);
width            13361 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13367 magick/display.c     if (x < windows->image.ximage->width)
width            13377 magick/display.c     for (x=0; x < windows->image.ximage->width; x++)
width            13383 magick/display.c     if (x < windows->image.ximage->width)
width            13387 magick/display.c   if (((unsigned int) trim_info.width != windows->image.width) ||
width            13394 magick/display.c       windows->image.window_changes.width=(int) trim_info.width;
width            13544 magick/display.c         thumbnail_image=ThumbnailImage(next_image,geometry.width,
width            13638 magick/display.c     width;
width            13699 magick/display.c   window_attributes.width=XDisplayWidth(display,XDefaultScreen(display));
width            13764 magick/display.c   window_info.width=(unsigned int) image->columns;
width            13766 magick/display.c   if ((image->columns != window_info.width) ||
width            13771 magick/display.c     window_attributes.width,window_attributes.height);
width            13772 magick/display.c   geometry_info.width=window_info.width;
width            13777 magick/display.c     &geometry_info.width,&geometry_info.height);
width            13778 magick/display.c   window_info.width=(unsigned int) geometry_info.width;
width            13782 magick/display.c   status=XMakeImage(display,&resources,&window_info,image,window_info.width,
width            13802 magick/display.c   width=(int) window_info.width;
width            13809 magick/display.c       window_info.x=(window_attributes.width/2)-
width            13810 magick/display.c         (window_info.ximage->width/2);
width            13813 magick/display.c       width=window_attributes.width;
width            13838 magick/display.c         width,height);
width            13841 magick/display.c         &window_info.y,&width,&height,&gravity);
width            13844 magick/display.c           width=window_attributes.width;
width            13852 magick/display.c   window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width,
width            13860 magick/display.c   if (((unsigned int) width > window_info.width) ||
width            13863 magick/display.c       window_info.annotate_context,0,0,(unsigned int) width,
width            13867 magick/display.c     window_info.width,(unsigned int) window_info.height);
width            14317 magick/display.c     width;
width            14578 magick/display.c   geometry_info.width=display_image->columns;
width            14583 magick/display.c     &geometry_info.width,&geometry_info.height);
width            14584 magick/display.c   windows->image.width=(unsigned int) geometry_info.width;
width            14601 magick/display.c       windows->backdrop.width=(unsigned int)
width            14633 magick/display.c         (windows->image.width/2);
width            14803 magick/display.c   windows->magnify.width=MagnifySize;
width            14831 magick/display.c   windows->pan.width=windows->icon.width;
width            14838 magick/display.c     &windows->pan.width,&windows->pan.height);
width            14875 magick/display.c   width=(unsigned int) display_image->columns;
width            14877 magick/display.c   if ((display_image->columns != width) || (display_image->rows != height))
width            14881 magick/display.c     width,height);
width            14886 magick/display.c     windows->magnify.width,windows->magnify.height);
width            14894 magick/display.c   windows->image.window_changes.width=(int) display_image->columns;
width            15369 magick/display.c             windows->image.window_changes.width=windows->image.ximage->width;
width            15381 magick/display.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
width            15400 magick/display.c                         windows->command.width-25;
width            15413 magick/display.c                         event.xconfigure.width/10;
width            15427 magick/display.c                         event.xconfigure.width+25;
width            15440 magick/display.c                         event.xconfigure.width+25;
width            15451 magick/display.c             if ((event.xconfigure.width == (int) windows->image.width) &&
width            15454 magick/display.c             windows->image.width=(unsigned int) event.xconfigure.width;
width            15469 magick/display.c                 windows->image.window_changes.width=event.xconfigure.width;
width            15477 magick/display.c             if ((event.xconfigure.width < windows->image.ximage->width) ||
width            15497 magick/display.c             windows->magnify.width=(unsigned int) event.xconfigure.width;
width            15502 magick/display.c             while ((int) magnify <= event.xconfigure.width)
width            15507 magick/display.c             if (((int) magnify != event.xconfigure.width) ||
width            15510 magick/display.c                 window_changes.width=(int) magnify;
width            15521 magick/display.c                   display_image,windows->magnify.width,windows->magnify.height);
width            15537 magick/display.c             windows->pan.width=(unsigned int) event.xconfigure.width;
width            15546 magick/display.c             windows->icon.width=(unsigned int) event.xconfigure.width;
width            15582 magick/display.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
width            15699 magick/display.c             if (((int) windows->image.width < windows->image.ximage->width) ||
width            15736 magick/display.c               display_image,windows->icon.width,windows->icon.height);
width            1460 magick/distort.c   crop_area.width=columns;
width            1626 magick/distort.c   geometry.width=image->columns;
width            1771 magick/distort.c         geometry.width = (size_t)
width            1797 magick/distort.c       geometry.width=(size_t) ceil(max.x-geometry.x+0.5);
width            1805 magick/distort.c       coeff[6]=(coeff[5]-coeff[4])/geometry.width; /* changed width */
width            1832 magick/distort.c         "-page %+.20g%+.20g xc: +insert \\\n",(double) geometry.width,
width            2081 magick/distort.c       geometry.width  *= output_scaling;
width            2102 magick/distort.c   distort_image=CloneImage(image,geometry.width,geometry.height,MagickTrue,
width            1784 magick/draw.c    if ((image->page.width == 0) || (image->page.height == 0))
width            1786 magick/draw.c        graphic_context[n]->viewbox.width=image->columns;
width            2388 magick/draw.c                  bounds.width=(size_t) floor(StringToDouble(token)+0.5);
width            2408 magick/draw.c                    "%.20gx%.20g%+.20g%+.20g",(double) bounds.width,(double)
width            2725 magick/draw.c              graphic_context[n]->viewbox.width=(size_t) floor(
width            3306 magick/draw.c      for (x=bounding_box.x; x < (ssize_t) bounding_box.width; x++)
width             361 magick/draw.h      width,
width             172 magick/effect.c     width;
width             218 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             219 magick/effect.c   kernel=(double **) AcquireQuantumMemory((size_t) width,sizeof(*kernel));
width             226 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             227 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             229 magick/effect.c     kernel[i]=(double *) AcquireQuantumMemory((size_t) (width-i),(width-i)*
width             234 magick/effect.c     j=(ssize_t) (width-i)/2;
width             252 magick/effect.c   if (i < (ssize_t) width)
width             321 magick/effect.c       i=(ssize_t) ceil((double) width*QuantumScale*PixelIntensity(r)-0.5);
width             325 magick/effect.c         if (i > (ssize_t) width)
width             326 magick/effect.c           i=(ssize_t) width;
width             329 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             330 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             336 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             338 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             354 magick/effect.c             pixel.index+=(*k)*alpha*indexes[x+(width-i)*v+u];
width             396 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             489 magick/effect.c     width;
width             535 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width             536 magick/effect.c   kernel=(double **) AcquireQuantumMemory((size_t) width,sizeof(*kernel));
width             543 magick/effect.c   (void) ResetMagickMemory(kernel,0,(size_t) width*sizeof(*kernel));
width             544 magick/effect.c   for (i=0; i < (ssize_t) width; i+=2)
width             546 magick/effect.c     kernel[i]=(double *) AcquireQuantumMemory((size_t) (width-i),(width-i)*
width             551 magick/effect.c     j=(ssize_t) (width-i)/2;
width             569 magick/effect.c   if (i < (ssize_t) width)
width             638 magick/effect.c       i=(ssize_t) ceil((double) width*(QuantumRange-QuantumScale*
width             643 magick/effect.c         if (i > (ssize_t) width)
width             644 magick/effect.c           i=(ssize_t) width;
width             647 magick/effect.c       p=GetCacheViewVirtualPixels(image_view,x-((ssize_t) (width-i)/2L),y-
width             648 magick/effect.c         (ssize_t) ((width-i)/2L),width-i,width-i,exception);
width             654 magick/effect.c       for (v=0; v < (ssize_t) (width-i); v++)
width             656 magick/effect.c         for (u=0; u < (ssize_t) (width-i); u++)
width             672 magick/effect.c             pixel.index+=(*k)*alpha*indexes[x+(width-i)*v+u];
width             714 magick/effect.c   for (i=0; i < (ssize_t) width;  i+=2)
width             791 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,sizeof(*kernel));
width             795 magick/effect.c   j=(ssize_t) width/2;
width             804 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width             838 magick/effect.c     width;
width             864 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width             865 magick/effect.c   kernel=GetBlurKernel(width,sigma);
width             881 magick/effect.c         "  BlurImage with %.20g kernel:",(double) width);
width             884 magick/effect.c       for (i=0; i < (ssize_t) width; i++)
width             926 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y,
width             927 magick/effect.c       image->columns+width,1,exception);
width             956 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width             974 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width             990 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1006 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            1028 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1045 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1107 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,x,-((ssize_t) width/2L),1,
width            1108 magick/effect.c       image->rows+width,exception);
width            1136 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            1154 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1170 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1186 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            1208 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1225 magick/effect.c               for (i=0; i < (ssize_t) width; i++)
width            1344 magick/effect.c     width;
width            1358 magick/effect.c   width=order;
width            1359 magick/effect.c   if ((width % 2) == 0)
width            1384 magick/effect.c         "  ConvolveImage with %.20gx%.20g kernel:",(double) width,(double)
width            1385 magick/effect.c         width);
width            1388 magick/effect.c       for (v=0; v < (ssize_t) width; v++)
width            1393 magick/effect.c         for (u=0; u < (ssize_t) width; u++)
width            1405 magick/effect.c   normal_kernel=(double *) AcquireQuantumMemory(width*width,
width            1413 magick/effect.c   for (i=0; i < (ssize_t) (width*width); i++)
width            1416 magick/effect.c   for (i=0; i < (ssize_t) (width*width); i++)
width            1452 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width            1453 magick/effect.c       (width/2L),image->columns+width,width,exception);
width            1485 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            1487 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            1494 magick/effect.c             kernel_pixels+=image->columns+width;
width            1506 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            1508 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            1513 magick/effect.c                 kernel_pixels+=image->columns+width;
width            1525 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            1527 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            1532 magick/effect.c                 kernel_indexes+=image->columns+width;
width            1544 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            1546 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            1556 magick/effect.c             kernel_pixels+=image->columns+width;
width            1569 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            1571 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            1576 magick/effect.c                 kernel_pixels+=image->columns+width;
width            1589 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            1591 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            1598 magick/effect.c                 kernel_pixels+=image->columns+width;
width            1599 magick/effect.c                 kernel_indexes+=image->columns+width;
width            1990 magick/effect.c     width;
width            1998 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            1999 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,width*sizeof(*kernel));
width            2002 magick/effect.c   for (i=0; i < (ssize_t) (width*width); i++)
width            2004 magick/effect.c   kernel[i/2]=(double) (width*width-1.0);
width            2005 magick/effect.c   edge_image=ConvolveImage(image,width,kernel,exception);
width            2056 magick/effect.c     width;
width            2070 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            2071 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,width*sizeof(*kernel));
width            2074 magick/effect.c   j=(ssize_t) width/2;
width            2090 magick/effect.c   emboss_image=ConvolveImage(image,width,kernel,exception);
width            2172 magick/effect.c   if ((kernel->width % 2) == 0)
width            2197 magick/effect.c         "  FilterImage with %.20gx%.20g kernel:",(double) kernel->width,(double)
width            2206 magick/effect.c         for (u=0; u < (ssize_t) kernel->width; u++)
width            2252 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) kernel->width/2L),
width            2253 magick/effect.c       y-(ssize_t) (kernel->height/2L),image->columns+kernel->width,
width            2286 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            2295 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            2307 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            2314 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            2326 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            2333 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            2345 magick/effect.c           for (v=0; v < (ssize_t) kernel->width; v++)
width            2357 magick/effect.c             kernel_pixels+=image->columns+kernel->width;
width            2370 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            2377 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            2390 magick/effect.c               for (v=0; v < (ssize_t) kernel->width; v++)
width            2399 magick/effect.c                 kernel_pixels+=image->columns+kernel->width;
width            2400 magick/effect.c                 kernel_indexes+=image->columns+kernel->width;
width            2498 magick/effect.c     width;
width            2511 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            2512 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,width*sizeof(*kernel));
width            2515 magick/effect.c   j=(ssize_t) width/2;
width            2523 magick/effect.c   blur_image=ConvolveImageChannel(image,channel,width,kernel,exception);
width            2586 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,sizeof(*kernel));
width            2590 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2596 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2645 magick/effect.c     width;
width            2655 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            2656 magick/effect.c   kernel=GetMotionBlurKernel(width,sigma);
width            2659 magick/effect.c   offset=(OffsetInfo *) AcquireQuantumMemory(width,sizeof(*offset));
width            2680 magick/effect.c   point.x=(double) width*sin(DegreesToRadians(angle));
width            2681 magick/effect.c   point.y=(double) width*cos(DegreesToRadians(angle));
width            2682 magick/effect.c   for (i=0; i < (ssize_t) width; i++)
width            2740 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2775 magick/effect.c           for (i=0; i < (ssize_t) width; i++)
width            2925 magick/effect.c     &geometry.width,&geometry.height);
width            2936 magick/effect.c     thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
width            3195 magick/effect.c         geometry.width=(size_t) (2*i+2);
width            3201 magick/effect.c           "raise %.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            3738 magick/effect.c     width;
width            3755 magick/effect.c   width=GetOptimalKernelWidth1D(radius,sigma);
width            3756 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width,width*sizeof(*kernel));
width            3759 magick/effect.c   j=(ssize_t) width/2;
width            3781 magick/effect.c         "  SelectiveBlurImage with %.20gx%.20g kernel:",(double) width,(double)
width            3782 magick/effect.c         width);
width            3785 magick/effect.c       for (v=0; v < (ssize_t) width; v++)
width            3790 magick/effect.c         for (u=0; u < (ssize_t) width; u++)
width            3845 magick/effect.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width            3846 magick/effect.c       (width/2L),image->columns+width,width,exception);
width            3877 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3879 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3890 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3906 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3908 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3917 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3932 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3934 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            3943 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            3959 magick/effect.c           for (v=0; v < (ssize_t) width; v++)
width            3961 magick/effect.c             for (u=0; u < (ssize_t) width; u++)
width            3975 magick/effect.c             j+=(ssize_t) (image->columns+width);
width            3991 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            3993 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            4002 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            4017 magick/effect.c               for (v=0; v < (ssize_t) width; v++)
width            4019 magick/effect.c                 for (u=0; u < (ssize_t) width; u++)
width            4030 magick/effect.c                 j+=(ssize_t) (image->columns+width);
width            4334 magick/effect.c     width;
width            4347 magick/effect.c   width=GetOptimalKernelWidth2D(radius,sigma);
width            4348 magick/effect.c   kernel=(double *) AcquireQuantumMemory((size_t) width*width,sizeof(*kernel));
width            4352 magick/effect.c   j=(ssize_t) width/2;
width            4365 magick/effect.c   sharp_image=ConvolveImageChannel(image,channel,width,kernel,exception);
width            4423 magick/effect.c     width;
width            4453 magick/effect.c   width=GetOptimalKernelWidth1D(radius,0.5);
width            4491 magick/effect.c         UndefinedInterpolatePixel,(double) x+width*(GetPseudoRandomValue(
width            4492 magick/effect.c         random_info[id])-0.5),(double) y+width*(GetPseudoRandomValue(
width            4626 magick/effect.c   pixel_list->length=width*height;
width            4660 magick/effect.c     pixel_list[i]=AcquirePixelList(width,height);
width            5165 magick/effect.c   statistic_image=StatisticImageChannel(image,DefaultChannels,type,width,
width            5175 magick/effect.c   (width == 0 ? GetOptimalKernelWidth2D((double) width,0.5) : width)
width            2234 magick/enhance.c     width;
width            2275 magick/enhance.c   width=(double) hald_image->columns;
width            2331 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset,width),floor(offset/width),
width            2334 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset+level,width),floor((offset+level)/
width            2335 magick/enhance.c         width),&pixel2,exception);
width            2340 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset,width),floor(offset/width),
width            2343 magick/enhance.c         UndefinedInterpolatePixel,fmod(offset+level,width),floor((offset+level)/
width            2344 magick/enhance.c         width),&pixel2,exception);
width              88 magick/fourier.c     width,
width             146 magick/fourier.c   roll=(double *) AcquireQuantumMemory((size_t) height,width*sizeof(*roll));
width             157 magick/fourier.c     for (x=0L; x < (ssize_t) width; x++)
width             160 magick/fourier.c         u=((x+x_offset) < 0L) ? x+x_offset+(ssize_t) width : x+x_offset;
width             162 magick/fourier.c         u=((x+x_offset) > ((ssize_t) width-1L)) ? x+x_offset-(ssize_t) width :
width             164 magick/fourier.c       roll[v*width+u]=fourier[i++];
width             167 magick/fourier.c   (void) CopyMagickMemory(fourier,roll,height*width*sizeof(*roll));
width             188 magick/fourier.c   center=(ssize_t) floor((double) width/2L)+1L;
width             193 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             194 magick/fourier.c       destination[width*y+x+width/2L]=source[center*y+x];
width             196 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L-1L); x++)
width             197 magick/fourier.c       destination[width*(height-y)+width/2L-x-1L]=source[center*y+x+1L];
width             198 magick/fourier.c   for (x=0L; x < (ssize_t) (width/2L); x++)
width             199 magick/fourier.c     destination[-x+width/2L-1L]=destination[x+width/2L+1L];
width             213 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L); x++)
width             214 magick/fourier.c       fourier[y*width+x]*=(-1.0);
width             260 magick/fourier.c     fourier_info->height,fourier_info->width*sizeof(*magnitude_source));
width             264 magick/fourier.c     fourier_info->width*sizeof(*magnitude_source));
width             266 magick/fourier.c     fourier_info->width*sizeof(*phase_source));
width             284 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             301 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             353 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             436 magick/fourier.c     fourier_info->width*sizeof(*source));
width             443 magick/fourier.c   ResetMagickMemory(source,0,fourier_info->height*fourier_info->width*
width             449 magick/fourier.c     p=GetCacheViewVirtualPixels(image_view,0L,y,fourier_info->width,1UL,
width             454 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             507 magick/fourier.c   fftw_r2c_plan=fftw_plan_dft_r2c_2d(fourier_info->width,fourier_info->width,
width             515 magick/fourier.c   n=(double) fourier_info->width*(double) fourier_info->width;
width             572 magick/fourier.c   fourier_info.width=image->columns;
width             577 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width             579 magick/fourier.c   fourier_info.height=fourier_info.width;
width             580 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2.0)+1L;
width             640 magick/fourier.c       width;
width             642 magick/fourier.c     width=image->columns;
width             647 magick/fourier.c         width=(extent & 0x01) == 1 ? extent+1UL : extent;
width             649 magick/fourier.c     magnitude_image=CloneImage(image,width,width,MagickFalse,exception);
width             657 magick/fourier.c         phase_image=CloneImage(image,width,width,MagickFalse,exception);
width             807 magick/fourier.c   center=(ssize_t) floor((double) width/2.0)+1L;
width             809 magick/fourier.c     for (x=0L; x < (ssize_t) (width/2L+1L); x++)
width             810 magick/fourier.c       destination[center*(height-y)-x+width/2L]=source[y*width+x];
width             812 magick/fourier.c     destination[center*y]=source[y*width+width/2L];
width             852 magick/fourier.c     fourier_info->height,fourier_info->width*sizeof(*magnitude_source));
width             861 magick/fourier.c     fourier_info->width*sizeof(*phase_source));
width             874 magick/fourier.c     p=GetCacheViewVirtualPixels(magnitude_view,0L,y,fourier_info->width,1UL,
width             879 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             923 magick/fourier.c     p=GetCacheViewVirtualPixels(phase_view,0,y,fourier_info->width,1,
width             928 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             972 magick/fourier.c         for (x=0L; x < (ssize_t) fourier_info->width; x++)
width             992 magick/fourier.c   status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width             996 magick/fourier.c     fourier_info->width*sizeof(*phase));
width            1005 magick/fourier.c   CorrectPhaseLHS(fourier_info->width,fourier_info->width,phase_source);
width            1007 magick/fourier.c     status=InverseQuadrantSwap(fourier_info->width,fourier_info->height,
width            1069 magick/fourier.c     fourier_info->width*sizeof(*source));
width            1080 magick/fourier.c     fftw_c2r_plan=fftw_plan_dft_c2r_2d(fourier_info->width,fourier_info->height,
width            1091 magick/fourier.c     q=GetCacheViewAuthenticPixels(image_view,0L,y,fourier_info->width >
width            1092 magick/fourier.c       image->columns ? image->columns : fourier_info->width,1UL,exception);
width            1096 magick/fourier.c     for (x=0L; x < (ssize_t) fourier_info->width; x++)
width            1164 magick/fourier.c   fourier_info.width=magnitude_image->columns;
width            1171 magick/fourier.c       fourier_info.width=(extent & 0x01) == 1 ? extent+1UL : extent;
width            1173 magick/fourier.c   fourier_info.height=fourier_info.width;
width            1174 magick/fourier.c   fourier_info.center=(ssize_t) floor((double) fourier_info.width/2.0)+1L;
width             901 magick/fx.c        for (u=0; u < (ssize_t) color_matrix->width; u++)
width            1777 magick/fx.c            return((MagickRealType) image->page.width);
width            4151 magick/fx.c      border_info.width=(size_t) floor(2.0*sigma+0.5);
width            4221 magick/fx.c      if (shadow_image->page.width == 0)
width            4222 magick/fx.c        shadow_image->page.width=shadow_image->columns;
width            4225 magick/fx.c      shadow_image->page.width+=x_offset-(ssize_t) border_info.width;
width            4227 magick/fx.c      shadow_image->page.x+=x_offset-(ssize_t) border_info.width;
width             762 magick/gem.c       width;
width             775 magick/gem.c     for (width=5; ; )
width             778 magick/gem.c       j=(ssize_t) width/2;
width             784 magick/gem.c       width+=2;
width             786 magick/gem.c     return((size_t) (width-2));
width             800 magick/gem.c       width;
width             815 magick/gem.c     for (width=5; ; )
width             818 magick/gem.c       j=(ssize_t) width/2;
width             825 magick/gem.c       width+=2;
width             827 magick/gem.c     return((size_t) (width-2));
width             202 magick/geometry.c         *width=(size_t) strtol(p,&p,10);
width             204 magick/geometry.c         *width=(size_t) floor(strtod(p,&p)+0.5);
width             381 magick/geometry.c         flags=GetGeometry(page,&geometry.x,&geometry.y,&geometry.width,
width             425 magick/geometry.c   if (region->width == 0)
width             426 magick/geometry.c     region->width=width;
width             433 magick/geometry.c       region->x=(ssize_t) (width-region->width-region->x);
width             441 magick/geometry.c       region->x+=(ssize_t) (width/2-region->width/2);
width             603 magick/geometry.c     &region_info->width,&region_info->height);
width             997 magick/geometry.c     width;
width            1000 magick/geometry.c   if (image->page.width != 0)
width            1001 magick/geometry.c     region_info->width=image->page.width;
width            1034 magick/geometry.c       region_info->width=(size_t) floor((scale.x*image->columns/100.0)+0.5);
width            1040 magick/geometry.c   width=region_info->width;
width            1042 magick/geometry.c   if (width == 0)
width            1043 magick/geometry.c     region_info->width=image->page.width | image->columns;
width            1047 magick/geometry.c   region_info->width=width;
width            1121 magick/geometry.c   assert(width != (size_t *) NULL);
width            1130 magick/geometry.c   former_width=(*width);
width            1132 magick/geometry.c   flags=GetGeometry(geometry,x,y,width,height);
width            1151 magick/geometry.c       *width=(size_t) floor(scale.x*former_width/100.0+0.5);
width            1152 magick/geometry.c       if (*width == 0)
width            1153 magick/geometry.c         *width=1;
width            1157 magick/geometry.c       former_width=(*width);
width            1160 magick/geometry.c   if (((flags & AspectValue) == 0) && ((*width != former_width) ||
width            1174 magick/geometry.c             scale_factor=(MagickRealType) *width/(MagickRealType) former_width;
width            1191 magick/geometry.c               scale_factor=(MagickRealType) *width/(MagickRealType)
width            1194 magick/geometry.c                   (scale_factor < ((MagickRealType) *width/(MagickRealType)
width            1196 magick/geometry.c                 scale_factor=(MagickRealType) *width/(MagickRealType)
width            1209 magick/geometry.c       *width=MagickMax((size_t) floor(scale_factor*former_width+0.5),1UL);
width            1214 magick/geometry.c       if (former_width < *width)
width            1215 magick/geometry.c         *width=former_width;
width            1221 magick/geometry.c       if (former_width > *width)
width            1222 magick/geometry.c         *width=former_width;
width            1243 magick/geometry.c       if ((scale.x < (double) *width) || (scale.y < (double) *height))
width            1245 magick/geometry.c           *width=(size_t) (former_width/(distance/sqrt((double) area)));
width            1248 magick/geometry.c       former_width=(*width);
width            1294 magick/geometry.c   if (image->page.width != 0)
width            1295 magick/geometry.c     region_info->width=image->page.width;
width            1307 magick/geometry.c       region_info->width=image->columns;
width            1311 magick/geometry.c     &region_info->width,&region_info->height);
width            1356 magick/geometry.c     &region_info->width,&region_info->height);
width            1395 magick/geometry.c   geometry->width=image->columns;
width             123 magick/geometry.h     width,
width             333 magick/identify.c       if ((image->page.width != 0) || (image->page.height != 0) ||
width             336 magick/identify.c           image->page.width,(double) image->page.height,(double) image->page.x,
width             718 magick/identify.c   if ((image->extract_info.width*image->extract_info.height) != 0)
width             720 magick/identify.c       image->extract_info.width,(double) image->extract_info.height,(double)
width             738 magick/identify.c   if ((image->page.width != 0) || (image->page.height != 0) ||
width             741 magick/identify.c       image->page.width,(double) image->page.height,(double)
width             266 magick/image-view.c       source->extent.width,1,source->exception);
width             273 magick/image-view.c       duplex->extent.width,1,duplex->exception);
width             280 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             565 magick/image-view.c       source->extent.width,1,source->exception);
width             720 magick/image-view.c   image_view->extent.width=image->columns;
width             773 magick/image-view.c   image_view->extent.width=width;
width             906 magick/image-view.c       y,destination->extent.width,1,exception);
width            1073 magick/image-view.c       source->extent.width,1,source->exception);
width            1080 magick/image-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1197 magick/image-view.c       source->extent.width,1,exception);
width             207 magick/image.c       image->columns=image->extract_info.width;
width             222 magick/image.c           Swap(image->columns,image->extract_info.width);
width             442 magick/image.c     width;
width             461 magick/image.c   width=image->columns;
width             471 magick/image.c         if (next->columns > width)
width             472 magick/image.c           width=next->columns;
width             476 magick/image.c     width+=next->columns;
width             483 magick/image.c   append_image=CloneImage(image,width,height,MagickTrue,exception);
width             851 magick/image.c   clone_image->page.width=(size_t) floor(scale*image->page.width+0.5);
width            2125 magick/image.c   image->columns=width;
width            2246 magick/image.c         geometry.height=geometry.width;
width            2247 magick/image.c       image->page.width=geometry.width;
width            2262 magick/image.c           if ((image->page.width == 0) && (geometry.x > 0))
width            2263 magick/image.c             image->page.width=image->columns+geometry.x;
width            4004 magick/image.c     width;
width            4022 magick/image.c   width=image->columns;
width            4032 magick/image.c         if (next->columns > width)
width            4033 magick/image.c           width=next->columns;
width            4039 magick/image.c     width+=next->columns;
width            4041 magick/image.c       width+=offset;
width            4048 magick/image.c   smush_image=CloneImage(image,width,height,MagickTrue,exception);
width             117 magick/layer.c     q=GetAuthenticPixels(image,bounds->x,bounds->y+y,bounds->width,1,exception);
width             120 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             186 magick/layer.c     p=GetVirtualPixels(image1,bounds->x,bounds->y+y,bounds->width,1,
width             188 magick/layer.c     q=GetVirtualPixels(image2,bounds->x,bounds->y+y,bounds->width,1,
width             192 magick/layer.c     for (x=0; x < (ssize_t) bounds->width; x++)
width             200 magick/layer.c     if (x < (ssize_t) bounds->width)
width             261 magick/layer.c   if (bounds.width == 0)
width             263 magick/layer.c       bounds.width=next->columns;
width             265 magick/layer.c         bounds.width+=bounds.x;
width             275 magick/layer.c   coalesce_image=CloneImage(next,bounds.width,bounds.height,MagickTrue,
width             297 magick/layer.c     bounds.width=previous->columns;
width             301 magick/layer.c         bounds.width+=bounds.x;
width             304 magick/layer.c     if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) coalesce_image->columns)
width             305 magick/layer.c       bounds.width=coalesce_image->columns-bounds.x;
width             406 magick/layer.c   dispose_image=CloneImage(curr,curr->page.width,curr->page.height,MagickTrue,
width             441 magick/layer.c         bounds.width=curr->columns;
width             445 magick/layer.c             bounds.width+=bounds.x;
width             448 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width             449 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width             661 magick/layer.c       bounds.width=1;
width             687 magick/layer.c   bounds.width=(size_t) (x-bounds.x+1);
width             810 magick/layer.c   image_a=CloneImage(next,next->page.width,next->page.height,
width            1046 magick/layer.c   prev_image=CloneImage(curr,curr->page.width,curr->page.height,
width            1073 magick/layer.c        (double) bounds[i].width,(double) bounds[i].height,
width            1082 magick/layer.c   dup_bounds.width=0;
width            1100 magick/layer.c          (double) bounds[i].width,(double) bounds[i].height,
width            1129 magick/layer.c          (double) try_bounds.width,(double) try_bounds.height,
width            1134 magick/layer.c                 try_bounds.width * try_bounds.height
width            1135 magick/layer.c                     <  bounds[i].width * bounds[i].height )
width            1152 magick/layer.c         dup_bounds.width=dup_bounds.height=0; /* no dup, no pixel added */
width            1155 magick/layer.c             dup_image=CloneImage(curr->previous,curr->previous->page.width,
width            1168 magick/layer.c                    dup_bounds.width*dup_bounds.height
width            1169 magick/layer.c                       +try_bounds.width*try_bounds.height
width            1170 magick/layer.c                    < bounds[i].width * bounds[i].height )
width            1178 magick/layer.c               dup_bounds.width=dup_bounds.height=0;
width            1183 magick/layer.c         bgnd_image=CloneImage(curr->previous,curr->previous->page.width,
width            1213 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1223 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1228 magick/layer.c                      bgnd_bounds.width+= bgnd_bounds.x-try_bounds.x;
width            1229 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1230 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1235 magick/layer.c                      try_bounds.width += try_bounds.x - bgnd_bounds.x;
width            1236 magick/layer.c                      if ( bgnd_bounds.width < try_bounds.width )
width            1237 magick/layer.c                        bgnd_bounds.width = try_bounds.width;
width            1254 magick/layer.c                     (double) bgnd_bounds.width,(double) bgnd_bounds.height,
width            1269 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1274 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1282 magick/layer.c                 (double) try_bounds.width,(double) try_bounds.height,
width            1292 magick/layer.c               bgnd_bounds.width*bgnd_bounds.height
width            1293 magick/layer.c                 +try_bounds.width*try_bounds.height
width            1294 magick/layer.c               < bounds[i-1].width*bounds[i-1].height
width            1295 magick/layer.c                   +dup_bounds.width*dup_bounds.height
width            1296 magick/layer.c                   +bounds[i].width*bounds[i].height )
width            1339 magick/layer.c             prev_image=CloneImage(curr->previous,curr->previous->page.width,
width            1356 magick/layer.c          (double) bounds[i-1].width, (double) bounds[i-1].height,
width            1363 magick/layer.c          (double) bounds[i].width, (double) bounds[i].height,
width            1535 magick/layer.c   dispose_image=CloneImage(next,next->page.width,next->page.height,
width            1572 magick/layer.c         bounds.width=next->columns;
width            1576 magick/layer.c             bounds.width+=bounds.x;
width            1579 magick/layer.c         if ((ssize_t) (bounds.x+bounds.width) > (ssize_t) current_image->columns)
width            1580 magick/layer.c           bounds.width=current_image->columns-bounds.x;
width            1957 magick/layer.c     width;
width            1972 magick/layer.c   width=image->columns;
width            1983 magick/layer.c              width += page.x-next->page.x;
width            1990 magick/layer.c         if ( (ssize_t) width < (next->page.x + next->columns - page.x) )
width            1991 magick/layer.c            width = (size_t) next->page.x + next->columns - page.x;
width            1999 magick/layer.c       if ( page.width > 0 )
width            2000 magick/layer.c         width=page.width;
width            2009 magick/layer.c       if ( page.width > 0 )
width            2010 magick/layer.c         width=page.width;
width            2017 magick/layer.c           if ( (ssize_t) width < (next->page.x + next->columns) )
width            2018 magick/layer.c              width = (size_t) next->page.x + next->columns;
width            2023 magick/layer.c       page.width=width;
width            2031 magick/layer.c   if ( page.width == 0 )
width            2032 magick/layer.c     page.width = (page.x < 0) ? width : width+page.x;
width            2045 magick/layer.c       image->page.width = width;
width            2059 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             510 magick/montage.c       frame_info.width=extract_info.width;
width             515 magick/montage.c         &frame_info.inner_bevel,&frame_info.width,&frame_info.height);
width             517 magick/montage.c         frame_info.height=frame_info.width;
width             519 magick/montage.c         frame_info.outer_bevel=(ssize_t) frame_info.width/2;
width             522 magick/montage.c       frame_info.x=(ssize_t) frame_info.width;
width             526 magick/montage.c       border_width=(size_t) MagickMax((ssize_t) frame_info.width,
width             531 magick/montage.c     if (image_list[i]->columns > extract_info.width)
width             532 magick/montage.c       extract_info.width=image_list[i]->columns;
width             600 magick/montage.c     bounds.width=0;
width             602 magick/montage.c     width=0;
width             607 magick/montage.c           width=concatenate != MagickFalse ? image_list[tile]->columns :
width             608 magick/montage.c             extract_info.width;
width             612 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             613 magick/montage.c       if (x_offset > (ssize_t) bounds.width)
width             614 magick/montage.c         bounds.width=(size_t) x_offset;
width             632 magick/montage.c       bounds.width+=4;
width             638 magick/montage.c     montage->columns=bounds.width;
width             664 magick/montage.c       "%.20gx%.20g%+.20g%+.20g",(double) (extract_info.width+
width             730 magick/montage.c       width=concatenate != MagickFalse ? image->columns : extract_info.width;
width             745 magick/montage.c           border_info.width=border_width;
width             749 magick/montage.c               border_info.width=(width-image->columns+1)/2;
width             765 magick/montage.c       tile_image->columns=width;
width             787 magick/montage.c           extract_info.width=width+2*frame_info.width;
width             839 magick/montage.c                 image->columns : width)-2*border_width),(double)
width             850 magick/montage.c       x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
width             276 magick/morphology.c       kernel->width = (size_t)args.rho;
width             283 magick/morphology.c                                                : (ssize_t) (kernel->width-1)/2;
width             286 magick/morphology.c       if ( kernel->x >= (ssize_t) kernel->width ||
width             305 magick/morphology.c       kernel->width = kernel->height= (size_t) sqrt((double) i+1.0);
width             306 magick/morphology.c       kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width             313 magick/morphology.c   kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width             322 magick/morphology.c   for (i=0; (i < (ssize_t) (kernel->width*kernel->height)) && (p < end); i++)
width             348 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) ) {
width             351 magick/morphology.c     for ( ; i < (ssize_t) (kernel->width*kernel->height); i++)
width             356 magick/morphology.c   if ( i < (ssize_t) (kernel->width*kernel->height) )
width            1025 magick/morphology.c         kernel->height = kernel->width = (size_t) 1;
width            1043 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1045 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma);
width            1047 magick/morphology.c           kernel->width = GetOptimalKernelWidth2D(args->rho,sigma2);
width            1048 magick/morphology.c         kernel->height = kernel->width;
width            1049 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1050 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1073 magick/morphology.c                             kernel->width*kernel->height*sizeof(double));
width            1074 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1089 magick/morphology.c               kernel->values[kernel->x+kernel->y*kernel->width] -= 1.0;
width            1105 magick/morphology.c                             kernel->width*kernel->height*sizeof(double));
width            1106 magick/morphology.c                 kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1134 magick/morphology.c           kernel->width = (size_t)args->rho*2+1;
width            1136 magick/morphology.c           kernel->width = GetOptimalKernelWidth1D(args->rho,sigma);
width            1138 magick/morphology.c         kernel->x = (ssize_t) (kernel->width-1)/2;
width            1141 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1162 magick/morphology.c         v = (ssize_t) (kernel->width*KernelRank-1)/2; /* start/end points to fit range */
width            1164 magick/morphology.c                      kernel->width*kernel->height*sizeof(double));
width            1176 magick/morphology.c           kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1189 magick/morphology.c                          kernel->width*kernel->height*sizeof(double));
width            1190 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1219 magick/morphology.c           kernel->width = (GetOptimalKernelWidth1D(args->rho,sigma)-1)/2+1;
width            1221 magick/morphology.c           kernel->width = (size_t)args->rho;
width            1225 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1244 magick/morphology.c             v = (ssize_t) kernel->width*KernelRank; /* start/end points */
width            1246 magick/morphology.c                           kernel->width*sizeof(double));
width            1255 magick/morphology.c             for (i=0; i < (ssize_t) kernel->width; i++)
width            1260 magick/morphology.c             for ( i=0; i < (ssize_t) kernel->width; i++)
width            1269 magick/morphology.c                          kernel->width*kernel->height*sizeof(double));
width            1270 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            1491 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1493 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1494 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1496 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1518 magick/morphology.c               kernel->width = kernel->height = 3;  /* default radius = 1 */
width            1520 magick/morphology.c               kernel->width = kernel->height = (size_t) (2*args->rho+1);
width            1521 magick/morphology.c             kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1528 magick/morphology.c             kernel->width = (size_t)args->rho;
width            1530 magick/morphology.c             if ( args->xi  < 0.0 || args->xi  > (double)kernel->width ||
width            1537 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1543 magick/morphology.c         u=(ssize_t) (kernel->width*kernel->height);
width            1553 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius = 2 */
width            1555 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1556 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1558 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1579 magick/morphology.c             kernel->width = kernel->height = 9L, limit = 18L;
width            1581 magick/morphology.c             kernel->width = kernel->height = (size_t)fabs(args->rho)*2+1;
width            1582 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1584 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1601 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1603 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            1604 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1606 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1616 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1622 magick/morphology.c             kernel->width = kernel->height = 5;  /* default radius 2 */
width            1624 magick/morphology.c             kernel->width = kernel->height = ((size_t)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 *) AcquireQuantumMemory(kernel->width,
width            1637 magick/morphology.c           kernel->positive_range = args->sigma*(kernel->width*2.0 - 1.0);
width            1653 magick/morphology.c               kernel->width = ((size_t)args->sigma)*2+1;
width            1659 magick/morphology.c               kernel->width = ((size_t)args->rho)*2+1;
width            1664 magick/morphology.c             kernel->width = 7L, limit1 = 7L, limit2 = 11L;
width            1666 magick/morphology.c           kernel->height = kernel->width;
width            1667 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            1668 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            1686 magick/morphology.c             kernel->values[kernel->x+kernel->y*kernel->width] = 1.0;
width            2033 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2035 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2036 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2038 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            2053 magick/morphology.c             kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2055 magick/morphology.c             kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2056 magick/morphology.c           kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2058 magick/morphology.c           kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            2073 magick/morphology.c           kernel->width = kernel->height = 5;  /* default/minimum radius = 2 */
width            2075 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2076 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2078 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            2098 magick/morphology.c           kernel->width = kernel->height = 3;  /* default radius = 1 */
width            2100 magick/morphology.c           kernel->width = kernel->height = ((size_t)args->rho)*2+1;
width            2101 magick/morphology.c         kernel->x = kernel->y = (ssize_t) (kernel->width-1)/2;
width            2103 magick/morphology.c         kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            2168 magick/morphology.c   new_kernel->values=(double *) AcquireQuantumMemory(kernel->width,
width            2172 magick/morphology.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            2261 magick/morphology.c       for ( y=0, k=kernel->values; y < kernel->height; y++, k+=kernel->width)
width            2262 magick/morphology.c         for ( x=0, r=kernel->width-1; x<kernel->width/2; x++, r--)
width            2265 magick/morphology.c       kernel->x = kernel->width - kernel->x - 1;
width            2335 magick/morphology.c   if (    kernel1->width != kernel2->width
width            2342 magick/morphology.c   for (i=0; i < (kernel1->width*kernel1->height); i++) {
width            2418 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width            2539 magick/morphology.c   virt_width=image->columns-kernel->width-1;
width            2552 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            2568 magick/morphology.c   if ( method == ConvolveMorphology && kernel->width == 1 )
width            2893 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            2902 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            2938 magick/morphology.c                   for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            2977 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3004 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3008 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3041 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3088 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k++) {
width            3114 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3118 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3151 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3155 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3311 magick/morphology.c       offx = (ssize_t) kernel->width-offx-1;
width            3328 magick/morphology.c   virt_width=image->columns+kernel->width-1;
width            3405 magick/morphology.c             k = &kernel->values[ kernel->width*kernel->height-1 ];
width            3409 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3422 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3555 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y+1)-1 ];
width            3559 magick/morphology.c               for (u=0; u < (ssize_t) kernel->width; u++, k--) {
width            3572 magick/morphology.c             k = &kernel->values[ kernel->width*(kernel->y)+kernel->x-1 ];
width            3575 magick/morphology.c               for (u=offx+1; u < (ssize_t) kernel->width; u++, k--) {
width            4268 magick/morphology.c       if ( kernel->width == 3 && kernel->height == 3 )
width            4299 magick/morphology.c       if ( kernel->width == 1 || kernel->height == 1 )
width            4305 magick/morphology.c           t = (ssize_t) kernel->width;
width            4306 magick/morphology.c           kernel->width = kernel->height;
width            4311 magick/morphology.c           if ( kernel->width == 1 ) {
width            4319 magick/morphology.c       else if ( kernel->width == kernel->height )
width            4326 magick/morphology.c             for( i=0, x=kernel->width-1;  i<=x;   i++, x--)
width            4328 magick/morphology.c                 { t                    = k[i+j*kernel->width];
width            4329 magick/morphology.c                   k[i+j*kernel->width] = k[j+x*kernel->width];
width            4330 magick/morphology.c                   k[j+x*kernel->width] = k[x+y*kernel->width];
width            4331 magick/morphology.c                   k[x+y*kernel->width] = k[y+i*kernel->width];
width            4332 magick/morphology.c                   k[y+i*kernel->width] = t;
width            4337 magick/morphology.c             x = (ssize_t) (kernel->x*2-kernel->width+1);
width            4339 magick/morphology.c             kernel->x = (ssize_t) ( -y +(ssize_t) kernel->width-1)/2;
width            4361 magick/morphology.c       for ( i=0, j=kernel->width*kernel->height-1;  i<j;  i++, j--)
width            4364 magick/morphology.c       kernel->x = (ssize_t) kernel->width  - kernel->x - 1;
width            4554 magick/morphology.c   for (i=0; i < (ssize_t) (kernel->width*kernel->height); i++)
width            4619 magick/morphology.c     fprintf(stderr, "\" of size %lux%lu%+ld%+ld",(unsigned long) k->width,
width            4637 magick/morphology.c       for (u=0; u < k->width; u++, i++)
width            4689 magick/morphology.c   kernel->values[kernel->x+kernel->y*kernel->width] += scale;
width            4729 magick/morphology.c   for (i=0; i < (kernel->width*kernel->height); i++)
width             104 magick/morphology.h     width,
width             137 magick/nt-feature.c   if (((geometry->x+(ssize_t) geometry->width) < 0) ||
width             143 magick/nt-feature.c   if ((page.x+(ssize_t) page.width) > (ssize_t) image->columns)
width             144 magick/nt-feature.c     page.width=image->columns-page.x;
width             149 magick/nt-feature.c       page.width+=page.x;
width             158 magick/nt-feature.c   if ((page.width == 0) || (page.height == 0))
width             164 magick/nt-feature.c   bitmap.bmWidth        = (LONG) page.width;
width             171 magick/nt-feature.c   bitmap_bitsH=(HANDLE) GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE,page.width*
width             186 magick/nt-feature.c     p=GetVirtualPixels(image,page.x,page.y+y,page.width,1,exception);
width             192 magick/nt-feature.c       CopyMagickMemory((void*)q,(const void*)p,page.width*sizeof(PixelPacket));
width             193 magick/nt-feature.c       q += page.width;
width             201 magick/nt-feature.c         for( x=(ssize_t) page.width ; x> 0 ; x-- )
width             447 magick/paint.c   gradient->bounding_box.width=image->columns;
width             579 magick/paint.c     width;
width             593 magick/paint.c   width=GetOptimalKernelWidth2D(radius,0.5);
width             641 magick/paint.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             642 magick/paint.c       (width/2L),image->columns+width,width,exception);
width             674 magick/paint.c       for (v=0; v < (ssize_t) width; v++)
width             676 magick/paint.c         for (u=0; u < (ssize_t) width; u++)
width             686 magick/paint.c         i+=(ssize_t) (image->columns+width);
width            3697 magick/pixel.c       geometry.width=4L;
width            2735 magick/property.c           image->page.width,(double) image->page.height,(double) image->page.x,
width            2957 magick/property.c         q+=FormatMagickString(q,extent,"%.20gx%.20g",(double) image->page.width,
width            2985 magick/property.c         q+=FormatMagickString(q,extent,"%.20g",(double) image->page.width);
width            3134 magick/property.c           (double) page.width,(double) page.height,(double) page.x,(double)
width            1687 magick/resize.c     width;
width            1698 magick/resize.c   width=(size_t) (x_resolution*image->columns/(image->x_resolution == 0.0 ?
width            1702 magick/resize.c   resample_image=ResizeImage(image,width,height,filter,blur,exception);
width            1805 magick/resize.c         width;
width            1810 magick/resize.c       for (width=image->columns; columns >= (2*width-1); width*=2);
width            1812 magick/resize.c       resize_image=ResizeImage(image,width,height,image->filter,image->blur,
width             192 magick/shear.c   extent[0].x=(double) (-width/2.0);
width             194 magick/shear.c   extent[1].x=(double) width/2.0;
width             196 magick/shear.c   extent[2].x=(double) (-width/2.0);
width             198 magick/shear.c   extent[3].x=(double) width/2.0;
width             224 magick/shear.c   geometry.width=(size_t) floor(max.x-min.x+0.5);
width             274 magick/shear.c     width,
width             350 magick/shear.c     for (x=0; x < (ssize_t) radon_info->width; x++)
width             356 magick/shear.c     if (x < (ssize_t) radon_info->width)
width             375 magick/shear.c   radon_info->width=width;
width             377 magick/shear.c   radon_info->length=(MagickSizeType) width*height*sizeof(*radon_info->cells);
width             590 magick/shear.c   for (step=1; step < p->width; step*=2)
width             592 magick/shear.c     for (x=0; x < (ssize_t) p->width; x+=2*(ssize_t) step)
width             635 magick/shear.c   for (x=0; x < (ssize_t) p->width; x++)
width             652 magick/shear.c     projection[p->width+sign*x-1]=sum;
width             674 magick/shear.c     width;
width             685 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             686 magick/shear.c   source_cells=AcquireRadonInfo(image,width,image->rows,exception);
width             687 magick/shear.c   destination_cells=AcquireRadonInfo(image,width,image->rows,exception);
width             908 magick/shear.c     width;
width             916 magick/shear.c   for (width=1; width < ((image->columns+7)/8); width<<=1) ;
width             917 magick/shear.c   projection=(size_t *) AcquireQuantumMemory((size_t) (2*width-1),
width             929 magick/shear.c   for (i=0; i < (ssize_t) (2*width-1); i++)
width             933 magick/shear.c         skew=i-(ssize_t) width+1;
width             945 magick/shear.c   degrees=RadiansToDegrees(-atan((double) skew/width/8));
width             981 magick/shear.c       "%.20gx%.20g%+.20g%+.20g",(double) geometry.width,(double)
width            1116 magick/shear.c             width;
width            1118 magick/shear.c           width=tile_width;
width            1120 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-
width            1126 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
width            1134 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1150 magick/shear.c             tile_pixels=p+(height-1)*width+y;
width            1154 magick/shear.c               tile_pixels-=width;
width            1163 magick/shear.c                 tile_indexes=indexes+(height-1)*width+y;
width            1167 magick/shear.c                   tile_indexes-=width;
width            1188 magick/shear.c       Swap(page.width,page.height);
width            1190 magick/shear.c       if (page.width != 0)
width            1191 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1256 magick/shear.c       if (page.width != 0)
width            1257 magick/shear.c         page.x=(ssize_t) (page.width-rotate_image->columns-page.x);
width            1307 magick/shear.c             width;
width            1309 magick/shear.c           width=tile_width;
width            1311 magick/shear.c             width=(size_t) (tile_width-(tile_x+tile_width-
width            1317 magick/shear.c           p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,
width            1325 magick/shear.c           for (y=0; y < (ssize_t) width; y++)
width            1334 magick/shear.c               (y+rotate_image->rows-(tile_x+width)),height,1,exception);
width            1340 magick/shear.c             tile_pixels=p+(width-1)-y;
width            1344 magick/shear.c               tile_pixels+=width;
width            1353 magick/shear.c                 tile_indexes=indexes+(width-1)-y;
width            1357 magick/shear.c                   tile_indexes+=width;
width            1378 magick/shear.c       Swap(page.width,page.height);
width            1542 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1569 magick/shear.c         p+=width;
width            1570 magick/shear.c         indexes+=width;
width            1573 magick/shear.c         for (i=0; i < (ssize_t) width; i++)
width            1579 magick/shear.c           if ((size_t) (x_offset+width+step-i) >= image->columns)
width            1695 magick/shear.c   for (x=0; x < (ssize_t) width; x++)
width            1735 magick/shear.c     displacement=degrees*(MagickRealType) (x-width/2.0);
width            1899 magick/shear.c     width,
width            1938 magick/shear.c   width=image->columns;
width            1942 magick/shear.c       width=image->rows;
width            1945 magick/shear.c   y_width=width+(ssize_t) floor(fabs(shear.x)*height+0.5);
width            1946 magick/shear.c   x_offset=(ssize_t) ceil((double) width+((fabs(shear.y)*height)-width)/2.0-
width            1955 magick/shear.c   border_info.width=(size_t) x_offset;
width            1964 magick/shear.c   status=XShearImage(rotate_image,shear.x,width,height,x_offset,(ssize_t)
width            1985 magick/shear.c   status=CropToFitImage(&rotate_image,shear.x,shear.y,(MagickRealType) width,
width            1993 magick/shear.c   rotate_image->page.width=0;
width            2101 magick/shear.c   border_info.width=(size_t) x_offset;
width            2134 magick/shear.c   shear_image->page.width=0;
width             915 magick/statistic.c       double  width,range,center,bias;
width             916 magick/statistic.c       width  = ( number_parameters >= 1 ) ? parameters[0] : 1.0;
width             920 magick/statistic.c       result = 2.0/width*(QuantumScale*pixel - center);
width            1153 magick/stream.c   if ((extract_info.width == 0) || (extract_info.height == 0))
width            1173 magick/stream.c   length=packet_size*extract_info.width;
width             102 magick/threshold.c     width,
width             194 magick/threshold.c   number_pixels=(MagickRealType) width*height;
width             222 magick/threshold.c     p=GetCacheViewVirtualPixels(image_view,-((ssize_t) width/2L),y-(ssize_t)
width             223 magick/threshold.c       height/2L,image->columns+width,height,exception);
width             253 magick/threshold.c         for (u=0; u < (ssize_t) width; u++)
width             262 magick/threshold.c         r+=image->columns+width;
width             959 magick/threshold.c   map->width = StringToUnsignedLong(attr);
width             960 magick/threshold.c   if ( map->width == 0 ) {
width            1011 magick/threshold.c   map->levels=(ssize_t *) AcquireQuantumMemory((size_t) map->width,map->height*
width            1018 magick/threshold.c     for( i=0; i< (ssize_t) (map->width*map->height); i++) {
width            1524 magick/threshold.c         threshold = map->levels[(x%map->width) +map->width*(y%map->height)];
width             131 magick/transform.c   if (((chop_info->x+(ssize_t) chop_info->width) < 0) ||
width             137 magick/transform.c   if ((extent.x+(ssize_t) extent.width) > (ssize_t) image->columns)
width             138 magick/transform.c     extent.width=(size_t) ((ssize_t) image->columns-extent.x);
width             143 magick/transform.c       extent.width-=(size_t) (-extent.x);
width             151 magick/transform.c   chop_image=CloneImage(image,image->columns-extent.width,image->rows-
width             194 magick/transform.c       if ((x < extent.x) || (x >= (ssize_t) (extent.x+extent.width)))
width             257 magick/transform.c       if ((x < extent.x) || (x >= (ssize_t) (extent.x+extent.width)))
width             553 magick/transform.c   if ((bounding_box.width == 0) || (bounding_box.height == 0))
width             555 magick/transform.c       bounding_box.width=image->columns;
width             559 magick/transform.c   if (page.width == 0)
width             560 magick/transform.c     page.width=bounding_box.width;
width             563 magick/transform.c   if (((bounding_box.x-page.x) >= (ssize_t) page.width) ||
width             587 magick/transform.c       page.width+=page.x-bounding_box.x;
width             592 magick/transform.c       page.width-=bounding_box.x-page.x;
width             609 magick/transform.c   if ((size_t) (page.x+page.width) > image->columns)
width             610 magick/transform.c     page.width=image->columns-page.x;
width             611 magick/transform.c   if ((geometry->width != 0) && (page.width > geometry->width))
width             612 magick/transform.c     page.width=geometry->width;
width             619 magick/transform.c   if ((page.width == 0) || (page.height == 0))
width             628 magick/transform.c   crop_image=CloneImage(image,page.width,page.height,MagickTrue,exception);
width             631 magick/transform.c   crop_image->page.width=image->page.width;
width             633 magick/transform.c   if (((ssize_t) (bounding_box.x+bounding_box.width) > (ssize_t) image->page.width) ||
width             636 magick/transform.c       crop_image->page.width=bounding_box.width;
width             782 magick/transform.c         width;
width             794 magick/transform.c       width=image->columns;
width             796 magick/transform.c       if (geometry.width == 0)
width             797 magick/transform.c         geometry.width=1;
width             802 magick/transform.c           width-=(geometry.x < 0 ? -1 : 1)*geometry.x;
width             807 magick/transform.c           width+=(geometry.x < 0 ? -1 : 1)*geometry.x;
width             810 magick/transform.c       delta.x=(double) width/geometry.width;
width             835 magick/transform.c         for (offset.x=0; offset.x < (double) width; )
width             844 magick/transform.c               crop.width=(size_t) MagickRound((MagickRealType)
width             852 magick/transform.c               crop.width=(size_t) MagickRound((MagickRealType)
width             855 magick/transform.c           crop.width-=crop.x;
width             878 magick/transform.c   if (((geometry.width == 0) && (geometry.height == 0)) ||
width             887 magick/transform.c           crop_image->page.width=geometry.width;
width             895 magick/transform.c   if ((image->columns > geometry.width) ||
width             913 magick/transform.c         width;
width             925 magick/transform.c       width=geometry.width;
width             926 magick/transform.c       if (width == 0)
width             927 magick/transform.c         width=image->page.width;
width             932 magick/transform.c       if (page.width == 0)
width             933 magick/transform.c         page.width=image->columns;
width             946 magick/transform.c         for (x=0; x < (ssize_t) page.width; x+=(ssize_t) width)
width             950 magick/transform.c           geometry.width=width;
width            1041 magick/transform.c   excerpt_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1070 magick/transform.c       geometry->width,1,exception);
width            1156 magick/transform.c   extent_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
width            1424 magick/transform.c   if (page.width != 0)
width            1425 magick/transform.c     page.x=(ssize_t) (page.width-flop_image->columns-page.x);
width            1636 magick/transform.c   if (((2*shave_info->width) >= image->columns) ||
width            1640 magick/transform.c   geometry.width-=2*shave_info->width;
width            1642 magick/transform.c   geometry.x=(ssize_t) shave_info->width+image->page.x;
width            1647 magick/transform.c   shave_image->page.width-=2*shave_info->width;
width            1649 magick/transform.c   shave_image->page.x-=(ssize_t) shave_info->width;
width            1718 magick/transform.c   splice_image=CloneImage(image,image->columns+splice_geometry.width,
width            1740 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1745 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1750 magick/transform.c       splice_geometry.y+=(ssize_t) splice_geometry.width/2;
width            1756 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1762 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1773 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width/2;
width            1779 magick/transform.c       splice_geometry.x+=(ssize_t) splice_geometry.width;
width            1834 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            1912 magick/transform.c     for ( ; x < (ssize_t) (splice_geometry.x+splice_geometry.width); x++)
width            2042 magick/transform.c   if ((transform_image->columns == geometry.width) &&
width            2045 magick/transform.c   resize_image=ResizeImage(transform_image,geometry.width,geometry.height,
width            2239 magick/transform.c   Swap(page.width,page.height);
width            2375 magick/transform.c   Swap(page.width,page.height);
width            2377 magick/transform.c   if (page.width != 0)
width            2378 magick/transform.c     page.x=(ssize_t) (page.width-transverse_image->columns-page.x);
width            2423 magick/transform.c   if ((geometry.width == 0) || (geometry.height == 0))
width             652 magick/type.c      width,
width             721 magick/type.c      status=FcPatternGetInteger(font_set->fonts[i],FC_WIDTH,0,&width);
width             723 magick/type.c      if (width >= FC_WIDTH_ULTRACONDENSED)
width             725 magick/type.c      if (width >= FC_WIDTH_EXTRACONDENSED)
width             727 magick/type.c      if (width >= FC_WIDTH_CONDENSED)
width             729 magick/type.c      if (width >= FC_WIDTH_SEMICONDENSED)
width             731 magick/type.c      if (width >= FC_WIDTH_NORMAL)
width             733 magick/type.c      if (width >= FC_WIDTH_SEMIEXPANDED)
width             735 magick/type.c      if (width >= FC_WIDTH_EXPANDED)
width             737 magick/type.c      if (width >= FC_WIDTH_EXTRAEXPANDED)
width             739 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            6901 magick/widget.c         cancel_info.width=width;
width            6904 magick/widget.c           (window_info->width-cancel_info.width-QuantumMargin-2);
width            6908 magick/widget.c         action_info.width=width;
width            6910 magick/widget.c         action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+
width            6919 magick/widget.c         reply_info.width=window_info->width-((4*QuantumMargin) >> 1);
width            6928 magick/widget.c         scroll_info.width=height;
width            6931 magick/widget.c         scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width);
width            6937 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            6938 magick/widget.c         north_info.height=north_info.width-1;
width            6947 magick/widget.c         slider_info.width-=2;
width            6967 magick/widget.c         list_info.width=(unsigned int)
width            6985 magick/widget.c         text_info.width=reply_info.width;
width            6994 magick/widget.c         selection_info.width=list_info.width;
width            7329 magick/widget.c         if ((event.xconfigure.width == (int) window_info->width) &&
width            7332 magick/widget.c         window_info->width=(unsigned int)
width            7333 magick/widget.c           MagickMax(event.xconfigure.width,(int) window_info->min_width);
width            7682 magick/widget.c     width;
width            7714 magick/widget.c   windows->widget.width=submenu_info.active == 0 ?
width            7718 magick/widget.c     width=WidgetTextWidth(font_info,(char *) selections[id]);
width            7719 magick/widget.c     if (width > windows->widget.width)
width            7720 magick/widget.c       windows->widget.width=width;
width            7726 magick/widget.c   width=WidgetTextWidth(font_info,(char *) title);
width            7731 magick/widget.c   windows->widget.width+=QuantumMargin+(menu_info.bevel_width << 1);
width            7734 magick/widget.c   windows->widget.min_width=windows->widget.width;
width            7741 magick/widget.c         windows->command.x+windows->command.width-QuantumMargin;
width            7756 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            7782 magick/widget.c         menu_info.width=windows->widget.width-((menu_info.bevel_width) << 1);
width            7788 magick/widget.c         selection_info.width=menu_info.width;
width            7793 magick/widget.c         highlight_info.width-=(highlight_info.bevel_width << 1);
width            7809 magick/widget.c               (int) selection_info.width,y-1);
width            7813 magick/widget.c               (int) selection_info.width,y);
width            7848 magick/widget.c           (int) selection_info.width,y-1);
width            7852 magick/widget.c           (int) selection_info.width,y);
width            7912 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            7915 magick/widget.c         windows->widget.width=(unsigned int)
width            7916 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8117 magick/widget.c     width;
width            8148 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            8151 magick/widget.c     if (WidgetTextWidth(font_info,(char *) text) > width)
width            8152 magick/widget.c       width=WidgetTextWidth(font_info,(char *) text);
width            8157 magick/widget.c         if (WidgetTextWidth(font_info,(char *) text) > width)
width            8158 magick/widget.c           width=WidgetTextWidth(font_info,(char *) text);
width            8164 magick/widget.c   windows->widget.width=width+4*QuantumMargin;
width            8165 magick/widget.c   windows->widget.min_width=width+QuantumMargin;
width            8166 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8167 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8184 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8208 magick/widget.c         dismiss_info.width=(unsigned int) QuantumMargin+
width            8212 magick/widget.c           ((windows->widget.width >> 1)-(dismiss_info.width >> 1));
width            8222 magick/widget.c         width=WidgetTextWidth(font_info,(char *) reason);
width            8223 magick/widget.c         x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8229 magick/widget.c             width=WidgetTextWidth(font_info,(char *) description);
width            8230 magick/widget.c             x=(int) ((windows->widget.width >> 1)-(width >> 1));
width            8309 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8312 magick/widget.c         windows->widget.width=(unsigned int)
width            8313 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8462 magick/widget.c     width;
width            8498 magick/widget.c   width=WidgetTextWidth(font_info,ApplyButtonText);
width            8499 magick/widget.c   if (WidgetTextWidth(font_info,CancelButtonText) > width)
width            8500 magick/widget.c     width=WidgetTextWidth(font_info,CancelButtonText);
width            8501 magick/widget.c   width+=(unsigned int) QuantumMargin;
width            8506 magick/widget.c   windows->widget.width=(unsigned int) (MagickMax((int) (width << 1),
width            8508 magick/widget.c   windows->widget.min_width=(width << 1)+QuantumMargin;
width            8509 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            8510 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            8529 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            8550 magick/widget.c         cancel_info.width=width;
width            8552 magick/widget.c         cancel_info.x=(int) windows->widget.width-cancel_info.width-
width            8557 magick/widget.c         apply_info.width=width;
width            8566 magick/widget.c           preferences_info[i].width=(unsigned int) QuantumMargin >> 1;
width            8592 magick/widget.c         cache_info.width=(unsigned int) QuantumMargin >> 1;
width            8653 magick/widget.c             x=cache_info.x+cache_info.width+cache_info.bevel_width+
width            8656 magick/widget.c             width=WidgetTextWidth(font_info,cache);
width            8657 magick/widget.c             (void) XClearArea(display,windows->widget.id,x,y,width,height,
width            8727 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            8730 magick/widget.c         windows->widget.width=(unsigned int)
width            8731 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width            8887 magick/widget.c     width;
width            8913 magick/widget.c   width=(unsigned int) (((offset+1)*(windows->info.width-
width            8915 magick/widget.c   if (width < monitor_info.width)
width            8921 magick/widget.c   monitor_info.width=width;
width            8985 magick/widget.c     width;
width            9045 magick/widget.c   width=WidgetTextWidth(font_info,DismissButtonText);
width            9046 magick/widget.c   width+=QuantumMargin;
width            9051 magick/widget.c   windows->widget.width=(unsigned int) (MagickMin((int) text_width,
width            9054 magick/widget.c   if (windows->widget.width < windows->widget.min_width)
width            9055 magick/widget.c     windows->widget.width=windows->widget.min_width;
width            9074 magick/widget.c   window_changes.width=(int) windows->widget.width;
width            9104 magick/widget.c         dismiss_info.width=width;
width            9106 magick/widget.c         dismiss_info.x=(int) windows->widget.width-dismiss_info.width-
width            9115 magick/widget.c         scroll_info.width=height;
width            9118 magick/widget.c         scroll_info.x=(int) windows->widget.width-QuantumMargin-
width            9119 magick/widget.c           scroll_info.width;
width            9125 magick/widget.c         north_info.width-=(north_info.bevel_width << 1);
width            9126 magick/widget.c         north_info.height=north_info.width-1;
width            9135 magick/widget.c         slider_info.width-=2;
width            9157 magick/widget.c         list_info.width=(unsigned int) scroll_info.x-((3*QuantumMargin) >> 1);
width            9166 magick/widget.c         selection_info.width=list_info.width;
width            9453 magick/widget.c         if ((event.xconfigure.width == (int) windows->widget.width) &&
width            9456 magick/widget.c         windows->widget.width=(unsigned int)
width            9457 magick/widget.c           MagickMax(event.xconfigure.width,(int) windows->widget.min_width);
width             130 magick/xwindow-private.h     width,
width             186 magick/xwindow-private.h     width,
width             398 magick/xwindow-private.h     width,
width             475 magick/xwindow.c     width;
width             499 magick/xwindow.c   annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width,
width             523 magick/xwindow.c   annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width,
width             534 magick/xwindow.c   annotate_image->columns=annotate_info->width;
width             539 magick/xwindow.c   width=(unsigned int) image->columns;
width             543 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             598 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             599 magick/xwindow.c   if ((width != (unsigned int) annotate_image->columns) ||
width             609 magick/xwindow.c         width,height);
width             676 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
width             892 magick/xwindow.c     width;
width             908 magick/xwindow.c   window->width=MaxIconSize;
width             938 magick/xwindow.c   width=(unsigned int) image->columns;
width             942 magick/xwindow.c     (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height);
width             946 magick/xwindow.c   scale_factor=(MagickRealType) icon_size->max_width/width;
width             952 magick/xwindow.c     if (icon_width >= (unsigned int) (scale_factor*width+0.5))
width             964 magick/xwindow.c   window->width=icon_width;
width            1743 magick/xwindow.c   limit=XDisplayWidth(display,window_info->screen)-window_info->width;
width            1995 magick/xwindow.c   (void) fprintf(file,"  geometry: %dx%d\n",windows->image.ximage->width,
width            2194 magick/xwindow.c     ((size_t) (ximage->width*ximage->bits_per_pixel) >> 3));
width            2297 magick/xwindow.c     width;
width            2322 magick/xwindow.c   draw_pixmap=XCreatePixmap(display,root_window,draw_info->width,
width            2339 magick/xwindow.c   (void) XFillRectangle(display,draw_pixmap,draw_context,0,0,draw_info->width,
width            2372 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2380 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2389 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2398 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.width,
width            2428 magick/xwindow.c   draw_ximage=XGetImage(display,draw_pixmap,0,0,draw_info->width,
width            2439 magick/xwindow.c   draw_image->columns=draw_info->width;
width            2444 magick/xwindow.c   width=(unsigned int) image->columns;
width            2448 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2500 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2501 magick/xwindow.c   if ((width != (unsigned int) draw_image->columns) ||
width            2511 magick/xwindow.c         width,height);
width            2600 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
width            2879 magick/xwindow.c   annotate_info->width=0;
width            4031 magick/xwindow.c   crop_info.width=(size_t) window_attributes.width;
width            4040 magick/xwindow.c       crop_info.width+=(size_t) (window_attributes.border_width << 1);
width            4048 magick/xwindow.c       crop_info.width+=crop_info.x;
width            4057 magick/xwindow.c   if ((int) (crop_info.x+crop_info.width) > display_width)
width            4058 magick/xwindow.c     crop_info.width=(size_t) (display_width-crop_info.x);
width            4090 magick/xwindow.c   window_info[id].bounds.x2=(short) (crop_info.x+(int) crop_info.width-1);
width            4217 magick/xwindow.c           (unsigned int) window_info[id].crop_info.width,(unsigned int)
width            4324 magick/xwindow.c         composite_image->columns=(size_t) ximage->width;
width            4628 magick/xwindow.c   window->width=1;
width            4702 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4705 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4708 magick/xwindow.c     (int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4796 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
width            4799 magick/xwindow.c     (int) highlight_info->y,(unsigned int) highlight_info->width-1,
width            4802 magick/xwindow.c     1,(int) highlight_info->y+1,(unsigned int) highlight_info->width-3,
width            4888 magick/xwindow.c   crop_info.width=0;
width            4983 magick/xwindow.c       crop_info.width=(size_t) window_attributes.width;
width            4992 magick/xwindow.c           crop_info.width+=window_attributes.border_width << 1;
width            5033 magick/xwindow.c       if ((crop_info.width != 0) && (crop_info.height != 0))
width            5404 magick/xwindow.c   (((height) != 0) && ((length)/((size_t) height) != ((size_t) width)))
width            5421 magick/xwindow.c   assert(width != 0);
width            5423 magick/xwindow.c   if ((window->width == 0) || (window->height == 0))
width            5461 magick/xwindow.c       if ((width != (unsigned int) window->image->columns) ||
width            5472 magick/xwindow.c             resize_image=SampleImage(window->image,width,height,
width            5475 magick/xwindow.c             resize_image=ThumbnailImage(window->image,width,height,
width            5485 magick/xwindow.c       width=(unsigned int) window->image->columns;
width            5486 magick/xwindow.c       assert((size_t) width == window->image->columns);
width            5505 magick/xwindow.c         (char *) NULL,&segment_info[1],width,height);
width            5581 magick/xwindow.c       (char *) NULL,width,height,XBitmapPad(display),0);
width            5595 magick/xwindow.c         ximage->width,ximage->height);
width            5679 magick/xwindow.c         ((int) width <= XDisplayWidth(display,window->screen)) &&
width            5686 magick/xwindow.c           (char *) NULL,width,height,XBitmapPad(display),0);
width            5691 magick/xwindow.c               "  width, height: %dx%d",matte_image->width,matte_image->height);
width            5748 magick/xwindow.c       window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1);
width            5765 magick/xwindow.c             window->matte_image,0,0,0,0,width,height);
width            5892 magick/xwindow.c   scanline_pad=(unsigned int) (ximage->bytes_per_line-((ximage->width*
width            6375 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            6520 magick/xwindow.c     ((ximage->width*ximage->bits_per_pixel) >> 3));
width            7002 magick/xwindow.c         ((matte_image->width*matte_image->bits_per_pixel) >> 3));
width            7098 magick/xwindow.c     width;
width            7112 magick/xwindow.c   while ((magnify*windows->image.ximage->width) < windows->magnify.width)
width            7116 magick/xwindow.c   while (magnify > windows->magnify.width)
width            7146 magick/xwindow.c   width=(unsigned int) windows->magnify.ximage->width;
width            7149 magick/xwindow.c       (windows->magnify.x >= windows->image.ximage->width))
width            7150 magick/xwindow.c     windows->magnify.x=windows->image.ximage->width >> 1;
width            7151 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7155 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7156 magick/xwindow.c       x=ximage->width-width/magnify;
width            7168 magick/xwindow.c     ((width*windows->magnify.ximage->bits_per_pixel) >> 3));
width            7217 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7289 magick/xwindow.c               for (k=0; k < width; k+=magnify)
width            7350 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7384 magick/xwindow.c             for (k=0; k < width; k+=magnify)
width            7404 magick/xwindow.c   x=windows->magnify.x-((width/magnify) >> 1);
width            7406 magick/xwindow.c     x=(int) ((width >> 1)-windows->magnify.x*magnify);
width            7408 magick/xwindow.c     if (x > (int) (ximage->width-(width/magnify)))
width            7409 magick/xwindow.c       x=(int) ((ximage->width-windows->magnify.x)*magnify-(width >> 1));
width            7422 magick/xwindow.c       windows->magnify.annotate_context,0,0,width,height);
width            7424 magick/xwindow.c     windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x,
width            7426 magick/xwindow.c   if ((magnify > 1) && ((magnify <= (width >> 1)) &&
width            7435 magick/xwindow.c       highlight_info.x=(ssize_t) windows->magnify.width >> 1;
width            7437 magick/xwindow.c       highlight_info.width=magnify;
width            7441 magick/xwindow.c         (int) highlight_info.y,(unsigned int) highlight_info.width-1,
width            7446 magick/xwindow.c           (int) highlight_info.y+1,(unsigned int) highlight_info.width-3,
width            7476 magick/xwindow.c   x=windows->magnify.font_info->max_bounds.width >> 1;
width            7532 magick/xwindow.c     width;
width            7558 magick/xwindow.c   width=(unsigned int) window->ximage->width;
width            7560 magick/xwindow.c   window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth);
width            7575 magick/xwindow.c       window->ximage,0,0,0,0,width,height,MagickTrue);
width            7579 magick/xwindow.c       window->ximage,0,0,0,0,width,height);
width            7584 magick/xwindow.c         width,height);
width            8329 magick/xwindow.c   size_hints->width=(int) window_info->width;
width            8336 magick/xwindow.c       size_hints->min_width=size_hints->width;
width            8338 magick/xwindow.c       size_hints->max_width=size_hints->width;
width            8376 magick/xwindow.c         size_hints->width,size_hints->height);
width            8388 magick/xwindow.c         &size_hints->width,&size_hints->height,&gravity);
width            8404 magick/xwindow.c       (unsigned int) size_hints->width,(unsigned int) size_hints->height,
width            8428 magick/xwindow.c       window_changes.width=(int) window_info->width;
width            8452 magick/xwindow.c         width;
width            8460 magick/xwindow.c         &manager_hints->icon_y,&width,&height,&gravity);
width            8753 magick/xwindow.c     width;
width            8767 magick/xwindow.c       width=(unsigned int) event->xexpose.width;
width            8780 magick/xwindow.c       width=window->width;
width            8795 magick/xwindow.c   if ((window->ximage->width-(x+window->x)) < (int) width)
width            8796 magick/xwindow.c     width=(unsigned int) (window->ximage->width-(x+window->x));
width            8808 magick/xwindow.c           window->annotate_context,x+window->x,y+window->y,width,height,x,y);
width            8811 magick/xwindow.c           window->highlight_context,x+window->x,y+window->y,width,height,x,y,
width            8819 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height,MagickTrue);
width            8823 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height);
width            9059 magick/xwindow.c   crop_info->width=0;
width            9067 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9069 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9077 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
width            9079 magick/xwindow.c         (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1,
width            9093 magick/xwindow.c         crop_info->width=0;
width            9115 magick/xwindow.c           crop_info->width=(size_t) (x_offset-crop_info->x);
width            9118 magick/xwindow.c             crop_info->width=(size_t) (crop_info->x-x_offset);
width            9136 magick/xwindow.c   if ((crop_info->width*crop_info->height) < MinimumCropArea)
width            9138 magick/xwindow.c       crop_info->width=0;
width            9141 magick/xwindow.c   if ((crop_info->width != 0) && (crop_info->height != 0))
width             208 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             407 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             410 wand/deprecate.c       duplex->region.width,1,duplex->exception);
width             417 wand/deprecate.c     for (x=0; x < (ssize_t) duplex->region.width; x++)
width             420 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             423 wand/deprecate.c       for (x=0; x < (ssize_t) duplex->region.width; x++)
width             426 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width             433 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
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             449 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width             646 wand/deprecate.c       source->region.width,1,source->exception);
width             653 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width             656 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             659 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             767 wand/deprecate.c   return(pixel_view->region.width);
width            2346 wand/deprecate.c   return(MagickGetImageRegion(wand,width,height,x,y));
width            2506 wand/deprecate.c   pixel_view->region.width=wand->images->columns;
width            2509 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2565 wand/deprecate.c   pixel_view->region.width=width;
width            2570 wand/deprecate.c   pixel_view->pixel_wands=AcquirePixelsThreadSet(pixel_view->region.width,
width            2738 wand/deprecate.c       y,destination->region.width,1,exception);
width            2749 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2752 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2881 wand/deprecate.c       source->region.width,1,source->exception);
width            2888 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            2891 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2894 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            2897 wand/deprecate.c       destination->region.x,y,destination->region.width,1,exception);
width            2904 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2907 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2910 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            2914 wand/deprecate.c     for (x=0; x < (ssize_t) destination->region.width; x++)
width            2918 wand/deprecate.c       for (x=0; x < (ssize_t) destination->region.width; x++)
width            3033 wand/deprecate.c       source->region.width,1,exception);
width            3042 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3045 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width            3049 wand/deprecate.c     for (x=0; x < (ssize_t) source->region.width; x++)
width            3052 wand/deprecate.c       for (x=0; x < (ssize_t) source->region.width; x++)
width             504 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            1049 wand/drawing-wand.c     mode,x,y,width,height,media_type);
width            4088 wand/drawing-wand.c     (double) wand->pattern_bounds.width,(double) wand->pattern_bounds.height,
width            4095 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width            4231 wand/drawing-wand.c     x,y,width,height);
width            4236 wand/drawing-wand.c   wand->pattern_bounds.width=(size_t) floor(width+0.5);
width            6665 wand/drawing-wand.c   wand->pattern_bounds.width=0;
width             384 wand/magick-image.c   threshold_image=AdaptiveThresholdImage(wand->images,width,height,offset,
width            1065 wand/magick-image.c   border_info.width=width;
width            1241 wand/magick-image.c   chop.width=width;
width            2215 wand/magick-image.c   crop.width=width;
width            3207 wand/magick-image.c   extent.width=width;
width            3544 wand/magick-image.c   frame_info.width=wand->images->columns+2*width;
width            3546 wand/magick-image.c   frame_info.x=(ssize_t) width;
width            5512 wand/magick-image.c   *width=wand->images->page.width;
width            5715 wand/magick-image.c   region.width=width;
width            7381 wand/magick-image.c   images=NewMagickImage(wand->image_info,width,height,&pixel);
width            8345 wand/magick-image.c   raise_info.width=width;
width            10532 wand/magick-image.c   wand->images->page.width=width;
width            11164 wand/magick-image.c   shave_info.width=columns;
width            11625 wand/magick-image.c   splice.width=width;
width            11728 wand/magick-image.c   statistic_image=StatisticImageChannel(wand->images,channel,type,width,height,
width            1251 wand/magick-property.c   *width=geometry.width;
width            1587 wand/magick-property.c   *columns=geometry.width;
width            2560 wand/magick-property.c     (double) width,(double) height,(double) x,(double) y);
width             568 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             676 wand/magick-wand.c   font_metrics[4]=metrics.width;
width             715 wand/mogrify.c             mogrify_image=AdaptiveResizeImage(*image,geometry.width,
width             913 wand/mogrify.c               geometry.height=geometry.width;
width            1215 wand/mogrify.c             for (j=0; j < (ssize_t) (kernel->width*kernel->height); j++)
width            1218 wand/mogrify.c             for (j=0; j < (ssize_t) (kernel->width*kernel->height); j++)
width            1232 wand/mogrify.c             if (((geometry.width != 0) || (geometry.height != 0)) &&
width            1362 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            1636 wand/mogrify.c               frame_info.height=geometry.width;
width            1639 wand/mogrify.c             frame_info.x=(ssize_t) frame_info.width;
width            1641 wand/mogrify.c             frame_info.width=(*image)->columns+2*frame_info.width;
width            1759 wand/mogrify.c               mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            1983 wand/mogrify.c             mogrify_image=LiquidRescaleImage(*image,geometry.width,
width            2410 wand/mogrify.c               geometry.height=geometry.width;
width            2525 wand/mogrify.c             mogrify_image=ResizeImage(*image,geometry.width,geometry.height,
width            2576 wand/mogrify.c             mogrify_image=SampleImage(*image,geometry.width,geometry.height,
width            2587 wand/mogrify.c             mogrify_image=ScaleImage(*image,geometry.width,geometry.height,
width            2942 wand/mogrify.c             mogrify_image=ThumbnailImage(*image,geometry.width,geometry.height,
width            6880 wand/mogrify.c               (unsigned long) geometry.width,(unsigned long) geometry.height);
width            6883 wand/mogrify.c                 (unsigned long) geometry.width,(unsigned long) geometry.height,
width            7505 wand/mogrify.c             if (((geometry.width == 0) && (geometry.height == 0)) ||
width            7897 wand/mogrify.c                 geometry.width=source->page.width != 0 ?
width            7898 wand/mogrify.c                   source->page.width : source->columns;
width            7901 wand/mogrify.c                 GravityAdjustGeometry((*images)->page.width != 0 ?
width            7902 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             181 wand/pixel-iterator.c     iterator->pixel_wands,iterator->region.width);
width             220 wand/pixel-iterator.c     iterator->region.width);
width             327 wand/pixel-iterator.c   iterator->region.width=image->columns;
width             331 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             423 wand/pixel-iterator.c   if ((width == 0) || (width == 0))
width             442 wand/pixel-iterator.c   iterator->region.width=width;
width             446 wand/pixel-iterator.c   iterator->pixel_wands=NewPixelWands(iterator->region.width);
width             500 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             509 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             512 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             515 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             517 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             691 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             700 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             703 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             706 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             708 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             769 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,
width             778 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             781 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             784 wand/pixel-iterator.c     for (x=0; x < (ssize_t) iterator->region.width; x++)
width             786 wand/pixel-iterator.c   *number_wands=iterator->region.width;
width             969 wand/pixel-iterator.c     iterator->region.y+iterator->y,iterator->region.width,1,exception);
width             977 wand/pixel-iterator.c   for (x=0; x < (ssize_t) iterator->region.width; x++)
width             980 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             320 wand/wand-view.c       source->extent.width,1,source->exception);
width             327 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             330 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             333 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             336 wand/wand-view.c       duplex->extent.width,1,duplex->exception);
width             343 wand/wand-view.c     for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             346 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             349 wand/wand-view.c       for (x=0; x < (ssize_t) duplex->extent.width; x++)
width             352 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width             359 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             363 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             367 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             371 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             375 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width             575 wand/wand-view.c       source->extent.width,1,source->exception);
width             582 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width             585 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             588 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width             773 wand/wand-view.c   wand_view->extent.width=wand->images->columns;
width             776 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width             833 wand/wand-view.c   wand_view->extent.width=width;
width             839 wand/wand-view.c   wand_view->pixel_wands=AcquirePixelsThreadSet(wand_view->extent.width,
width             976 wand/wand-view.c       y,destination->extent.width,1,exception);
width             987 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width             990 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1158 wand/wand-view.c       source->extent.width,1,source->exception);
width            1165 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1168 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1171 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1174 wand/wand-view.c       destination->extent.x,y,destination->extent.width,1,exception);
width            1181 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1184 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1187 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1191 wand/wand-view.c     for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1195 wand/wand-view.c       for (x=0; x < (ssize_t) destination->extent.width; x++)
width            1313 wand/wand-view.c       source->extent.width,1,exception);
width            1322 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1325 wand/wand-view.c       for (x=0; x < (ssize_t) source->extent.width; x++)
width            1329 wand/wand-view.c     for (x=0; x < (ssize_t) source->extent.width; x++)
width            1332 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++)