width 163 Magick++/demo/zoom.cpp (image.columns()*((double)resample.width()/density.width())+0.5), width 28 Magick++/lib/Geometry.cpp ( left_.width() == right_.width() ) && width 54 Magick++/lib/Geometry.cpp ( left_.width() * left_.height() ) width 56 Magick++/lib/Geometry.cpp ( right_.width() * right_.height() ) width 349 Magick++/lib/Geometry.cpp rectangle.width = _width; width 394 Magick++/lib/Image.cpp if ( boundingArea_.width() == 0 || boundingArea_.height() == 0 ) width 637 Magick++/lib/Image.cpp unsigned long width = columns(); width 642 Magick++/lib/Image.cpp &width, &height ); width 1024 Magick++/lib/Image.cpp info.x = static_cast<long>(geometry_.width()); width 1026 Magick++/lib/Image.cpp info.width = columns() + ( static_cast<unsigned long>(info.x) << 1 ); width 1045 Magick++/lib/Image.cpp info.width = columns() + ( static_cast<unsigned long>(info.x) << 1 ); width 1640 Magick++/lib/Image.cpp unsigned long width = columns(); width 1645 Magick++/lib/Image.cpp &width, &height ); width 1650 Magick++/lib/Image.cpp SampleImage( image(), width, height, &exceptionInfo ); width 1660 Magick++/lib/Image.cpp unsigned long width = columns(); width 1665 Magick++/lib/Image.cpp &width, &height ); width 1670 Magick++/lib/Image.cpp ScaleImage( image(), width, height, &exceptionInfo ); width 2034 Magick++/lib/Image.cpp unsigned long width = columns(); width 2039 Magick++/lib/Image.cpp &width, &height ); width 2045 Magick++/lib/Image.cpp width, width 2585 Magick++/lib/Image.cpp image()->x_resolution = density_.width(); width 2592 Magick++/lib/Image.cpp image()->y_resolution = density_.width(); width 3146 Magick++/lib/Image.cpp return Geometry( constImage()->page.width, width 3296 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 ( unsigned int width_ ); width 47 Magick++/lib/Magick++/Geometry.h unsigned int width ( void ) const; width 116 Magick++/lib/Magick++/Image.h void adaptiveThreshold ( const unsigned int width, width 40 Magick++/lib/TypeMetric.cpp return _typeMetric.width; width 1178 TclMagick/generic/TclMagick.c unsigned long width=1, height=1; width 1185 TclMagick/generic/TclMagick.c if( (objc > 2) && ((stat = Tcl_GetLongFromObj(interp, objv[2], &width)) != TCL_OK) ) { width 1188 TclMagick/generic/TclMagick.c height = width; /* default */ width 1196 TclMagick/generic/TclMagick.c result = MagickAdaptiveThresholdImage(wandPtr, width, height, ofs); width 1409 TclMagick/generic/TclMagick.c unsigned long width=1, height=1; width 1421 TclMagick/generic/TclMagick.c if( (objc > 3) && ((stat = Tcl_GetLongFromObj(interp, objv[3], &width)) != TCL_OK) ) { width 1424 TclMagick/generic/TclMagick.c height = width; /* default */ width 1429 TclMagick/generic/TclMagick.c result = MagickBorderImage(wandPtr, borderPtr, width, height); width 1461 TclMagick/generic/TclMagick.c unsigned long width, height; width 1468 TclMagick/generic/TclMagick.c if( (stat = Tcl_GetLongFromObj(interp, objv[2], &width)) != TCL_OK ) { width 1480 TclMagick/generic/TclMagick.c result = MagickChopImage(wandPtr, width, height, x, y); width 1820 TclMagick/generic/TclMagick.c unsigned long width, height; width 1827 TclMagick/generic/TclMagick.c if( (stat = Tcl_GetLongFromObj(interp, objv[2], &width)) != TCL_OK ) { width 1839 TclMagick/generic/TclMagick.c result = MagickCropImage(wandPtr, width, height, x, y); width 2064 TclMagick/generic/TclMagick.c unsigned long width=1, height=1; width 2077 TclMagick/generic/TclMagick.c if( (objc > 3) && ((stat = Tcl_GetLongFromObj(interp, objv[3], &width)) != TCL_OK) ) { width 2080 TclMagick/generic/TclMagick.c height = width; /* default */ width 2092 TclMagick/generic/TclMagick.c result = MagickFrameImage(wandPtr, framePtr, width, height, inner, outer); width 4561 TclMagick/generic/TclMagick.c unsigned long width, height; width 4569 TclMagick/generic/TclMagick.c if( (stat = Tcl_GetLongFromObj(interp, objv[2], &width)) != TCL_OK ) { width 4584 TclMagick/generic/TclMagick.c result = MagickRaiseImage(wandPtr, width, height, x, y, raise); width 7680 TclMagick/generic/TclMagick.c double x, y, width, height; width 7693 TclMagick/generic/TclMagick.c if( (stat = Tcl_GetDoubleFromObj(interp, objv[5], &width)) != TCL_OK ) { width 7699 TclMagick/generic/TclMagick.c DrawPushPattern(wandPtr, id, x, y, width, height); width 7762 TclMagick/generic/TclMagick.c double x, y, width, height; width 7775 TclMagick/generic/TclMagick.c if( (stat = Tcl_GetDoubleFromObj(interp, objv[6], &width)) != TCL_OK ) { width 7781 TclMagick/generic/TclMagick.c DrawPushPattern(wandPtr, id, x, y, width, height); width 65 TclMagick/generic/TkMagick.c magickblock.width = MagickGetImageWidth (wand); width 68 TclMagick/generic/TkMagick.c (unsigned)magickblock.width * width 70 TclMagick/generic/TkMagick.c magickblock.pitch = magickblock.width * magickblock.pixelSize; width 91 TclMagick/generic/TkMagick.c wand, 0, 0, (unsigned)magickblock.width, (unsigned)magickblock.height, width 98 TclMagick/generic/TkMagick.c magickblock.width, magickblock.height, width 102 TclMagick/generic/TkMagick.c 0, 0, magickblock.width, magickblock.height, width 168 TclMagick/generic/TkMagick.c MagickSetSize (wand, (unsigned)photoblock.width, (unsigned)photoblock.height); width 197 TclMagick/generic/TkMagick.c if (MagickSetImagePixels (wand, 0, 0, (unsigned)photoblock.width, width 82 coders/art.c unsigned width,height,dummy; width 104 coders/art.c width=ReadBlobLSBShort(image); width 108 coders/art.c ldblk=(long) ((width+7) / 8); width 114 coders/art.c image->columns=width; width 59 coders/avi.c width, width 71 coders/avi.c width, width 475 coders/avi.c image->columns=avi_info.width; width 765 coders/avi.c avi_info.width=ReadBlobLSBLong(image); width 821 coders/avi.c bmp_info.width=ReadBlobLSBLong(image); width 111 coders/avs.c width; width 127 coders/avs.c width=ReadBlobMSBLong(image); width 133 coders/avs.c "AVS dimensions %ldx%ld",width,height); width 139 coders/avs.c if ((width > AVS_WIDTH_LIMIT) || (height > AVS_HEIGHT_LIMIT)) width 150 coders/avs.c image->columns=width; width 212 coders/avs.c width=ReadBlobMSBLong(image); width 214 coders/avs.c if (!(EOFBlob(image)) && (width <= AVS_WIDTH_LIMIT) && width 89 coders/bmp.c width, width 570 coders/bmp.c bmp_info.width=(magick_int16_t) ReadBlobLSBShort(image); width 585 coders/bmp.c " Geometry: %ldx%ld",bmp_info.width,bmp_info.height); width 607 coders/bmp.c bmp_info.width=(magick_int32_t) ReadBlobLSBLong(image); width 624 coders/bmp.c " Geometry: %ldx%ld",bmp_info.width,bmp_info.height); width 778 coders/bmp.c if (bmp_info.width <= 0) width 820 coders/bmp.c image->columns=bmp_info.width; width 1542 coders/bmp.c bmp_info.width=(long) image->columns; width 1789 coders/bmp.c (void) WriteBlobLSBShort(image,bmp_info.width); width 1800 coders/bmp.c (void) WriteBlobLSBLong(image,bmp_info.width); width 142 coders/cals.c width, width 181 coders/cals.c width = height = 0; width 220 coders/cals.c sscanf(record+8,"%ld,%ld",&width,&height); width 229 coders/cals.c if ((!width) || (!height) || (rtype != 1)) width 233 coders/cals.c "Dimensions %lux%lu",width,height); width 246 coders/cals.c CALS_WriteIntelULong(file,width); width 159 coders/caption.c if ((metrics.width+metrics.max_advance/2) < image->columns) width 143 coders/cmyk.c image->tile_info.width,image->tile_info.height, width 164 coders/cmyk.c packet_size,image->tile_info.width); width 191 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 212 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 216 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 237 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 247 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 251 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 257 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 260 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 263 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 268 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 284 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 305 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 311 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 329 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 339 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 342 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 360 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 370 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 373 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 391 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 401 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 404 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 422 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 437 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 441 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 460 coders/cmyk.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 482 coders/cmyk.c count=ReadBlob(image,packet_size*image->tile_info.width,scanline); width 57 coders/dib.c width, width 487 coders/dib.c dib_info.width=(magick_int32_t) ReadBlobLSBLong(image); width 504 coders/dib.c if (dib_info.width <= 0) width 509 coders/dib.c image->columns=AbsoluteValue(dib_info.width); width 528 coders/dib.c &geometry.width,&geometry.height); width 529 coders/dib.c if ((flags & WidthValue) && (geometry.width != 0) width 530 coders/dib.c && (geometry.width < image->columns)) width 531 coders/dib.c image->columns=geometry.width; width 1023 coders/dib.c dib_info.width=(long) image->columns; width 1187 coders/dib.c (void) WriteBlobLSBLong(image,dib_info.width); width 243 coders/dps.c dps_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width, width 319 coders/dps.c image->columns=dps_image->width; width 492 coders/dps.c matte_image=XGetImage(display,pixmap,0,0,bits_per_pixel.width, width 128 coders/emf.c *width=512; width 137 coders/emf.c *width=emfh.rclFrame.right-emfh.rclFrame.left; width 178 coders/emf.c *width=emfh.rclFrame.right-emfh.rclFrame.left; width 203 coders/emf.c *width=mp.xExt; width 239 coders/emf.c width, width 256 coders/emf.c hemf=ReadEnhMetaFile(image_info->filename,&width,&height); width 278 coders/emf.c image->columns=ceil((width*CENTIMETERS_INCH)/1000*x_resolution); width 285 coders/emf.c image->columns=width; width 184 coders/ept.c width; width 222 coders/ept.c page.width=612; width 224 coders/ept.c (void) GetGeometry(PSPageGeometry,&page.x,&page.y,&page.width,&page.height); width 251 coders/ept.c box.width=0; width 290 coders/ept.c width=(unsigned long) (bounds.x2-bounds.x1+0.5); width 292 coders/ept.c if ((width <= box.width) && (height <= box.height)) width 294 coders/ept.c page.width=width; width 302 coders/ept.c (void) GetGeometry(image_info->page,&page.x,&page.y,&page.width, width 305 coders/ept.c (unsigned long) ceil(page.width*image->x_resolution/dx_resolution-0.5), width 189 coders/fpx.c width; width 227 coders/fpx.c &width,&height,&tile_width,&tile_height,&colorspace,&flashpix); width 247 coders/fpx.c aspect_ratio=(float) width/height; width 251 coders/fpx.c if (width != (unsigned long) ((aspect_ratio*height)+0.5)) width 252 coders/fpx.c Swap(width,height); width 308 coders/fpx.c if (((width >> i) < tile_width) || ((height >> i) < tile_height)) width 314 coders/fpx.c width>>=1; width 319 coders/fpx.c while ((width > image->columns) || (height > image->rows)) width 321 coders/fpx.c width>>=1; width 326 coders/fpx.c image->columns=width; width 1007 coders/fpx.c view_rect.width=aspect_ratio-0.2; width 865 coders/gif.c page.width=ReadBlobLSBShort(image); width 992 coders/gif.c image->page.width=page.width; width 1242 coders/gif.c page.width=image->columns; width 1250 coders/gif.c if ((next_image->columns+page.x) > page.width) width 1251 coders/gif.c page.width=next_image->columns+page.x; width 1279 coders/gif.c if ((image->page.width != 0) && (image->page.height != 0)) width 1281 coders/gif.c (void) WriteBlobLSBShort(image,page.width); width 1468 coders/gif.c if ((image->page.width != 0) && (image->page.height != 0)) width 142 coders/gray.c image->tile_info.width,image->tile_info.height, width 165 coders/gray.c scanline=MagickAllocateArray(unsigned char *,packet_size,image->tile_info.width); width 190 coders/gray.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 202 coders/gray.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 206 coders/gray.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 224 coders/gray.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 237 coders/gray.c count=ReadBlob(image,packet_size*image->tile_info.width,scanline); width 212 coders/histogram.c &geometry.width,&geometry.height); width 215 coders/histogram.c &geometry.width,&geometry.height); width 216 coders/histogram.c histogram_image=CloneImage(image,geometry.width,geometry.height,True, width 79 coders/hrz.c unsigned width,height; width 101 coders/hrz.c width = 256; width 104 coders/hrz.c ldblk = (long)(3*width); width 109 coders/hrz.c image->columns = width; width 314 coders/html.c &geometry.width,&geometry.height); width 316 coders/html.c &geometry.width,&geometry.height); width 328 coders/html.c image->filename,geometry.width-1,geometry.height-1); width 338 coders/html.c geometry.x,geometry.y,geometry.x+(long) geometry.width-1, width 346 coders/html.c geometry.x+=geometry.width; width 404 coders/html.c &geometry.width,&geometry.height); width 406 coders/html.c &geometry.width,&geometry.height); width 418 coders/html.c image->filename,geometry.width-1,geometry.height-1); width 428 coders/html.c geometry.x,geometry.y,geometry.x+(long) geometry.width-1, width 436 coders/html.c geometry.x+=geometry.width; width 86 coders/icon.c width, width 115 coders/icon.c width, width 186 coders/icon.c icon_file.directory[i].width=ReadBlobByte(image); width 203 coders/icon.c icon_info.width=ReadBlobLSBLong(image); width 216 coders/icon.c image->columns=icon_info.width; width 256 coders/icon.c image->columns=icon_file.directory[i].width; width 918 coders/jp2.c component_info.width=(unsigned int) image->columns; width 96 coders/label.c width; width 118 coders/label.c width=(unsigned long) floor(metrics.width+metrics.max_advance/2+0.5); width 120 coders/label.c if (((image->columns != 0) && (width >= image->columns)) || width 126 coders/label.c width=(unsigned long) floor(metrics.width+metrics.max_advance/2+0.5); width 128 coders/label.c if ((image->columns != 0) && (width <= image->columns) && width 132 coders/label.c ((image->columns == 0) || (width <= image->columns))) width 144 coders/label.c floor(metrics.width+metrics.max_advance/2+0.5); width 148 coders/label.c FormatString(geometry,"+%g+%g",image->columns/2.0-metrics.width/2.0, width 1005 coders/miff.c &image->page.width,&image->page.height); width 1971 coders/miff.c if ((image->page.width != 0) && (image->page.height != 0)) width 1973 coders/miff.c FormatString(buffer,"page=%lux%lu%+ld%+ld\n",image->page.width, width 512 coders/mpc.c &image->page.width,&image->page.height); width 1065 coders/mpc.c if ((image->page.width != 0) && (image->page.height != 0)) width 1067 coders/mpc.c FormatString(buffer,"page=%lux%lu%+ld%+ld\n",image->page.width, width 589 coders/msl.c width; width 684 coders/msl.c width = height = 6; /* this is the value that Magick++ uses */ width 728 coders/msl.c &width,&height); width 752 coders/msl.c width = MagickAtoI( value ); width 780 coders/msl.c rectInfo.width = width; width 879 coders/msl.c width=msl_info->image[n]->columns; width 908 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 932 coders/msl.c width = MagickAtoI( value ); width 983 coders/msl.c rectInfo.width = width; width 1045 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 1211 coders/msl.c width=msl_info->image[n]->columns; width 1240 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 1264 coders/msl.c width = MagickAtoI( value ); width 1315 coders/msl.c rectInfo.width = width; width 1633 coders/msl.c width = height = 25; /* these are the values that Magick++ uses */ width 1676 coders/msl.c &width,&height); width 1724 coders/msl.c width = MagickAtoI( value ); width 1775 coders/msl.c frameInfo.x = (long) width; width 1777 coders/msl.c frameInfo.width = msl_info->image[n]->columns + width 2652 coders/msl.c width=msl_info->image[n]->columns; width 2710 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 2734 coders/msl.c width = MagickAtoI( value ); width 2758 coders/msl.c if ((width == msl_info->image[n]->columns) && width 2761 coders/msl.c resize_image=ZoomImage(msl_info->image[n],width,height, width 2774 coders/msl.c width=msl_info->image[n]->columns; width 2803 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 2934 coders/msl.c width=msl_info->image[n]->columns; width 2963 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 2987 coders/msl.c width = MagickAtoI( value ); width 3011 coders/msl.c newImage=SampleImage(msl_info->image[n], width, height, width 3024 coders/msl.c width=msl_info->image[n]->columns; width 3053 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 3077 coders/msl.c width = MagickAtoI( value ); width 3101 coders/msl.c newImage=ScaleImage(msl_info->image[n], width, height, width 3358 coders/msl.c width = height = 0; width 3386 coders/msl.c (void) GetMagickGeometry(value,&x,&y,&width,&height); width 3410 coders/msl.c width = MagickAtoI( value ); width 3437 coders/msl.c rectInfo.width = width; width 3455 coders/msl.c width=msl_info->image[n]->columns; width 4097 coders/msl.c rectInfo.height = rectInfo.width = 0; width 106 coders/pcd.c p=pixels+(height-1-y)*scaled_width+(width-1); width 107 coders/pcd.c q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1); width 110 coders/pcd.c for (x=1; x < (long) width; x++) width 123 coders/pcd.c for (x=0; x < (long) (width-1); x++) width 137 coders/pcd.c (void) memcpy(q,p,2*width); width 542 coders/pcd.c width; width 577 coders/pcd.c width=192; width 581 coders/pcd.c if ((width >= image->columns) && (height >= image->rows)) width 583 coders/pcd.c width<<=1; width 594 coders/pcd.c width=192; width 598 coders/pcd.c width<<=1; width 601 coders/pcd.c image->columns=width; width 653 coders/pcd.c image->columns=width; width 661 coders/pcd.c (void) ReadBlob(image,width,(char *) yy); width 663 coders/pcd.c (void) ReadBlob(image,width,(char *) yy); width 665 coders/pcd.c (void) ReadBlob(image,width >> 1,(char *) c1); width 667 coders/pcd.c (void) ReadBlob(image,width >> 1,(char *) c2); width 733 coders/pcd.c (void) ReadBlob(image,width,(char *) yy); width 735 coders/pcd.c (void) ReadBlob(image,width,(char *) yy); width 737 coders/pcd.c (void) ReadBlob(image,width >> 1,(char *) c1); width 739 coders/pcd.c (void) ReadBlob(image,width >> 1,(char *) c2); width 983 coders/pcd.c &geometry.width,&geometry.height); width 984 coders/pcd.c if ((geometry.width % 2) != 0) width 985 coders/pcd.c geometry.width--; width 988 coders/pcd.c tile_image=ResizeImage(image,geometry.width,geometry.height,TriangleFilter, width 992 coders/pcd.c (void) sscanf(page_geometry,"%lux%lu",&geometry.width,&geometry.height); width 993 coders/pcd.c if ((tile_image->columns != geometry.width) || width 1005 coders/pcd.c border_info.width=(geometry.width-tile_image->columns+1) >> 1; width 101 coders/pdb.c width, width 363 coders/pdb.c pdb_image.width=ReadBlobMSBShort(image); width 368 coders/pdb.c image->columns=pdb_image.width; width 768 coders/pdb.c pdb_image.width=(short) image->columns; width 770 coders/pdb.c pdb_image.width=(short) (16*(image->columns/16+1)); width 797 coders/pdb.c for (x=0; x < pdb_image.width; x++) width 886 coders/pdb.c (void) WriteBlobMSBShort(image,pdb_image.width); width 186 coders/pdf.c width; width 282 coders/pdf.c width=(unsigned long) (bounds.x2-bounds.x1+0.5); width 284 coders/pdf.c if ((width <= box.width) && (height <= box.height)) width 286 coders/pdf.c page.width=width; width 298 coders/pdf.c value=page.width; width 299 coders/pdf.c page.width=page.height; width 302 coders/pdf.c if ((page.width == 0) || (page.height == 0)) width 305 coders/pdf.c (void) GetGeometry(PSPageGeometry,&page.x,&page.y,&page.width, width 309 coders/pdf.c (void) GetGeometry(image_info->page,&page.x,&page.y,&page.width, width 313 coders/pdf.c (unsigned long) ceil(page.width*image->x_resolution/dx_resolution-0.5), width 791 coders/pdf.c if ((image->page.width != 0) && (image->page.height != 0)) width 792 coders/pdf.c (void) FormatString(page_geometry,"%lux%lu%+ld%+ld",image->page.width, width 798 coders/pdf.c &geometry.width,&geometry.height); width 800 coders/pdf.c &media_info.width,&media_info.height); width 817 coders/pdf.c x_scale=(geometry.width*dx_resolution)/x_resolution; width 818 coders/pdf.c geometry.width=(unsigned long) (x_scale+0.5); width 838 coders/pdf.c media_info.width,media_info.height); width 841 coders/pdf.c geometry.x+geometry.width,geometry.y+geometry.height); width 435 coders/pict.c width; width 442 coders/pict.c width=image->columns; width 447 coders/pict.c width*=2; width 451 coders/pict.c width*=image->matte ? 4 : 3; width 453 coders/pict.c bytes_per_line=width; width 475 coders/pict.c q=pixels+y*width; width 489 coders/pict.c q=pixels+y*width; width 890 coders/pict.c width; width 915 coders/pict.c width=frame.bottom-frame.top; width 923 coders/pict.c width<<=1; width 925 coders/pict.c length=width; width 109 coders/pix.c width; width 125 coders/pix.c width=ReadBlobMSBShort(image); width 131 coders/pix.c (width == 0) || (height == 0) || width 139 coders/pix.c image->columns= width; width 205 coders/pix.c width=ReadBlobMSBLong(image); width 210 coders/pix.c status=(!EOFBlob(image)) && (width != 0U) && (height != 0U) && width 269 coders/png.c width; width 1764 coders/png.c (unsigned long)ping_info->width, width 2070 coders/png.c mng_info->image_box.right=(long) ping_info->width; width 2075 coders/png.c mng_info->mng_width=ping_info->width; width 2085 coders/png.c image->columns=ping_info->width; width 2686 coders/png.c width, width 2706 coders/png.c png_get_IHDR(ping,ping_info,&width,&height,&bit_depth,&color_type, width 2708 coders/png.c if (width > 250000L || height > 250000L) width 2710 coders/png.c mng_info->ob[object_id]->width=width; width 3482 coders/png.c image->page.width=jng_width; width 4323 coders/png.c image->page.width=subframe_width; width 4800 coders/png.c image->page.width=mng_info->mng_width; width 4848 coders/png.c image->page.width=subframe_width; width 4898 coders/png.c image->page.width=mng_info->mng_width; width 5386 coders/png.c crop_info.width=(crop_box.right-crop_box.left); width 5388 coders/png.c image->page.width=image->columns; width 5398 coders/png.c image->page.width=image->columns; width 5415 coders/png.c image->page.width=1; width 5555 coders/png.c image->page.width=mng_info->mng_width; width 5682 coders/png.c next->page.width=mng_info->mng_width; width 6291 coders/png.c ping_info->width=image->columns; width 6297 coders/png.c (unsigned long)ping_info->width); width 7474 coders/png.c (unsigned long)ping_info->width); width 7563 coders/png.c if (mng_info->page.x || mng_info->page.y || (ping_info->width != width 7564 coders/png.c mng_info->page.width) || width 7586 coders/png.c ping_info->width)); width 8555 coders/png.c &mng_info->page.y,&mng_info->page.width, width 8573 coders/png.c if (mng_info->page.width || mng_info->page.height) width 8597 coders/png.c mng_info->page.width) width 8598 coders/png.c mng_info->page.width=next_image->columns+next_image->page.x; width 8610 coders/png.c ((next_image->columns < mng_info->page.width) && width 8743 coders/png.c PNGLong(chunk+4,mng_info->page.width); width 8945 coders/png.c (image->page.width && width 8946 coders/png.c (image->page.width+image->page.x < width 8947 coders/png.c mng_info->page.width)) width 241 coders/preview.c &geometry.width,&geometry.height); width 249 coders/preview.c master_image=ThumbnailImage(image,geometry.width,geometry.height, width 503 coders/preview.c raise_info.width=2*i+2; width 185 coders/ps.c width; width 276 coders/ps.c width=(unsigned long) (bounds.x2-bounds.x1+0.5); width 278 coders/ps.c if (width > page.width) width 279 coders/ps.c page.width=width; width 283 coders/ps.c if ((page.width == 0) || (page.height == 0)) width 286 coders/ps.c (void) GetGeometry(PSPageGeometry,&page.x,&page.y,&page.width, width 290 coders/ps.c (void) GetGeometry(image_info->page,&page.x,&page.y,&page.width, width 293 coders/ps.c (unsigned long) ceil(page.width*image->x_resolution/dx_resolution-0.5), width 968 coders/ps.c if ((image->page.width != 0) && (image->page.height != 0)) width 969 coders/ps.c (void) FormatString(page_geometry,"%lux%lu%+ld%+ld",image->page.width, width 975 coders/ps.c &geometry.width,&geometry.height); width 992 coders/ps.c x_scale=(geometry.width*dx_resolution)/x_resolution; width 993 coders/ps.c geometry.width=(unsigned long) (x_scale+0.5); width 1166 coders/ps.c geometry.y,geometry.x+(long) geometry.width,geometry.y+(long) width 1173 coders/ps.c if ((geometry.x+(long) geometry.width-1) > bounds.x2) width 1174 coders/ps.c bounds.x2=geometry.x+geometry.width-1; width 597 coders/ps2.c if ((image->page.width != 0) && (image->page.height != 0)) width 598 coders/ps2.c (void) FormatString(page_geometry,"%lux%lu%+ld%+ld",image->page.width, width 604 coders/ps2.c &geometry.width,&geometry.height); width 622 coders/ps2.c x_scale=(geometry.width*dx_resolution)/x_resolution; width 623 coders/ps2.c geometry.width=(unsigned long) (x_scale+0.5); width 647 coders/ps2.c bounds.x2=geometry.x+geometry.width; width 716 coders/ps2.c geometry.y,geometry.x+(long) geometry.width,geometry.y+(long) width 723 coders/ps2.c if ((geometry.x+(long) geometry.width-1) > bounds.x2) width 724 coders/ps2.c bounds.x2=geometry.x+geometry.width-1; width 1280 coders/ps3.c if ((image->page.width != 0) && (image->page.height != 0)) width 1282 coders/ps3.c image->page.width,image->page.height,image->page.x, width 1289 coders/ps3.c &geometry.width,&geometry.height); width 1329 coders/ps3.c x_scale=(geometry.width*dx_resolution)/x_resolution; width 1330 coders/ps3.c geometry.width=(unsigned long) (x_scale+0.5); width 1462 coders/ps3.c geometry.y,geometry.x+(long) geometry.width,geometry.y+(long) width 830 coders/psd.c layer_info[i].page.width=(ReadBlobMSBLong(image)-layer_info[i].page.x); width 839 coders/psd.c layer_info[i].page.width, width 901 coders/psd.c layer_info[i].mask.width= width 909 coders/psd.c layer_info[i].mask.width, layer_info[i].mask.height, width 1025 coders/psd.c layer_info[i].image=CloneImage(image,layer_info[i].page.width, width 1116 coders/psd.c if(layer_info[i].page.height > 0 && layer_info[i].page.width > 0){ width 1283 coders/psd.c if(layer_info[i].page.height > 0 && layer_info[i].page.width > 0) width 141 coders/rgb.c image->tile_info.width,image->tile_info.height, width 162 coders/rgb.c packet_size,image->tile_info.width); width 189 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 213 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 217 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 234 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 244 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 248 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 254 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 257 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 262 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 278 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 299 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 305 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 323 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 333 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 336 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 354 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 364 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 367 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 385 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width,scanline); width 400 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 404 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 423 coders/rgb.c (void) ReadBlob(image,packet_size*image->tile_info.width, width 445 coders/rgb.c count=ReadBlob(image,packet_size*image->tile_info.width,scanline); width 214 coders/sun.c width, width 286 coders/sun.c sun_info.width=ReadBlobMSBLong(image); width 293 coders/sun.c image->columns= sun_info.width; width 369 coders/sun.c image->columns=sun_info.width; width 396 coders/sun.c bytes_per_line=2*(sun_info.width*sun_info.depth+15)/16; width 663 coders/sun.c width, width 731 coders/sun.c sun_info.width=image->columns; width 773 coders/sun.c (void) WriteBlobMSBLong(image,sun_info.width); width 101 coders/svg.c width, width 123 coders/svg.c width, width 229 coders/svg.c return(svg_info->view_box.width*value/100.0); width 232 coders/svg.c alpha=value-svg_info->view_box.width; width 796 coders/svg.c svg_info->bounds.width= width 935 coders/svg.c svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width, width 1010 coders/svg.c svg_info->bounds.x+=metrics.width; width 1893 coders/svg.c svg_info->view_box.width=MagickAtoF(token); width 1894 coders/svg.c if (svg_info->bounds.width == 0) width 1895 coders/svg.c svg_info->bounds.width=svg_info->view_box.width; width 1911 coders/svg.c svg_info->bounds.width= width 1982 coders/svg.c if ((svg_info->view_box.width == 0.0) || width 1985 coders/svg.c svg_info->width=(unsigned long) svg_info->bounds.width; width 1987 coders/svg.c MVGPrintf(svg_info->file,"viewbox 0 0 %lu %lu\n",svg_info->width, width 2002 coders/svg.c svg_info->view_box.width,svg_info->view_box.height); width 2005 coders/svg.c sx=(double) svg_info->width/svg_info->view_box.width; width 2030 coders/svg.c if ((svg_info->view_box.width == 0.0) || width 2034 coders/svg.c page.width=(unsigned long) svg_info->bounds.width; width 2054 coders/svg.c &page.width,&page.height); width 2058 coders/svg.c page.width=(unsigned long) width 2059 coders/svg.c ceil(ExpandAffine(&svg_info->affine)*page.width-0.5); width 2064 coders/svg.c svg_info->view_box.width,svg_info->view_box.height); width 2065 coders/svg.c sx=(double) page.width/svg_info->view_box.width; width 2069 coders/svg.c svg_info->width=page.width; width 2174 coders/svg.c svg_info->bounds.x,svg_info->bounds.y,svg_info->bounds.width, width 2240 coders/svg.c svg_info->bounds.x+svg_info->bounds.width, width 2251 coders/svg.c svg_info->bounds.width,svg_info->bounds.y+svg_info->bounds.height, width 2319 coders/svg.c svg_info->bounds.x+=metrics.width; width 2663 coders/svg.c svg_info.bounds.width=image->columns; width 2727 coders/svg.c FormatString(geometry,"%ldx%ld",svg_info.width,svg_info.height); width 2937 coders/svg.c bitmap.dimensions.width=image->columns; width 2957 coders/svg.c image_header.width=DIMENSIONS_WIDTH(bitmap.dimensions); width 2971 coders/svg.c output_writer(output_file,image->filename,0,0,image_header.width, width 3559 coders/svg.c svg_info.bounds.width=MagickAtoF(token); width 3566 coders/svg.c svg_info.bounds.y,svg_info.bounds.width, width 112 coders/tga.c width, /* Width of image */ width 201 coders/tga.c tga_info.width=ReadBlobLSBShort(image); width 221 coders/tga.c tga_info.width, tga_info.height, width 238 coders/tga.c image->columns=tga_info.width; width 724 coders/tga.c width, width 844 coders/tga.c targa_info.width=(unsigned short) image->columns; width 902 coders/tga.c (void) WriteBlobLSBShort(image,targa_info.width); width 935 coders/tga.c count=(size_t) ((targa_info.bits_per_pixel*targa_info.width) >> 3); width 1305 coders/tiff.c width; width 1368 coders/tiff.c (void) TIFFGetField(tiff,TIFFTAG_IMAGEWIDTH,&width); width 1383 coders/tiff.c (unsigned int) width,(unsigned int) height); width 1541 coders/tiff.c image->columns=width; width 4632 coders/tiff.c width, width 4635 coders/tiff.c if (GetMagickDimension(value,&width,&height,NULL,NULL) == 2) width 4638 coders/tiff.c tile_columns=(uint32) width; width 117 coders/tile.c (void) GetGeometry(image_info->size,&geometry.x,&geometry.y,&geometry.width, width 119 coders/tile.c image=ConstituteTextureImage(geometry.width,geometry.height,tile_image,exception); width 131 coders/tim.c width; width 177 coders/tim.c width=ReadBlobLSBShort(image); width 207 coders/tim.c width=ReadBlobLSBShort(image); width 209 coders/tim.c image_size=2*width*height; width 210 coders/tim.c bytes_per_line=width*2; width 211 coders/tim.c width=(width*16)/bits_per_pixel; width 220 coders/tim.c image->columns=width; width 681 coders/txt.c page.width=612; width 683 coders/txt.c (void) GetGeometry("612x792+43+43",&page.x,&page.y,&page.width,&page.height); width 685 coders/txt.c (void) GetGeometry(image_info->page,&page.x,&page.y,&page.width, width 691 coders/txt.c ceil(((page.width*image->x_resolution)/dx_resolution)-0.5); width 172 coders/vid.c &geometry.width,&geometry.height); width 173 coders/vid.c thumbnail_image=ZoomImage(next_image,geometry.width,geometry.height, width 438 coders/wmf.c width; width 458 coders/wmf.c (bmp_draw->crop.w != bmp_draw->bmp.width) || width 470 coders/wmf.c crop_info.width = bmp_draw->crop.w; width 499 coders/wmf.c width = AbsoluteValue(bmp_draw->pixel_width * (double) bmp_draw->crop.w); width 503 coders/wmf.c width, height, image ); width 510 coders/wmf.c printf("bmp_draw->bmp WxH = %ix%i\n", bmp_draw->bmp.width, bmp_draw->bmp.height); width 539 coders/wmf.c if(bmp_read->width || bmp_read->height) width 544 coders/wmf.c FormatString(size,"%ux%u",bmp_read->width,bmp_read->height); width 550 coders/wmf.c bmp_read->width, bmp_read->height); width 573 coders/wmf.c bmp_read->bmp.width = (U16)image->columns; width 582 coders/wmf.c bmp->width = (U16) 0; width 1048 coders/wmf.c if ((draw_rect->width > 0) || (draw_rect->height > 0)) width 1052 coders/wmf.c draw_rect->width / 2, draw_rect->height / 2); width 1328 coders/wmf.c text_width = metrics.width * (ddata->scale_y / ddata->scale_x); width 1429 coders/wmf.c ulBR.x = metrics.width; width 1451 coders/wmf.c ulBR.x = metrics.width; width 1715 coders/wmf.c draw_pattern_push(API, ddata->pattern_id, brush_bmp->width, brush_bmp->height); width 1716 coders/wmf.c DrawComposite(WmfDrawContext,mode, 0, 0, brush_bmp->width, brush_bmp->height, image); width 2065 coders/wmf.c stringwidth = ((metrics.width * 72)/(image->x_resolution * draw_info->pointsize)); /* *0.916348; */ width 2585 coders/wmf.c printf("dc->Window.width = %d\n", dc->Window.width); width 2592 coders/wmf.c printf("dc->width = %.d\n", dc->width); width 1009 coders/wpg.c image->page.width=(unsigned int) width 96 coders/xcf.c width, width 121 coders/xcf.c width, width 630 coders/xcf.c width, width 660 coders/xcf.c width = ReadBlobMSBLong(image); /* width */ width 683 coders/xcf.c width,height,(unsigned long) inDocInfo->bpp, width 690 coders/xcf.c ntile_cols = (inDocInfo->width + TILE_WIDTH - 1) / TILE_WIDTH; width 923 coders/xcf.c width, width 933 coders/xcf.c width=ReadBlobMSBLong(image); /* width */ width 946 coders/xcf.c width,height,(unsigned long) inDocInfo->bpp, width 998 coders/xcf.c outLayer->width = ReadBlobMSBLong(image); width 1008 coders/xcf.c (unsigned long) outLayer->width, width 1013 coders/xcf.c outLayer->image=CloneImage(image,outLayer->width, outLayer->height,True, width 1243 coders/xcf.c image->columns = doc_info.width = ReadBlobMSBLong(image); width 1598 coders/xcf.c layer_info[j].image->page.width = layer_info[j].width; width 210 coders/xpm.c width; width 257 coders/xpm.c &image->colors,&width); width 261 coders/xpm.c if ((count != 4) || (width > 2) || (image->columns == 0) || width 307 coders/xpm.c keys[j]=MagickAllocateMemory(char *,width+1); width 316 coders/xpm.c keys[j][width]='\0'; width 317 coders/xpm.c (void) strncpy(keys[j],p,width); width 322 coders/xpm.c q=ParseColor(p+width); width 351 coders/xpm.c key[width]='\0'; width 371 coders/xpm.c (void) strncpy(key,p,width); width 382 coders/xpm.c p+=width; width 625 coders/xpm.c &geometry.width,&geometry.height); width 626 coders/xpm.c picon=ThumbnailImage(image,geometry.width,geometry.height,&image->exception); width 233 coders/xwd.c ximage->width=(int) header.pixmap_width; width 245 coders/xwd.c if (ximage->depth < 0 || ximage->width < 0 || ximage->height < 0 || width 317 coders/xwd.c image->columns=ximage->width; width 545 coders/yuv.c width; width 599 coders/yuv.c width=image->columns+(image->columns & (horizontal_factor-1)); width 601 coders/yuv.c yuv_image=ResizeImage(image,width,height,TriangleFilter,1.0, width 609 coders/yuv.c chroma_image=ResizeImage(image,width/horizontal_factor, width 66 magick/PreRvIcccm.c ximage->format,ximage->xoffset,(char *) NULL,ximage->width,ximage->height, width 336 magick/PreRvIcccm.c 0,0,0,0,x,y,width,height); width 80 magick/analyze.c bounds.width=0; width 127 magick/analyze.c if (x > (long) thread_bounds.width) width 128 magick/analyze.c thread_bounds.width=x; width 144 magick/analyze.c if (x > (long) thread_bounds.width) width 145 magick/analyze.c thread_bounds.width=x; width 170 magick/analyze.c if (thread_bounds.width > bounds.width) width 171 magick/analyze.c bounds.width=thread_bounds.width; width 179 magick/analyze.c if ((bounds.width != 0) || (bounds.height != 0)) width 181 magick/analyze.c bounds.width-=(bounds.x-1); width 192 magick/analyze.c if ((bounds.width == 0) || (bounds.height == 0)) width 194 magick/analyze.c bounds.width=image->columns; width 470 magick/animate.c width; width 518 magick/animate.c window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); width 569 magick/animate.c if ((images->page.width != 0) && (images->page.height != 0)) width 671 magick/animate.c window_info.width=(unsigned int) image_list[0]->columns; width 673 magick/animate.c FormatString(geometry,"%ux%u+0+0>",window_attributes.width, width 675 magick/animate.c width=window_info.width; width 681 magick/animate.c geometry_width=width, width 685 magick/animate.c width=(unsigned int) geometry_width; width 688 magick/animate.c window_info.width=(unsigned int) height; width 693 magick/animate.c window_info.width,window_info.height); width 712 magick/animate.c width=window_info.width; width 719 magick/animate.c window_info.x=(window_attributes.width/2)-(window_info.ximage->width/2); width 721 magick/animate.c width=window_attributes.width; width 746 magick/animate.c FormatString(default_geometry,"%ux%u",width,height); width 749 magick/animate.c &window_info.y,(int *) &width,(int *) &height,&gravity); width 752 magick/animate.c width=window_attributes.width; width 760 magick/animate.c window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, width 767 magick/animate.c if (((unsigned int) width > window_info.width) || width 770 magick/animate.c window_info.annotate_context,0,0,(unsigned int) width, width 773 magick/animate.c window_info.ximage,0,0,window_info.x,window_info.y,window_info.width, width 830 magick/animate.c (unsigned int) width,(unsigned int) height,window_info.depth); width 836 magick/animate.c if (((unsigned int) width > window_info.width) || width 839 magick/animate.c window_info.annotate_context,0,0,(unsigned int) width, width 842 magick/animate.c window_info.ximage,0,0,window_info.x,window_info.y,window_info.width, width 1081 magick/animate.c width; width 1424 magick/animate.c width=display_image->columns; width 1428 magick/animate.c (void) GetMagickGeometry(geometry,&x,&y,&width,&height); width 1429 magick/animate.c windows->image.width=(unsigned int) width; width 1446 magick/animate.c windows->backdrop.width=XDisplayWidth(display,visual_info->screen); width 1478 magick/animate.c (windows->image.width/2); width 1739 magick/animate.c event.xexpose.width=(unsigned int) image_list[scene]->columns; width 1852 magick/animate.c windows->image.ximage->width=(unsigned int) image->columns; width 1858 magick/animate.c event.xexpose.width=(unsigned int) image->columns; width 2092 magick/animate.c event.xconfigure.width,event.xconfigure.height,event.xconfigure.x, width 2108 magick/animate.c event.xconfigure.x-windows->command.width-25; width 2120 magick/animate.c event.xconfigure.x+event.xconfigure.width/10; width 2133 magick/animate.c windows->image.width=event.xconfigure.width; width 2142 magick/animate.c windows->icon.width=event.xconfigure.width; width 2182 magick/animate.c event.xexpose.width,event.xexpose.height,event.xexpose.x, width 2343 magick/animate.c display_image,windows->icon.width,windows->icon.height); width 227 magick/annotate.c &geometry.width,&geometry.height); width 255 magick/annotate.c offset.x=geometry.x+geometry.width/2+i*draw_info->affine.ry*height- width 256 magick/annotate.c draw_info->affine.sx*metrics.width/2; width 258 magick/annotate.c metrics.width/2; width 263 magick/annotate.c offset.x=(geometry.width == 0 ? 1 : -1)*geometry.x+geometry.width+i* width 264 magick/annotate.c draw_info->affine.ry*height-draw_info->affine.sx*metrics.width; width 266 magick/annotate.c metrics.width; width 281 magick/annotate.c offset.x=geometry.x+geometry.width/2+i*draw_info->affine.ry*height- width 282 magick/annotate.c draw_info->affine.sx*metrics.width/2+draw_info->affine.ry* width 285 magick/annotate.c draw_info->affine.rx*metrics.width/2+draw_info->affine.sy* width 291 magick/annotate.c offset.x=(geometry.width == 0 ? 1 : -1)*geometry.x+geometry.width+i* width 292 magick/annotate.c draw_info->affine.ry*height-draw_info->affine.sx*metrics.width+ width 296 magick/annotate.c draw_info->affine.rx*metrics.width+draw_info->affine.sy* width 311 magick/annotate.c offset.x=geometry.x+geometry.width/2+i*draw_info->affine.ry* width 312 magick/annotate.c height-draw_info->affine.sx*metrics.width/2- width 316 magick/annotate.c metrics.width/2-draw_info->affine.sy*(number_lines-1)*height; width 321 magick/annotate.c offset.x=(geometry.width == 0 ? 1 : -1)*geometry.x+geometry.width+i* width 322 magick/annotate.c draw_info->affine.ry*height-draw_info->affine.sx*metrics.width- width 325 magick/annotate.c draw_info->affine.sy*height-draw_info->affine.rx*metrics.width- width 341 magick/annotate.c metrics.width/2; width 343 magick/annotate.c metrics.width/2; width 349 magick/annotate.c metrics.width; width 351 magick/annotate.c metrics.width; width 366 magick/annotate.c FormatString(primitive,"rectangle 0,0 %g,%ld",metrics.width+ width 374 magick/annotate.c metrics.underline_thickness,metrics.width); width 1100 magick/annotate.c metrics->width=0; width 1251 magick/annotate.c p+=bitmap->bitmap.width; width 1255 magick/annotate.c (long) ceil(point.y+y-0.5),bitmap->bitmap.width,1); width 1257 magick/annotate.c for (x=0; x < (long) bitmap->bitmap.width; x++) width 1298 magick/annotate.c if (origin.x > metrics->width) width 1299 magick/annotate.c metrics->width=origin.x; width 1304 magick/annotate.c metrics->width/=64.0; width 1538 magick/annotate.c (void) FormatString(geometry,"%lux%lu%+ld%+ld",crop_info.width, width 1547 magick/annotate.c metrics->width=annotate_image->columns/ExpandAffine(&draw_info->affine); width 1673 magick/annotate.c width; width 1759 magick/annotate.c annotate_info.width=XTextWidth(font_info,draw_info->text, width 1762 magick/annotate.c metrics->pixels_per_em.x=font_info->max_bounds.width; width 1763 magick/annotate.c metrics->pixels_per_em.y=font_info->max_bounds.width; width 1766 magick/annotate.c metrics->width=annotate_info.width/ExpandAffine(&draw_info->affine); width 1768 magick/annotate.c metrics->max_advance=font_info->max_bounds.width; width 1782 magick/annotate.c width=annotate_info.width; width 1791 magick/annotate.c FormatString(annotate_info.geometry,"%lux%lu+%ld+%ld",width,height, width 2554 magick/command.c &geometry.width,&geometry.height); width 8887 magick/command.c if (geometry.width == 0) width 8888 magick/command.c geometry.width=(*image)->columns; width 8967 magick/command.c frame_info.width=geometry.width; width 8971 magick/command.c frame_info.x=(long) frame_info.width; width 8973 magick/command.c frame_info.width=(*image)->columns+2*frame_info.width; width 9038 magick/command.c if ((geometry.width == (*image)->columns) && width 9041 magick/command.c zoom_image=ZoomImage(*image,geometry.width,geometry.height, width 9180 magick/command.c width; width 9187 magick/command.c width=3; width 9188 magick/command.c (void) sscanf(argv[++i],"%lux%lu%lf",&width,&height,&offset); width 9191 magick/command.c threshold_image=AdaptiveThresholdImage(*image,width,height,offset, width 9495 magick/command.c (*image)->page.width=0U; width 9507 magick/command.c &(*image)->page.width,&(*image)->page.height); width 9871 magick/command.c if ((geometry.width == (*image)->columns) && width 9874 magick/command.c resize_image=ResizeImage(*image,geometry.width,geometry.height, width 9941 magick/command.c if ((geometry.width == (*image)->columns) && width 9944 magick/command.c sample_image=SampleImage(*image,geometry.width,geometry.height, width 9973 magick/command.c if ((geometry.width == (*image)->columns) && width 9976 magick/command.c scale_image=ScaleImage(*image,geometry.width,geometry.height, width 10191 magick/command.c if ((geometry.width == (*image)->columns) && width 10194 magick/command.c resize_image=ThumbnailImage(*image,geometry.width,geometry.height, width 722 magick/compress.c width; width 735 magick/compress.c width=image->columns; width 737 magick/compress.c width=Max(image->columns,1728); width 738 magick/compress.c scanline=MagickAllocateMemory(unsigned char *,width+1); width 765 magick/compress.c for (i=(long) width; i > 0; i--) width 787 magick/compress.c for (n=(long) width; n > 0; ) width 1512 magick/constitute.c if ((width == 0) || (height == 0)) width 1515 magick/constitute.c image->columns=width; width 7945 magick/constitute.c for (x = 0; x < width; x++) \ width 147 magick/constitute.h *ConstituteImage(const unsigned long width,const unsigned long height, width 185 magick/constitute.h unsigned long width, unsigned long height,StorageType type, width 89 magick/decorate.c frame_info.width=image->columns+(border_info->width << 1); width 91 magick/decorate.c frame_info.x=(long) border_info->width; width 151 magick/decorate.c width, width 190 magick/decorate.c width=(long) (frame_info->width-frame_info->x-bevel_width); width 192 magick/decorate.c if ((width < (long) image->columns) || (height < (long) image->rows)) width 199 magick/decorate.c CloneImage(image,frame_info->width,frame_info->height,True,exception); width 261 magick/decorate.c width=(long) (frame_image->columns-2*frame_info->outer_bevel); width 262 magick/decorate.c for (x=0; x < (long) width; x++) width 273 magick/decorate.c width=(long) (image->columns+(frame_info->inner_bevel << 1)-y); width 274 magick/decorate.c for (x=0; x < width; x++) width 281 magick/decorate.c width=(long) width 282 magick/decorate.c (frame_info->width-frame_info->x-image->columns-bevel_width); width 283 magick/decorate.c for (x=0; x < width; x++) width 328 magick/decorate.c width=(long) (frame_info->width-frame_info->x-image->columns-bevel_width); width 329 magick/decorate.c for (x=0; x < width; x++) width 344 magick/decorate.c frame_info->width,frame_info->height, width 377 magick/decorate.c width=(long) (frame_info->width-frame_info->x-image->columns-bevel_width); width 378 magick/decorate.c for (x=0; x < (long) width; x++) width 476 magick/decorate.c if ((image->columns <= (raise_info->width << 1)) || width 540 magick/decorate.c for (x=0; x < (long) raise_info->width; x++) width 549 magick/decorate.c for ( ; x < (long) (image->columns-raise_info->width); x++); width 536 magick/describe.c if ((image->tile_info.width*image->tile_info.height) != 0) width 538 magick/describe.c image->tile_info.width,image->tile_info.height,image->tile_info.x, width 573 magick/describe.c if ((image->page.width != 0) && (image->page.height != 0)) width 574 magick/describe.c (void) fprintf(file," Page geometry: %lux%lu%+ld%+ld\n",image->page.width, width 180 magick/display.c width; width 507 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 513 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 537 magick/display.c if ((x+font_info->max_bounds.width) >= (int) windows->image.width) width 538 magick/display.c x=windows->image.width-font_info->max_bounds.width; width 541 magick/display.c if ((font_info->max_bounds.width > (int) windows->image.width) || width 564 magick/display.c windows->image.width/Max(font_info->min_bounds.width,1)+2); width 586 magick/display.c text_event.xexpose.width=(unsigned int) font_info->max_bounds.width; width 631 magick/display.c annotate_info->width=XTextWidth(font_info,annotate_info->text, width 648 magick/display.c text_event.xexpose.width,text_event.xexpose.height,False); width 741 magick/display.c x=annotate_info->x+annotate_info->width; width 743 magick/display.c if (annotate_info->width != 0) width 780 magick/display.c annotate_info->width=XTextWidth(font_info,annotate_info->text, width 804 magick/display.c if ((x+font_info->max_bounds.width) < (int) windows->image.width) width 814 magick/display.c annotate_info->width=XTextWidth(font_info,annotate_info->text, width 834 magick/display.c annotate_info->text=MagickAllocateMemory(char *,windows->image.width/ width 835 magick/display.c Max(font_info->min_bounds.width,1)+2); width 901 magick/display.c if ((x+font_info->max_bounds.width) < (int) windows->image.width) width 908 magick/display.c annotate_info->width=XTextWidth(font_info,annotate_info->text, width 928 magick/display.c annotate_info->text=MagickAllocateMemory(char *,windows->image.width/ width 929 magick/display.c Max(font_info->min_bounds.width,1)+2); width 951 magick/display.c width=(unsigned int) image->columns; width 956 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 964 magick/display.c if (annotate_info->width == 0) width 1000 magick/display.c width*(annotate_info->x+windows->image.x)/windows->image.ximage->width; width 1004 magick/display.c width*annotate_info->width/windows->image.ximage->width, width 1197 magick/display.c width; width 1367 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 1373 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 1387 magick/display.c chop_info.width=0; width 1403 magick/display.c FormatString(text," %lux%lu%+ld%+ld",chop_info.width,chop_info.height, width 1453 magick/display.c if (segment_info.x2 > windows->image.ximage->width) width 1454 magick/display.c segment_info.x2=windows->image.ximage->width; width 1468 magick/display.c chop_info.width=segment_info.x2-segment_info.x1+1; width 1474 magick/display.c chop_info.width=segment_info.x1-segment_info.x2+1; width 1480 magick/display.c chop_info.width=0; width 1501 magick/display.c windows->image.window_changes.width= width 1502 magick/display.c windows->image.ximage->width-(unsigned int) chop_info.width; width 1505 magick/display.c width=(unsigned int) (*image)->columns; width 1510 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 1511 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 1514 magick/display.c chop_info.width=(unsigned int) (scale_factor*chop_info.width+0.5); width 1629 magick/display.c width; width 1958 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 1964 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 1991 magick/display.c width=(unsigned int) (*image)->columns; width 1997 magick/display.c &width,&height); width 1999 magick/display.c width*(windows->image.x+x_offset)/windows->image.ximage->width+x; width 2224 magick/display.c width; width 2311 magick/display.c composite_info.width=0; width 2459 magick/display.c composite_info.width=composite_image->columns; width 2476 magick/display.c if ((composite_info.width != 0) && (composite_info.height != 0)) width 2552 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 2558 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 2586 magick/display.c width=(unsigned int) image->columns; width 2591 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 2592 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 2595 magick/display.c composite_info.width=(unsigned int) (scale_factor*composite_info.width+0.5); width 2600 magick/display.c if ((composite_info.width != composite_image->columns) || width 2609 magick/display.c resize_image=ZoomImage(composite_image,composite_info.width, width 2724 magick/display.c width; width 2735 magick/display.c width=windows->image.window_changes.width; width 2739 magick/display.c "Configure Image: %dx%d=>%lux%lu",windows->image.ximage->width, width 2740 magick/display.c windows->image.ximage->height,width,height); width 2741 magick/display.c if ((width*height) == 0) width 2754 magick/display.c if (((int) width != windows->image.ximage->width) || width 2758 magick/display.c width*windows->magnify.x/windows->image.ximage->width; width 2761 magick/display.c windows->image.x=(int) (width*windows->image.x/windows->image.ximage->width); width 2765 magick/display.c (unsigned int) width,(unsigned int) height); width 2775 magick/display.c (void) GetMagickGeometry(geometry,&x,&y,&width,&height); width 2776 magick/display.c window_changes.width=(unsigned int) width; width 2783 magick/display.c ((XDisplayWidth(display,windows->image.screen)/2)-(width/2)); width 2801 magick/display.c while ((windows->pan.width < MaxIconSize) && width 2804 magick/display.c windows->pan.width<<=1; width 2809 magick/display.c &windows->pan.width,&windows->pan.height); width 2810 magick/display.c window_changes.width=windows->pan.width; width 2819 magick/display.c size_hints->width=window_changes.width; width 2821 magick/display.c size_hints->min_width=size_hints->width; width 2823 magick/display.c size_hints->max_width=size_hints->width; width 2837 magick/display.c window_changes.width=windows->icon.width; width 2947 magick/display.c width; width 2990 magick/display.c crop_info.width=0; width 3142 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 3148 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 3178 magick/display.c crop_info.width=0; width 3186 magick/display.c if ((highlight_info.width > 3) && (highlight_info.height > 3)) width 3193 magick/display.c FormatString(text," %lux%lu%+ld%+ld",crop_info.width,crop_info.height, width 3206 magick/display.c if ((highlight_info.width > 3) && (highlight_info.height > 3)) width 3253 magick/display.c if (crop_info.x > (int) windows->image.ximage->width) width 3254 magick/display.c crop_info.x=windows->image.ximage->width; width 3256 magick/display.c crop_info.width=(unsigned int) (x-crop_info.x); width 3259 magick/display.c crop_info.width=(unsigned int) (crop_info.x-x); width 3287 magick/display.c FormatString(text," %lux%lu%+ld%+ld",crop_info.width,crop_info.height, width 3294 magick/display.c if ((highlight_info.width <= 3) || (highlight_info.height <= 3)) width 3382 magick/display.c crop_info.x=(long) (crop_info.x+crop_info.width); width 3392 magick/display.c crop_info.x=(long) (crop_info.x+crop_info.width); width 3396 magick/display.c if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) && width 3397 magick/display.c (x > (int) (crop_info.x+crop_info.width-RoiDelta)) && width 3405 magick/display.c if ((x < (int) (crop_info.x+crop_info.width+RoiDelta)) && width 3406 magick/display.c (x > (int) (crop_info.x+crop_info.width-RoiDelta)) && width 3430 magick/display.c event.xexpose.width=(unsigned int) highlight_info.width; width 3507 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 3513 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 3534 magick/display.c if (((int) crop_info.width != windows->image.ximage->width) || width 3541 magick/display.c windows->image.window_changes.width=(unsigned int) crop_info.width; width 3551 magick/display.c width=(unsigned int) image->columns; width 3556 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 3557 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 3560 magick/display.c crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5); width 3583 magick/display.c q=GetImagePixels(image,crop_info.x,y+crop_info.y,crop_info.width,1); width 3586 magick/display.c for (x=0; x < (int) crop_info.width; x++) width 3705 magick/display.c width; width 3978 magick/display.c status=XReadBitmapFile(display,root_window,filename,&width, width 3989 magick/display.c width[MaxTextExtent] = "0"; width 4016 magick/display.c width); width 4017 magick/display.c if (*width == '\0') width 4019 magick/display.c line_width=MagickAtoI(width); width 4118 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 4124 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 4147 magick/display.c rectangle_info.width=0; width 4196 magick/display.c if ((rectangle_info.width > 3) && (rectangle_info.height > 3)) width 4201 magick/display.c FormatString(text," %lux%lu%+ld%+ld",rectangle_info.width, width 4218 magick/display.c if ((rectangle_info.width > 3) && (rectangle_info.height > 3)) width 4223 magick/display.c FormatString(text," %lux%lu%+ld%+ld",rectangle_info.width, width 4286 magick/display.c if ((rectangle_info.width > 3) && (rectangle_info.height > 3)) width 4296 magick/display.c if ((rectangle_info.width > 3) && (rectangle_info.height > 3)) width 4386 magick/display.c if (line_info.x2 > (int) windows->image.width) width 4387 magick/display.c line_info.x2=windows->image.width; width 4402 magick/display.c if (rectangle_info.x > (int) windows->image.width) width 4403 magick/display.c rectangle_info.x=(long) windows->image.width; width 4405 magick/display.c rectangle_info.width=(unsigned int) (x-rectangle_info.x); width 4408 magick/display.c rectangle_info.width=(unsigned int) (rectangle_info.x-x); width 4447 magick/display.c rectangle_info.width=x-rectangle_info.x; width 4462 magick/display.c rectangle_info.width--; width 4472 magick/display.c width=(unsigned int) (*image)->columns; width 4477 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 4481 magick/display.c draw_info.x=width*draw_info.x/windows->image.ximage->width; width 4486 magick/display.c draw_info.width=(unsigned int) rectangle_info.width+(line_width << 1); width 4487 magick/display.c if (draw_info.width > (unsigned int) (*image)->columns) width 4488 magick/display.c draw_info.width=(unsigned int) (*image)->columns; width 4493 magick/display.c width*draw_info.width/windows->image.ximage->width, width 4590 magick/display.c scale_factor=(double) windows->pan.width/windows->image.ximage->width; width 4592 magick/display.c highlight_info.width=(unsigned int) (scale_factor*windows->image.width+0.5); width 4681 magick/display.c windows->image.window_changes.width=(unsigned int) cache_image->columns; width 4812 magick/display.c cache_image->columns=windows->image.ximage->width; width 4844 magick/display.c windows->image.window_changes.width=(unsigned int) redo_image->columns; width 5220 magick/display.c crop_info.width=windows->image.ximage->width; width 5238 magick/display.c if (resource_info->quantum >= (int) crop_info.width) width 5239 magick/display.c resource_info->quantum=(int) crop_info.width-1; width 5240 magick/display.c crop_info.width-=resource_info->quantum; width 5244 magick/display.c if (resource_info->quantum >= (int) (crop_info.width-crop_info.x)) width 5246 magick/display.c (crop_info.width-crop_info.x-1); width 5248 magick/display.c crop_info.width-=resource_info->quantum; width 5250 magick/display.c if ((int) (windows->image.x+windows->image.width) > width 5251 magick/display.c (int) crop_info.width) width 5252 magick/display.c windows->image.x=(int) (crop_info.width-windows->image.width); width 5257 magick/display.c windows->image.window_changes.width=(unsigned int) crop_info.width; width 5351 magick/display.c width; width 5360 magick/display.c windows->image.window_changes.width=windows->image.ximage->width; width 5540 magick/display.c windows->image.window_changes.width=windows->image.ximage->width/2; width 5550 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 5560 magick/display.c windows->image.window_changes.width=windows->image.ximage->width << 1; width 5573 magick/display.c width; width 5578 magick/display.c width=windows->image.ximage->width; width 5582 magick/display.c FormatString(geometry,"%lux%lu+0+0",width,height); width 5589 magick/display.c (void) GetMagickGeometry(geometry,&x,&y,&width,&height); width 5590 magick/display.c windows->image.window_changes.width=(unsigned int) width; width 5601 magick/display.c ((int) (*image)->columns == windows->image.ximage->width) && width 5612 magick/display.c FormatString(image_geometry,"%dx%d!",windows->image.ximage->width, width 5636 magick/display.c if ((windows->image.width == (unsigned int) (*image)->columns) && width 5643 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 5692 magick/display.c width=(unsigned int) (*image)->columns; width 5695 magick/display.c &width,&height); width 5696 magick/display.c FormatString(windows->image.crop_geometry,"%ux%u%+d%+d",width, width 5697 magick/display.c height,(int) (*image)->columns-(int) width-x,y); width 5718 magick/display.c width=(unsigned int) (*image)->columns; width 5721 magick/display.c &width,&height); width 5722 magick/display.c FormatString(windows->image.crop_geometry,"%ux%u%+d%+d",width, width 5807 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 5837 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 6734 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 6767 magick/display.c frame_info.width=rectangle.width; width 6771 magick/display.c frame_info.x=(long) frame_info.width; width 6773 magick/display.c frame_info.width=(*image)->columns+2*frame_info.width; width 6779 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 7188 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 7193 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 7239 magick/display.c if (x >= (int) windows->image.width) width 7240 magick/display.c x=windows->image.width-1; width 7309 magick/display.c windows->magnify.x=windows->image.width/2; width 7330 magick/display.c if (windows->magnify.x < (int) (windows->image.ximage->width-1)) width 7426 magick/display.c windows->pan.width,windows->pan.height); width 7529 magick/display.c width; width 7847 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 7853 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 7880 magick/display.c width=(unsigned int) (*image)->columns; width 7886 magick/display.c &width,&height); width 7888 magick/display.c width*(windows->image.x+x_offset)/windows->image.ximage->width+x; width 8242 magick/display.c if ((windows->image.ximage->width > (int) windows->image.width) && width 8246 magick/display.c if (windows->image.ximage->width > (int) windows->image.width) width 8257 magick/display.c x_factor=(double) windows->image.ximage->width/windows->pan.width; width 8261 magick/display.c pan_info.width= width 8262 magick/display.c windows->pan.width*windows->image.width/windows->image.ximage->width; width 8304 magick/display.c if (pan_info.x < (int) (pan_info.width/2)) width 8307 magick/display.c pan_info.x=(int) (x_factor*(pan_info.x-(pan_info.width/2))); width 8311 magick/display.c if ((int) (pan_info.x+windows->image.width) > width 8312 magick/display.c windows->image.ximage->width) width 8314 magick/display.c (windows->image.ximage->width-windows->image.width); width 8334 magick/display.c FormatString(text," %ux%u%+d%+d ",windows->image.width, width 8441 magick/display.c width; width 8473 magick/display.c paste_info.width=0; width 8580 magick/display.c width=(unsigned int) image->columns; width 8586 magick/display.c &width,&height); width 8587 magick/display.c scale_factor=(double) windows->image.ximage->width/width; width 8588 magick/display.c paste_info.width=(unsigned int) (scale_factor*paste_image->columns+0.5); width 8606 magick/display.c if ((paste_info.width != 0) && (paste_info.height != 0)) width 8682 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 8688 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 8716 magick/display.c width=(unsigned int) image->columns; width 8721 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 8722 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 8725 magick/display.c paste_info.width=(unsigned int) (scale_factor*paste_info.width+0.5); width 8816 magick/display.c FormatString(geometry,"%dx%d!",windows->image.ximage->width, width 9117 magick/display.c width; width 9142 magick/display.c roi_info.width=0; width 9259 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 9265 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 9295 magick/display.c roi_info.width=0; width 9303 magick/display.c if ((highlight_info.width > 3) && (highlight_info.height > 3)) width 9310 magick/display.c FormatString(text," %lux%lu%+ld%+ld",roi_info.width,roi_info.height, width 9323 magick/display.c if ((highlight_info.width > 3) && (highlight_info.height > 3)) width 9369 magick/display.c if (roi_info.x > (int) windows->image.ximage->width) width 9370 magick/display.c roi_info.x=windows->image.ximage->width; width 9372 magick/display.c roi_info.width=(unsigned int) (x-roi_info.x); width 9375 magick/display.c roi_info.width=(unsigned int) (roi_info.x-x); width 9404 magick/display.c FormatString(text," %lux%lu%+ld%+ld",roi_info.width,roi_info.height, width 9411 magick/display.c if ((highlight_info.width <= 3) || (highlight_info.height <= 3)) width 9436 magick/display.c width=(unsigned int) (*image)->columns; width 9442 magick/display.c &width,&height); width 9443 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 9446 magick/display.c crop_info.width=(unsigned int) (scale_factor*crop_info.width+0.5); width 9559 magick/display.c roi_info.x=(long) (roi_info.x+roi_info.width); width 9569 magick/display.c roi_info.x=(long) (roi_info.x+roi_info.width); width 9573 magick/display.c if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) && width 9574 magick/display.c (x > (int) (roi_info.x+roi_info.width-RoiDelta)) && width 9582 magick/display.c if ((x < (int) (roi_info.x+roi_info.width+RoiDelta)) && width 9583 magick/display.c (x > (int) (roi_info.x+roi_info.width-RoiDelta)) && width 9607 magick/display.c event.xexpose.width=(unsigned int) highlight_info.width; width 9676 magick/display.c if ((x < (int) (windows->info.x+windows->info.width)) && width 9682 magick/display.c if ((x > (int) (windows->info.x+windows->info.width)) || width 9799 magick/display.c width; width 10093 magick/display.c if (rotate_info.x2 > (int) windows->image.width) width 10094 magick/display.c rotate_info.x2=windows->image.width; width 10149 magick/display.c width=(unsigned int) (*image)->columns; width 10151 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 10163 magick/display.c height,width,(int) (*image)->columns-(int) height-y,x); width 10172 magick/display.c width,height,(int) width-x,(int) height-y); width 10181 magick/display.c height,width,y,(int) (*image)->rows-(int) width-x); width 10193 magick/display.c windows->image.window_changes.width=(unsigned int) (*image)->columns; width 10201 magick/display.c &width,&height); width 10202 magick/display.c windows->image.window_changes.width=width; width 10210 magick/display.c windows->image.window_changes.width=windows->image.ximage->height; width 10211 magick/display.c windows->image.window_changes.height=windows->image.ximage->width; width 10347 magick/display.c FormatString(geometry,"%dx%d!",windows->image.ximage->width, width 10461 magick/display.c if (x >= (int) windows->image.width) width 10462 magick/display.c x=windows->image.width-1; width 10509 magick/display.c windows->magnify.width=event->xconfigure.width; width 10514 magick/display.c while ((int) magnify <= event->xconfigure.width) width 10519 magick/display.c if (((int) magnify != event->xconfigure.width) || width 10525 magick/display.c window_changes.width=magnify; width 10604 magick/display.c if (x >= (int) windows->image.width) width 10605 magick/display.c x=windows->image.width-1; width 10685 magick/display.c width; width 10692 magick/display.c FormatString(text," %lux%lu%+ld%+ld",crop_info->width,crop_info->height, width 10701 magick/display.c width=(unsigned int) image->columns; width 10704 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 10710 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 10713 magick/display.c width=(unsigned int) (scale_factor*crop_info->width+0.5); width 10714 magick/display.c if (width == 0) width 10715 magick/display.c width=1; width 10722 magick/display.c FormatString(windows->image.crop_geometry,"%ux%u%+d%+d",width,height,x,y); width 10814 magick/display.c width; width 10821 magick/display.c width=(unsigned int) image->columns; width 10824 magick/display.c (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height); width 10825 magick/display.c scale_factor=(double) width/windows->image.ximage->width; width 10834 magick/display.c width=(unsigned int) image->columns; width 10838 magick/display.c (void) XParseGeometry(image->montage,&x,&y,&width,&height); width 10839 magick/display.c tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+ width 10840 magick/display.c (event->xbutton.x-x)/width; width 10976 magick/display.c x_offset=width*(tile % (((int) image->columns-x)/width))+x; width 10977 magick/display.c y_offset=height*(tile/(((int) image->columns-x)/width))+y; width 10981 magick/display.c s=GetImagePixels(image,x_offset,y_offset+i,width,1); width 10984 magick/display.c for (j=0; j < (int) width; j++) width 10991 magick/display.c windows->image.window_changes.width=(unsigned int) image->columns; width 11057 magick/display.c x_offset=windows->image.width; width 11066 magick/display.c windows->image.x=windows->image.width/2; width 11105 magick/display.c if ((int) (windows->image.x+windows->image.width) > width 11106 magick/display.c windows->image.ximage->width) width 11107 magick/display.c windows->image.x=windows->image.ximage->width-windows->image.width; width 11117 magick/display.c FormatString(text," %ux%u%+d%+d ",windows->image.width, width 11184 magick/display.c trim_info.width=windows->image.ximage->width; width 11185 magick/display.c for (x=0; x < windows->image.ximage->width; x++) width 11197 magick/display.c if (trim_info.x == (int) windows->image.ximage->width) width 11205 magick/display.c background=XGetPixel(windows->image.ximage,windows->image.ximage->width-1,0); width 11206 magick/display.c for (x=windows->image.ximage->width-1; x > 0; x--) width 11217 magick/display.c trim_info.width=x-trim_info.x+1; width 11225 magick/display.c for (x=0; x < windows->image.ximage->width; x++) width 11231 magick/display.c if (x < windows->image.ximage->width) width 11241 magick/display.c for (x=0; x < windows->image.ximage->width; x++) width 11247 magick/display.c if (x < windows->image.ximage->width) width 11251 magick/display.c if (((unsigned int) trim_info.width != windows->image.width) || width 11258 magick/display.c windows->image.window_changes.width=(unsigned int) trim_info.width; width 11409 magick/display.c &geometry.width,&geometry.height); width 11410 magick/display.c thumbnail_image=ThumbnailImage(next_image,geometry.width, width 11523 magick/display.c width; width 11565 magick/display.c window_attributes.width=XDisplayWidth(display,XDefaultScreen(display)); width 11628 magick/display.c window_info.width=(unsigned int) image->columns; width 11630 magick/display.c FormatString(geometry,"%ux%u+0+0>",window_attributes.width, width 11632 magick/display.c width=window_info.width; width 11638 magick/display.c geometry_width=width, width 11642 magick/display.c width=(unsigned int) geometry_width; width 11645 magick/display.c window_info.width=(unsigned int) width; width 11649 magick/display.c status=MagickXMakeImage(display,&resources,&window_info,image,window_info.width, width 11667 magick/display.c width=window_info.width; width 11674 magick/display.c window_info.x=(window_attributes.width/2)- width 11675 magick/display.c (window_info.ximage->width/2); width 11678 magick/display.c width=window_attributes.width; width 11701 magick/display.c FormatString(default_geometry,"%ux%u",width,height); width 11704 magick/display.c &window_info.y,(int *) &width,(int *) &height,&gravity); width 11707 magick/display.c width=window_attributes.width; width 11715 magick/display.c window_info.pixmap=XCreatePixmap(display,window_info.id,(unsigned int) width, width 11722 magick/display.c if (((unsigned int) width > window_info.width) || width 11725 magick/display.c window_info.annotate_context,0,0,(unsigned int) width, width 11729 magick/display.c (unsigned int) window_info.width,(unsigned int) window_info.height); width 12187 magick/display.c width; width 12468 magick/display.c width=display_image->columns; width 12472 magick/display.c (void) GetMagickGeometry(geometry,&x,&y,&width,&height); width 12473 magick/display.c windows->image.width=(unsigned int) width; width 12490 magick/display.c windows->backdrop.width=XDisplayWidth(display,visual_info->screen); width 12522 magick/display.c (windows->image.width/2); width 12694 magick/display.c windows->magnify.width=MagnifySize; width 12723 magick/display.c windows->pan.width=windows->icon.width; width 12729 magick/display.c &windows->pan.width,&windows->pan.height); width 12783 magick/display.c windows->magnify.width,windows->magnify.height); width 12793 magick/display.c if (((int) windows->image.width < windows->image.ximage->width) || width 13220 magick/display.c windows->image.window_changes.width=windows->image.ximage->width; width 13232 magick/display.c event.xconfigure.width,event.xconfigure.height,event.xconfigure.x, width 13251 magick/display.c event.xconfigure.x-windows->command.width-25; width 13263 magick/display.c event.xconfigure.x+event.xconfigure.width/10; width 13276 magick/display.c event.xconfigure.x+event.xconfigure.width+25; width 13288 magick/display.c event.xconfigure.x+event.xconfigure.width+25; width 13298 magick/display.c if ((event.xconfigure.width == (long) windows->image.width) && width 13301 magick/display.c windows->image.width=event.xconfigure.width; width 13315 magick/display.c windows->image.window_changes.width=event.xconfigure.width; width 13320 magick/display.c if ((event.xconfigure.width < windows->image.ximage->width) || width 13340 magick/display.c windows->magnify.width=event.xconfigure.width; width 13345 magick/display.c while ((int) magnify <= event.xconfigure.width) width 13350 magick/display.c if (((int) magnify != event.xconfigure.width) || width 13353 magick/display.c window_changes.width=magnify; width 13363 magick/display.c display_image,windows->magnify.width,windows->magnify.height); width 13379 magick/display.c windows->pan.width=event.xconfigure.width; width 13388 magick/display.c windows->icon.width=event.xconfigure.width; width 13428 magick/display.c event.xexpose.width,event.xexpose.height,event.xexpose.x, width 13550 magick/display.c if (((int) windows->image.width < windows->image.ximage->width) || width 13587 magick/display.c display_image,windows->icon.width,windows->icon.height); width 179 magick/draw.c const double x, const double y, const double width, const double height, width 261 magick/draw.c const double x, const double y, const double width, const double height); width 327 magick/draw.c (DrawContext context, const double width); width 699 magick/draw.c context->pattern_bounds.width = 0; width 1284 magick/draw.c context->pattern_bounds.width = 0; width 2359 magick/draw.c assert(width != 0); width 2406 magick/draw.c mode, x, y, width, height, media_type); width 3942 magick/draw.c context->pattern_bounds.width,context->pattern_bounds.height, width 3951 magick/draw.c context->pattern_bounds.width = 0; width 4132 magick/draw.c pattern_id, x, y, width, height); width 4139 magick/draw.c context->pattern_bounds.width = (unsigned long) floor(width+0.5); width 123 magick/draw.h const double width, const double height, width 197 magick/draw.h const double width, const double height), width 239 magick/draw.h DrawSetStrokeWidth(DrawContext context, const double width), width 117 magick/effect.c if ((image->columns < width) || (image->rows < height)) width 161 magick/effect.c p=AcquireImagePixels(image,-(long) width/2,y-height/2, width 162 magick/effect.c image->columns+width,height,exception); width 185 magick/effect.c for (u=0; u < (long) width; u++) width 193 magick/effect.c r+=image->columns+width; width 196 magick/effect.c pixel.red=pixel.red/(width*height)+offset; width 197 magick/effect.c pixel.green=pixel.green/(width*height)+offset; width 198 magick/effect.c pixel.blue=pixel.blue/(width*height)+offset; width 200 magick/effect.c pixel.opacity=pixel.opacity/(width*height)+offset; width 443 magick/effect.c if (width > columns) width 453 magick/effect.c if ((i >= (x-(long) width/2)) && (i <= (x+(long) width/2))) width 462 magick/effect.c if (((i+(long)(width/2)-x) >= 0) && ((i+width/2-x) < width)) width 463 magick/effect.c scale+=kernel[i+width/2-x]; width 479 magick/effect.c for (x=0; x < (long) (width/2); x++) width 483 magick/effect.c p=kernel+width/2-x; width 485 magick/effect.c for (i=width/2-x; i < (long) width; i++) width 503 magick/effect.c for ( ; x < (long) (columns-width/2); x++) width 507 magick/effect.c q=source+(x-width/2); width 508 magick/effect.c for (i=0; i < (long) width; i++) width 529 magick/effect.c q=source+(x-width/2); width 530 magick/effect.c for (i=0; i < (long) (columns-x+width/2); i++) width 569 magick/effect.c if (width == 0) width 570 magick/effect.c width=3; width 571 magick/effect.c *kernel=MagickAllocateMemory(double *,width*sizeof(double)); width 574 magick/effect.c for (i=0; i < (long) width; i++) width 576 magick/effect.c bias=KernelRank*width/2; width 583 magick/effect.c for (i=0; i < (long) width; i++) width 585 magick/effect.c for (i=0; i < (long) width; i++) width 587 magick/effect.c return(width); width 661 magick/effect.c BlurScanline(kernel,width,scanline,q,image->columns,matte); width 673 magick/effect.c format,image->filename,width)) width 700 magick/effect.c width; width 714 magick/effect.c width=GetBlurKernel((int) (2*ceil(radius)+1),sigma,&kernel); width 721 magick/effect.c width=GetBlurKernel(3,sigma,&kernel); width 728 magick/effect.c width=GetBlurKernel(width+2,sigma,&kernel); width 733 magick/effect.c width-=2; width 737 magick/effect.c if (width < 3) width 747 magick/effect.c status&=BlurImageScanlines(blur_image,kernel,width,BlurImageColumnsText, width 767 magick/effect.c status&=BlurImageScanlines(blur_image,kernel,width,BlurImageRowsText, width 1048 magick/effect.c width, width 1064 magick/effect.c width=(long) order; width 1065 magick/effect.c if ((width % 2) == 0) width 1068 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 1085 magick/effect.c normal_kernel=MagickAllocateMemory(double *,width*width*sizeof(double)); width 1093 magick/effect.c for (i=0; i < (width*width); i++) width 1098 magick/effect.c for (i=0; i < (width*width); i++) width 1105 magick/effect.c " ConvolveImage with %ldx%ld kernel:",width,width)) width 1122 magick/effect.c for (v=0; v < width; v++) width 1125 magick/effect.c for (u=0; u < width; u++) width 1180 magick/effect.c p=AcquireImagePixels(image,-width/2,y-width/2,image->columns+width,width, width 1209 magick/effect.c for (v=width; v > 0; v--) width 1211 magick/effect.c for (u=0; u < width; u++) width 1220 magick/effect.c r+=image->columns+width; width 1607 magick/effect.c width; width 1616 magick/effect.c width=GetOptimalKernelWidth(radius,0.5); width 1617 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 1620 magick/effect.c kernel=MagickAllocateMemory(double *,width*width*sizeof(double)); width 1624 magick/effect.c for (i=0; i < (width*width); i++) width 1626 magick/effect.c kernel[i/2]=width*width-1.0; width 1627 magick/effect.c edge_image=ConvolveImage(image,width,kernel,exception); width 1678 magick/effect.c width; width 1689 magick/effect.c width=GetOptimalKernelWidth(radius,0.5); width 1690 magick/effect.c kernel=MagickAllocateMemory(double *,width*width*sizeof(double)); width 1695 magick/effect.c j=width/2; width 1696 magick/effect.c for (v=(-width/2); v <= (width/2); v++) width 1698 magick/effect.c for (u=(-width/2); u <= (width/2); u++) width 1709 magick/effect.c emboss_image=ConvolveImage(image,width,kernel,exception); width 1955 magick/effect.c width; width 1966 magick/effect.c width=GetOptimalKernelWidth2D(radius,sigma); width 1967 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 1970 magick/effect.c kernel=MagickAllocateMemory(double *,width*width*sizeof(double)); width 1975 magick/effect.c for (v=(-width/2); v <= (width/2); v++) width 1977 magick/effect.c for (u=(-width/2); u <= (width/2); u++) width 1984 magick/effect.c blur_image=ConvolveImage(image,width,kernel,exception); width 2296 magick/effect.c skiplist->center=width*width/2; width 2323 magick/effect.c width, width 2342 magick/effect.c width=GetOptimalKernelWidth2D(radius,0.5); width 2343 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 2367 magick/effect.c skiplist=AllocateMedianList(width); width 2410 magick/effect.c p=AcquireImagePixels(image,-width/2,y-width/2, width 2411 magick/effect.c image->columns+width,width,exception); width 2428 magick/effect.c for (v=0; v < width; v++) width 2430 magick/effect.c for (u=0; u < width; u++) width 2432 magick/effect.c r+=image->columns+width; width 2512 magick/effect.c kernel=MagickAllocateMemory(double *,width*sizeof(double)); width 2525 magick/effect.c for (i=0; i < width; i++) width 2527 magick/effect.c bias=KernelRank*width; width 2534 magick/effect.c for (i=0; i < width; i++) width 2536 magick/effect.c for (i=0; i < width; i++) width 2561 magick/effect.c width; width 2569 magick/effect.c width=GetOptimalKernelWidth1D(radius,sigma); width 2570 magick/effect.c if (width < 3) width 2573 magick/effect.c kernel=AllocateMotionBlurKernel(width,sigma); width 2590 magick/effect.c offsets=MagickAllocateMemory(BlurOffsetInfo *,width*sizeof(BlurOffsetInfo)); width 2597 magick/effect.c x=(long) (width*sin(DegreesToRadians(angle+90))); width 2598 magick/effect.c y=(long) (width*cos(DegreesToRadians(angle+90))); width 2599 magick/effect.c for (i=0; i < width; i++) width 2672 magick/effect.c for (i=0; i < width; i++) width 3294 magick/effect.c width, width 3313 magick/effect.c width=GetOptimalKernelWidth2D(radius,0.5); width 3314 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 3338 magick/effect.c skiplist=AllocateMedianList(width); width 3381 magick/effect.c p=AcquireImagePixels(image,-width/2,y-width/2, width 3382 magick/effect.c image->columns+width,width,exception); width 3399 magick/effect.c for (v=width; v > 0; v--) width 3401 magick/effect.c for (u=0; u < width; u++) width 3403 magick/effect.c r+=image->columns+width; width 3665 magick/effect.c width; width 3676 magick/effect.c width=GetOptimalKernelWidth(radius,sigma); width 3677 magick/effect.c if (((long) image->columns < width) || ((long) image->rows < width)) width 3680 magick/effect.c kernel=MagickAllocateMemory(double *,width*width*sizeof(double)); width 3686 magick/effect.c for (v=(-width/2); v <= (width/2); v++) width 3688 magick/effect.c for (u=(-width/2); u <= (width/2); u++) width 3697 magick/effect.c sharp_image=ConvolveImage(image,width,kernel,exception); width 426 magick/fx.c width = 5; width 476 magick/fx.c " ColorMatrix with %dx%d matrix:",width,width)) width 493 magick/fx.c for (v=0; v < width; v++) width 496 magick/fx.c for (u=0; u < width; u++) width 948 magick/fx.c width, width 964 magick/fx.c width=GetOptimalKernelWidth(radius,0.5); width 965 magick/fx.c if (((long) image->columns < width) || ((long) image->rows < width)) width 1003 magick/fx.c p=AcquireImagePixels(image,-width/2,y-width/2,image->columns+width,width, width 1028 magick/fx.c for (v=width; v > 0; v--) width 1037 magick/fx.c for (u=width; u > 0; u--) width 1059 magick/fx.c r+=image->columns+width; width 356 magick/gem.c width; width 366 magick/gem.c for (width=5; ;) width 369 magick/gem.c for (u=(-width/2); u <= (width/2); u++) width 371 magick/gem.c u=width/2; width 375 magick/gem.c width+=2; width 377 magick/gem.c return(width-2); width 389 magick/gem.c width; width 400 magick/gem.c for (width=5; ;) width 403 magick/gem.c for (v=(-width/2); v <= (width/2); v++) width 405 magick/gem.c for (u=(-width/2); u <= (width/2); u++) width 411 magick/gem.c v=width/2; width 415 magick/gem.c width+=2; width 417 magick/gem.c return(width-2); width 317 magick/image.c allocate_image->tile_info.width=allocate_image->columns; width 326 magick/image.c &allocate_image->tile_info.width, width 329 magick/image.c allocate_image->columns=allocate_image->tile_info.width; width 355 magick/image.c &allocate_image->page.y,&allocate_image->page.width, width 545 magick/image.c width; width 557 magick/image.c width=image->columns; width 563 magick/image.c if (next->columns > width) width 564 magick/image.c width=next->columns; width 568 magick/image.c width+=next->columns; width 575 magick/image.c append_image=CloneImage(image,width,height,True,exception); width 970 magick/image.c clone_image->page.width=columns; width 1447 magick/image.c region_info->width=image->columns; width 1455 magick/image.c ®ion_info->width,®ion_info->height); width 1463 magick/image.c region_info->x+=(long) (image->columns/2-region_info->width/2); width 1468 magick/image.c region_info->x=(long) (image->columns-region_info->width-region_info->x); width 1480 magick/image.c region_info->x+=(long) (image->columns/2-region_info->width/2); width 1486 magick/image.c region_info->x=(long) (image->columns-region_info->width-region_info->x); width 1497 magick/image.c region_info->x+=(long) (image->columns/2-region_info->width/2); width 1503 magick/image.c region_info->x=(long) (image->columns-region_info->width-region_info->x); width 1602 magick/image.c width; width 1606 magick/image.c flags=GetGeometry((char *) geometry,&x,&y,&width,&height); width 552 magick/image.h width, width 624 magick/image.h width, width 337 magick/montage.c width; width 361 magick/montage.c &geometry.width,&geometry.height); width 369 magick/montage.c (geometry.width>image->columns) || (geometry.height>image->rows)) width 370 magick/montage.c thumbnail=ZoomImage(image,geometry.width,geometry.height,exception); width 372 magick/montage.c thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception); width 431 magick/montage.c &tile_info.width,&tile_info.height); width 443 magick/montage.c frame_info.width=tile_info.width; width 447 magick/montage.c &frame_info.inner_bevel,&frame_info.width,&frame_info.height); width 449 magick/montage.c frame_info.height=frame_info.width; width 451 magick/montage.c frame_info.outer_bevel=(long) (frame_info.width >> 2)+1; width 454 magick/montage.c frame_info.x=(long) frame_info.width; width 457 magick/montage.c border_width=Max(frame_info.width,frame_info.height); width 461 magick/montage.c if (image_list[i]->columns > tile_info.width) width 462 magick/montage.c tile_info.width=image_list[i]->columns; width 523 magick/montage.c bounds.width=0; width 527 magick/montage.c width=concatenate ? image_list[tile]->columns : tile_info.width; width 528 magick/montage.c x_offset+=width+(tile_info.x+border_width)*2; width 529 magick/montage.c if (x_offset > (long) bounds.width) width 530 magick/montage.c bounds.width=x_offset; width 549 magick/montage.c montage->columns=bounds.width; width 567 magick/montage.c (long) (tile_info.width+(tile_info.x+border_width)*2), width 610 magick/montage.c width=concatenate ? image->columns : tile_info.width; width 625 magick/montage.c border_info.width=border_width; width 629 magick/montage.c border_info.width=(width-image->columns+1)/2; width 642 magick/montage.c tile_image->columns=width; width 663 magick/montage.c tile_info.width=width+2*frame_info.width; width 733 magick/montage.c (montage_info->frame ? image->columns : width)-2*border_width, width 744 magick/montage.c x_offset+=width+(tile_info.x+border_width)*2; width 118 magick/nt_feature.c if (((geometry->x+(long) geometry->width) < 0) || width 125 magick/nt_feature.c if ((page.x+(long) page.width) > (long) image->columns) width 126 magick/nt_feature.c page.width=image->columns-page.x; width 131 magick/nt_feature.c page.width+=page.x; width 140 magick/nt_feature.c if ((page.width == 0) || (page.height == 0)) width 147 magick/nt_feature.c bitmap.bmWidth = page.width; width 155 magick/nt_feature.c page.width*page.height*bitmap.bmBitsPixel); width 174 magick/nt_feature.c p=AcquireImagePixels(image,page.x,page.y+y,page.width,1,exception); width 180 magick/nt_feature.c memcpy((void*)q,(const void*)p,page.width*sizeof(PixelPacket)); width 181 magick/nt_feature.c q += page.width; width 189 magick/nt_feature.c for( x=page.width ; x> 0 ; x-- ) width 812 magick/pixel_cache.c region.width=columns; width 818 magick/pixel_cache.c length=(region.height-1)*cache_info->columns+region.width-1; width 1330 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height, width 1334 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height,mask_nexus, width 1339 magick/pixel_cache.c for (x=0; x < (long) nexus_info->region.width; x++) width 1970 magick/pixel_cache.c return((magick_off_t) nexus_info->region.width*nexus_info->region.height); width 3442 magick/pixel_cache.c length=nexus_info->region.width*sizeof(IndexPacket); width 3445 magick/pixel_cache.c if ((cache_info->columns == nexus_info->region.width) && width 3469 magick/pixel_cache.c for (x=0; x < (long) nexus_info->region.width; x++) width 3479 magick/pixel_cache.c indexes+=nexus_info->region.width; width 3501 magick/pixel_cache.c indexes+=nexus_info->region.width; width 3508 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height, width 3585 magick/pixel_cache.c length=nexus_info->region.width*sizeof(PixelPacket); width 3588 magick/pixel_cache.c if ((cache_info->columns == nexus_info->region.width) && width 3612 magick/pixel_cache.c for (x=0; x < (long) nexus_info->region.width; x++) width 3622 magick/pixel_cache.c pixels+=nexus_info->region.width; width 3643 magick/pixel_cache.c pixels+=nexus_info->region.width; width 3650 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height, width 3774 magick/pixel_cache.c region.width=columns; width 4051 magick/pixel_cache.c length=(nexus_info->region.height-1)*cache_info->columns+nexus_info->region.width-1; width 4054 magick/pixel_cache.c if ((((nexus_info->region.x+nexus_info->region.width) <= cache_info->columns) && width 4057 magick/pixel_cache.c ((nexus_info->region.width % cache_info->columns) == 0))) width 4073 magick/pixel_cache.c Max(nexus_info->region.width*nexus_info->region.height,cache_info->columns); width 4103 magick/pixel_cache.c nexus_info->region.width, width 4374 magick/pixel_cache.c length=nexus_info->region.width*sizeof(IndexPacket); width 4387 magick/pixel_cache.c if ((cache_info->columns == nexus_info->region.width) && width 4405 magick/pixel_cache.c for (x=0; x < (long) nexus_info->region.width; x++) width 4415 magick/pixel_cache.c indexes+=nexus_info->region.width; width 4460 magick/pixel_cache.c indexes+=nexus_info->region.width; width 4467 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height, width 4539 magick/pixel_cache.c length=nexus_info->region.width*sizeof(PixelPacket); width 4552 magick/pixel_cache.c if ((cache_info->columns == nexus_info->region.width) && width 4570 magick/pixel_cache.c for (x=0; x < (long) nexus_info->region.width; x++) width 4580 magick/pixel_cache.c pixels+=nexus_info->region.width; width 4622 magick/pixel_cache.c pixels+=nexus_info->region.width; width 4629 magick/pixel_cache.c nexus_info->region.width,nexus_info->region.height, width 2291 magick/render.c bounds.width=(unsigned long) floor(MagickAtoF(token)+0.5); width 2311 magick/render.c FormatString(geometry,"%lux%lu%+ld%+ld",bounds.width, width 321 magick/render.h width, width 213 magick/shear.c extent[0].x=(-width/2.0); width 215 magick/shear.c extent[1].x=width/2.0; width 217 magick/shear.c extent[2].x=(-width/2.0); width 219 magick/shear.c extent[3].x=width/2.0; width 243 magick/shear.c geometry.width=(unsigned long) floor(max.x-min.x+0.5); width 371 magick/shear.c width, width 374 magick/shear.c if (GetMagickDimension(value,&width,&height,NULL,NULL) == 2) width 377 magick/shear.c tile_width_max=(unsigned long) width; width 562 magick/shear.c Swap(page.width,page.height); width 564 magick/shear.c page.x=(long) (page.width-rotate_image->columns-page.x); width 643 magick/shear.c page.x=(long) (page.width-rotate_image->columns-page.x); width 814 magick/shear.c Swap(page.width,page.height); width 954 magick/shear.c (void) memcpy(q,p,width*sizeof(PixelPacket)); width 955 magick/shear.c q+=width; width 971 magick/shear.c p+=x_offset+width; width 973 magick/shear.c for (i=0; i < (long) width; i++) width 991 magick/shear.c degrees,width,height, width 1023 magick/shear.c for (i=0; i < (long) width; i++) width 1052 magick/shear.c p+=x_offset+width; width 1054 magick/shear.c for (i=0; i < (long) width; i++) width 1058 magick/shear.c if ((x_offset+width+step-i) >= image->columns) width 1080 magick/shear.c degrees,width,height, width 1155 magick/shear.c for (y=0; y < (long) width; y++) width 1187 magick/shear.c displacement=degrees*(y-width/2.0); width 1255 magick/shear.c if (QuantumTick(row_count,width)) width 1256 magick/shear.c if (!MagickMonitorFormatted(row_count,width,exception, width 1258 magick/shear.c degrees,width,height, width 1345 magick/shear.c if (QuantumTick(row_count,width)) width 1346 magick/shear.c if (!MagickMonitorFormatted(row_count,width,exception, width 1348 magick/shear.c degrees,width,height, width 1429 magick/shear.c width, width 1459 magick/shear.c width=image->columns; width 1463 magick/shear.c width=image->rows; width 1467 magick/shear.c y_width=(unsigned long) floor(fabs(height*shear.x)+width+0.5); width 1473 magick/shear.c border_info.width=x_offset; width 1487 magick/shear.c if (XShearImage(rotate_image,shear.x,width,height,x_offset, width 1501 magick/shear.c if (CropToFitImage(&rotate_image,shear.x,shear.y,width,height,True,exception) width 1505 magick/shear.c rotate_image->page.width=0; width 1610 magick/shear.c border_info.width=x_offset; width 1637 magick/shear.c shear_image->page.width=0; width 250 magick/texture.c width; width 275 magick/texture.c width=texture->columns; width 276 magick/texture.c if ((x+width) > image->columns) width 277 magick/texture.c width=image->columns-x; width 281 magick/texture.c for (z=(long) width; z != 0; z--) width 291 magick/texture.c if (width*sizeof(PixelPacket) < 1024) width 293 magick/texture.c for (z=(long) width; z != 0; z--) width 302 magick/texture.c (void) memcpy(q,p,width*sizeof(PixelPacket)); width 303 magick/texture.c q += width; width 108 magick/transform.c if (((chop_info->x+(long) chop_info->width) < 0) || width 115 magick/transform.c if ((clone_info.x+(long) clone_info.width) > (long) image->columns) width 116 magick/transform.c clone_info.width=(unsigned long) ((long) image->columns-clone_info.x); width 121 magick/transform.c clone_info.width-=(unsigned long) (-clone_info.x); width 132 magick/transform.c chop_image=CloneImage(image,image->columns-clone_info.width, width 178 magick/transform.c if ((x < clone_info.x) || (x >= (long) (clone_info.x+clone_info.width))) width 246 magick/transform.c if ((x < clone_info.x) || (x >= (long) (clone_info.x+clone_info.width))) width 442 magick/transform.c if ((geometry->width != 0) || (geometry->height != 0)) width 444 magick/transform.c if (((geometry->x+(long) geometry->width) < 0) || width 452 magick/transform.c if ((page.width != 0) || (page.height != 0)) width 454 magick/transform.c if ((page.x+(long) page.width) > (long) image->columns) width 455 magick/transform.c page.width=image->columns-page.x; width 460 magick/transform.c page.width+=page.x; width 475 magick/transform.c page.width+=geometry->x*2; width 483 magick/transform.c if ((((long) page.width+page.x) > (long) image->columns) || width 488 magick/transform.c if ((page.width == 0) || (page.height == 0)) width 491 magick/transform.c if ((page.width == image->columns) && (page.height == image->rows) && width 497 magick/transform.c crop_image=CloneImage(image,page.width,page.height,True,exception); width 504 magick/transform.c if ((geometry->width == 0) || (geometry->height == 0)) width 709 magick/transform.c bounds[i].width=x-bounds[i].x+1; width 815 magick/transform.c if ((extent_image=CloneImage(image,geometry->width,geometry->height, width 1211 magick/transform.c page.width=image->columns; width 1219 magick/transform.c if ((next->columns+page.x) > page.width) width 1220 magick/transform.c page.width=next->columns+page.x; width 1221 magick/transform.c if (next->page.width > page.width) width 1222 magick/transform.c page.width=next->page.width; width 1234 magick/transform.c mosaic_image->columns=page.width; width 1381 magick/transform.c if (((2*shave_info->width) >= image->columns) || width 1386 magick/transform.c geometry.width-=2*shave_info->width; width 1388 magick/transform.c geometry.x=(long) shave_info->width; width 1453 magick/transform.c if ((geometry.width == 0) || (geometry.height == 0) || width 1460 magick/transform.c if ((transform_image->columns > geometry.width) || width 1472 magick/transform.c width; width 1477 magick/transform.c width=geometry.width; width 1482 magick/transform.c for (x=0; x < (long) transform_image->columns; x+=width) width 1484 magick/transform.c geometry.width=width; width 1525 magick/transform.c &geometry.width,&geometry.height); width 1526 magick/transform.c if ((transform_image->columns == geometry.width) && width 1533 magick/transform.c resize_image=ZoomImage(transform_image,geometry.width,geometry.height, width 1574 magick/utility.c assert(width != (unsigned long *) NULL); width 1663 magick/utility.c bounds.width=0; width 1684 magick/utility.c bounds.width=(unsigned long) floor(double_val+0.5); width 1694 magick/utility.c bounds.width=(unsigned long) floor(double_val+0.5); width 1695 magick/utility.c bounds.height=bounds.width; width 1773 magick/utility.c *width=bounds.width; width 1853 magick/utility.c n=MagickStrToD(start,&end,width); width 1974 magick/utility.c assert(width != (unsigned long *) NULL); width 1981 magick/utility.c former_width=(*width); width 1983 magick/utility.c flags=GetGeometry(geometry,x,y,width,height); width 1993 magick/utility.c x_scale=(*width); width 1998 magick/utility.c *width=(unsigned long) floor((x_scale*former_width/100.0)+0.5); width 2000 magick/utility.c former_width=(*width); width 2015 magick/utility.c target_width=(*width); width 2025 magick/utility.c *width=(unsigned long) floor(former_width*scale_factor+0.25); width 2027 magick/utility.c former_width=(*width); width 2031 magick/utility.c ((*width != former_width) || (*height != former_height))) width 2054 magick/utility.c scale_width=(double) *width/former_width; width 2072 magick/utility.c *width=(unsigned long) floor(scale_factor*former_width+0.5); width 2077 magick/utility.c if (former_width < *width) width 2078 magick/utility.c *width=former_width; width 2084 magick/utility.c if (former_width > *width) width 2085 magick/utility.c *width=former_width; width 2218 magick/utility.c flags=GetGeometry(page,&geometry.x,&geometry.y,&geometry.width, width 3015 magick/utility.c width; width 3019 magick/utility.c flags=GetGeometry(geometry,&x,&y,&width,&height); width 4424 magick/utility.c geometry->width=image->columns; width 98 magick/utility.h GetMagickDimension(const char *str,double *width,double *height,double *xoff,double *yoff), width 99 magick/utility.h GetMagickGeometry(const char *geometry,long *x,long *y,unsigned long *width, width 57 magick/widget.c (position.x < (long) (matte_info.x+matte_info.width+matte_info.bevel_width)) && \ width 61 magick/widget.c #define QuantumMargin Max(font_info->max_bounds.width,12) width 64 magick/widget.c (position.x < (long) window_info.width) && \ width 154 magick/widget.c x2=bevel_info->x+bevel_info->width; width 232 magick/widget.c width; width 246 magick/widget.c button_info->x,button_info->y,button_info->width,button_info->height); width 253 magick/widget.c x,y,button_info->width+(button_info->bevel_width << 1)+1, width 260 magick/widget.c crop_info.width=button_info->width; width 268 magick/widget.c width=XTextWidth(font_info,button_info->text,Extent(button_info->text)); width 271 magick/widget.c x=button_info->x+(button_info->width >> 1)-(width >> 1); width 274 magick/widget.c if ((int) button_info->width == (QuantumMargin >> 1)) width 280 magick/widget.c x=button_info->x+button_info->width+button_info->bevel_width+ width 375 magick/widget.c matte_info->width,matte_info->height); width 381 magick/widget.c matte_info->x,matte_info->y,matte_info->width,matte_info->height); width 432 magick/widget.c width; width 445 magick/widget.c text_info->x,text_info->y,text_info->width,text_info->height); width 452 magick/widget.c width=text_info->width-(QuantumMargin >> 1); width 466 magick/widget.c crop_info.width=text_info->width; width 479 magick/widget.c (int) width) width 486 magick/widget.c if (n <= (int) width) width 507 magick/widget.c width=XTextWidth(font_info,text_info->marker,Extent(text_info->marker)); width 509 magick/widget.c window_info->annotate_context,x,y-font_info->ascent,width,height); width 580 magick/widget.c x2=triangle_info->x+triangle_info->width; width 643 magick/widget.c x1=triangle_info->x+triangle_info->width+triangle_info->bevel_width+ width 704 magick/widget.c x2=triangle_info->x+(triangle_info->width >> 1); width 706 magick/widget.c x3=triangle_info->x+triangle_info->width; width 815 magick/widget.c x2=triangle_info->x+(triangle_info->width >> 1); width 817 magick/widget.c x3=triangle_info->x+triangle_info->width; width 916 magick/widget.c width; width 930 magick/widget.c text_info->width,text_info->height,False); width 934 magick/widget.c text_info->y,text_info->width,text_info->height); width 945 magick/widget.c crop_info.width=text_info->width; width 952 magick/widget.c width=XTextWidth(font_info,text_info->text,Extent(text_info->text)); width 955 magick/widget.c x=text_info->x+(text_info->width >> 1)-(width >> 1); width 957 magick/widget.c if (width > (text_info->width-QuantumMargin)) width 958 magick/widget.c x+=(text_info->width-QuantumMargin-width); width 1133 magick/widget.c widget_info->width=1; width 1191 magick/widget.c window_info->width-(x << 1),window_info->height-(y << 1)); width 1193 magick/widget.c x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1); width 1196 magick/widget.c x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1)); width 1544 magick/widget.c width, width 1635 magick/widget.c width=XTextWidth(font_info,(char *) action,Extent(action)); width 1636 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 1637 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 1638 magick/widget.c if (XTextWidth(font_info,ResetButtonText,Extent(ResetButtonText)) > width) width 1639 magick/widget.c width=XTextWidth(font_info,ResetButtonText,Extent(ResetButtonText)); width 1640 magick/widget.c if (XTextWidth(font_info,GrabButtonText,Extent(GrabButtonText)) > width) width 1641 magick/widget.c width=XTextWidth(font_info,GrabButtonText,Extent(GrabButtonText)); width 1642 magick/widget.c width+=QuantumMargin; width 1643 magick/widget.c if (XTextWidth(font_info,ColorPatternText,Extent(ColorPatternText)) > width) width 1644 magick/widget.c width=XTextWidth(font_info,ColorPatternText,Extent(ColorPatternText)); width 1645 magick/widget.c if (XTextWidth(font_info,ColornameText,Extent(ColornameText)) > width) width 1646 magick/widget.c width=XTextWidth(font_info,ColornameText,Extent(ColornameText)); width 1651 magick/widget.c windows->widget.width=width+Min(text_width,MaxTextWidth)+6*QuantumMargin; width 1652 magick/widget.c windows->widget.min_width=width+MinTextWidth+4*QuantumMargin; width 1653 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 1654 magick/widget.c windows->widget.width=windows->widget.min_width; width 1671 magick/widget.c window_changes.width=windows->widget.width; width 1699 magick/widget.c cancel_info.width=width; width 1701 magick/widget.c cancel_info.x=windows->widget.width-cancel_info.width-QuantumMargin-2; width 1704 magick/widget.c action_info.width=width; width 1706 magick/widget.c action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+ width 1710 magick/widget.c grab_info.width=width; width 1715 magick/widget.c reset_info.width=width; width 1725 magick/widget.c reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1); width 1727 magick/widget.c reply_info.x=width+(QuantumMargin << 1); width 1735 magick/widget.c mode_info.width=action_info.x-(QuantumMargin << 1); width 1744 magick/widget.c scroll_info.width=height; width 1746 magick/widget.c scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width); width 1752 magick/widget.c north_info.width-=(north_info.bevel_width << 1); width 1753 magick/widget.c north_info.height=north_info.width-1; width 1762 magick/widget.c slider_info.width-=2; width 1783 magick/widget.c list_info.width=scroll_info.x-reply_info.x-(QuantumMargin >> 1); width 1795 magick/widget.c text_info.width=reply_info.width; width 1804 magick/widget.c selection_info.width=list_info.width; width 2324 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 2327 magick/widget.c windows->widget.width= width 2328 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 2810 magick/widget.c width; width 2822 magick/widget.c windows->command.width=0; width 2825 magick/widget.c width= width 2827 magick/widget.c if (width > windows->command.width) width 2828 magick/widget.c windows->command.width=width; width 2831 magick/widget.c windows->command.width+=3*QuantumMargin+10; width 2832 magick/widget.c if ((int) windows->command.width < (tile_width+QuantumMargin+10)) width 2833 magick/widget.c windows->command.width=tile_width+QuantumMargin+10; width 2836 magick/widget.c windows->command.min_width=windows->command.width; width 2855 magick/widget.c window_changes.width=windows->command.width; width 2946 magick/widget.c if ((event->xconfigure.width == (int) windows->command.width) && width 2949 magick/widget.c windows->command.width= width 2950 magick/widget.c Max(event->xconfigure.width,(int) windows->command.min_width); width 3035 magick/widget.c selection_info[i].width= width 3036 magick/widget.c windows->command.width-(selection_info[i].x << 1); width 3042 magick/widget.c toggle_info.width=((5*height) >> 3)-(toggle_info.bevel_width << 1); width 3043 magick/widget.c toggle_info.height=toggle_info.width; width 3044 magick/widget.c toggle_info.x=selection_info[0].x+selection_info[0].width- width 3045 magick/widget.c toggle_info.width-(QuantumMargin >> 1); width 3063 magick/widget.c (windows->command.width-tile_width) >> 1,10,1L); width 3129 magick/widget.c width, width 3162 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 3163 magick/widget.c if (XTextWidth(font_info,DismissButtonText,Extent(DismissButtonText)) > width) width 3164 magick/widget.c width=XTextWidth(font_info,DismissButtonText,Extent(DismissButtonText)); width 3165 magick/widget.c if (XTextWidth(font_info,YesButtonText,Extent(YesButtonText)) > width) width 3166 magick/widget.c width=XTextWidth(font_info,YesButtonText,Extent(YesButtonText)); width 3167 magick/widget.c width<<=1; width 3169 magick/widget.c if (XTextWidth(font_info,(char *) description,Extent(description)) > width) width 3170 magick/widget.c width=XTextWidth(font_info,(char *) description,Extent(description)); width 3172 magick/widget.c if (XTextWidth(font_info,(char *) description,Extent(description)) > width) width 3173 magick/widget.c width=XTextWidth(font_info,(char *) description,Extent(description)); width 3178 magick/widget.c windows->widget.width=width+9*QuantumMargin; width 3183 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 3184 magick/widget.c windows->widget.width=windows->widget.min_width; width 3201 magick/widget.c window_changes.width=windows->widget.width; width 3223 magick/widget.c cancel_info.width=QuantumMargin+ width 3226 magick/widget.c cancel_info.x=windows->widget.width-cancel_info.width-QuantumMargin; width 3232 magick/widget.c dismiss_info.width=QuantumMargin+ width 3234 magick/widget.c dismiss_info.x=(windows->widget.width >> 1)-(dismiss_info.width >> 1); width 3239 magick/widget.c yes_info.width=QuantumMargin+ width 3241 magick/widget.c if (yes_info.width < cancel_info.width) width 3242 magick/widget.c yes_info.width=cancel_info.width; width 3251 magick/widget.c width=XTextWidth(font_info,(char *) reason,Extent(reason)); width 3252 magick/widget.c x=(windows->widget.width >> 1)-(width >> 1); width 3263 magick/widget.c width=XTextWidth(font_info,question,Extent(question)); width 3264 magick/widget.c x=(windows->widget.width >> 1)-(width >> 1); width 3380 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 3383 magick/widget.c windows->widget.width= width 3384 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 3531 magick/widget.c width, width 3575 magick/widget.c width=XTextWidth(font_info,(char *) action,Extent(action)); width 3576 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 3577 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 3578 magick/widget.c width+=(3*QuantumMargin) >> 1; width 3583 magick/widget.c windows->widget.width= width 3584 magick/widget.c Max(2*width,XTextWidth(font_info,(char *) query,Extent(query))); width 3585 magick/widget.c if ((int) windows->widget.width < XTextWidth(font_info,reply,Extent(reply))) width 3586 magick/widget.c windows->widget.width=XTextWidth(font_info,reply,Extent(reply)); width 3587 magick/widget.c windows->widget.width+=6*QuantumMargin; width 3589 magick/widget.c width+28*XTextWidth(font_info,"#",1)+4*QuantumMargin; width 3590 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 3591 magick/widget.c windows->widget.width=windows->widget.min_width; width 3608 magick/widget.c window_changes.width=windows->widget.width; width 3635 magick/widget.c cancel_info.width=width; width 3638 magick/widget.c windows->widget.width-cancel_info.width-((3*QuantumMargin) >> 1); width 3642 magick/widget.c action_info.width=width; width 3644 magick/widget.c action_info.x=cancel_info.x-(cancel_info.width+QuantumMargin+ width 3653 magick/widget.c reply_info.width=windows->widget.width-(3*QuantumMargin); width 3663 magick/widget.c special_info.width=QuantumMargin >> 1; width 3681 magick/widget.c text_info.width=reply_info.width; width 3834 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 3837 magick/widget.c windows->widget.width= width 3838 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 4113 magick/widget.c width, width 4200 magick/widget.c width=XTextWidth(font_info,(char *) action,Extent(action)); width 4201 magick/widget.c if (XTextWidth(font_info,GrabButtonText,Extent(GrabButtonText)) > width) width 4202 magick/widget.c width=XTextWidth(font_info,GrabButtonText,Extent(GrabButtonText)); width 4203 magick/widget.c if (XTextWidth(font_info,FormatButtonText,Extent(FormatButtonText)) > width) width 4204 magick/widget.c width=XTextWidth(font_info,FormatButtonText,Extent(FormatButtonText)); width 4205 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 4206 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 4207 magick/widget.c if (XTextWidth(font_info,HomeButtonText,Extent(HomeButtonText)) > width) width 4208 magick/widget.c width=XTextWidth(font_info,HomeButtonText,Extent(HomeButtonText)); width 4209 magick/widget.c if (XTextWidth(font_info,UpButtonText,Extent(UpButtonText)) > width) width 4210 magick/widget.c width=XTextWidth(font_info,UpButtonText,Extent(UpButtonText)); width 4211 magick/widget.c width+=QuantumMargin; width 4212 magick/widget.c if (XTextWidth(font_info,DirectoryText,Extent(DirectoryText)) > width) width 4213 magick/widget.c width=XTextWidth(font_info,DirectoryText,Extent(DirectoryText)); width 4214 magick/widget.c if (XTextWidth(font_info,FilenameText,Extent(FilenameText)) > width) width 4215 magick/widget.c width=XTextWidth(font_info,FilenameText,Extent(FilenameText)); width 4220 magick/widget.c windows->widget.width=width+Min(text_width,MaxTextWidth)+6*QuantumMargin; width 4221 magick/widget.c windows->widget.min_width=width+MinTextWidth+4*QuantumMargin; width 4222 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 4223 magick/widget.c windows->widget.width=windows->widget.min_width; width 4240 magick/widget.c window_changes.width=windows->widget.width; width 4270 magick/widget.c cancel_info.width=width; width 4272 magick/widget.c cancel_info.x=windows->widget.width-cancel_info.width-QuantumMargin-2; width 4275 magick/widget.c action_info.width=width; width 4277 magick/widget.c action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+ width 4281 magick/widget.c special_info.width=width; width 4283 magick/widget.c special_info.x=action_info.x-(action_info.width+(QuantumMargin >> 1)+ width 4299 magick/widget.c up_info.width=width; width 4304 magick/widget.c home_info.width=width; width 4314 magick/widget.c reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1); width 4316 magick/widget.c reply_info.x=width+(QuantumMargin << 1); width 4323 magick/widget.c scroll_info.width=height; width 4325 magick/widget.c scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width); width 4331 magick/widget.c north_info.width-=(north_info.bevel_width << 1); width 4332 magick/widget.c north_info.height=north_info.width-1; width 4341 magick/widget.c slider_info.width-=2; width 4361 magick/widget.c list_info.width=scroll_info.x-reply_info.x-(QuantumMargin >> 1); width 4373 magick/widget.c text_info.width=reply_info.width; width 4382 magick/widget.c selection_info.width=list_info.width; width 4923 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 4926 magick/widget.c windows->widget.width= width 4927 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 5344 magick/widget.c width, width 5446 magick/widget.c width=XTextWidth(font_info,(char *) action,Extent(action)); width 5447 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 5448 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 5449 magick/widget.c if (XTextWidth(font_info,ResetButtonText,Extent(ResetButtonText)) > width) width 5450 magick/widget.c width=XTextWidth(font_info,ResetButtonText,Extent(ResetButtonText)); width 5451 magick/widget.c if (XTextWidth(font_info,BackButtonText,Extent(BackButtonText)) > width) width 5452 magick/widget.c width=XTextWidth(font_info,BackButtonText,Extent(BackButtonText)); width 5453 magick/widget.c width+=QuantumMargin; width 5454 magick/widget.c if (XTextWidth(font_info,FontPatternText,Extent(FontPatternText)) > width) width 5455 magick/widget.c width=XTextWidth(font_info,FontPatternText,Extent(FontPatternText)); width 5456 magick/widget.c if (XTextWidth(font_info,FontnameText,Extent(FontnameText)) > width) width 5457 magick/widget.c width=XTextWidth(font_info,FontnameText,Extent(FontnameText)); width 5462 magick/widget.c windows->widget.width=width+Min(text_width,MaxTextWidth)+6*QuantumMargin; width 5463 magick/widget.c windows->widget.min_width=width+MinTextWidth+4*QuantumMargin; width 5464 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 5465 magick/widget.c windows->widget.width=windows->widget.min_width; width 5482 magick/widget.c window_changes.width=windows->widget.width; width 5510 magick/widget.c cancel_info.width=width; width 5512 magick/widget.c cancel_info.x=windows->widget.width-cancel_info.width-QuantumMargin-2; width 5515 magick/widget.c action_info.width=width; width 5517 magick/widget.c action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+ width 5521 magick/widget.c back_info.width=width; width 5526 magick/widget.c reset_info.width=width; width 5536 magick/widget.c reply_info.width=windows->widget.width-width-((6*QuantumMargin) >> 1); width 5538 magick/widget.c reply_info.x=width+(QuantumMargin << 1); width 5545 magick/widget.c mode_info.width=action_info.x-reply_info.x-QuantumMargin; width 5554 magick/widget.c scroll_info.width=height; width 5556 magick/widget.c scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width); width 5562 magick/widget.c north_info.width-=(north_info.bevel_width << 1); width 5563 magick/widget.c north_info.height=north_info.width-1; width 5572 magick/widget.c slider_info.width-=2; width 5593 magick/widget.c list_info.width=scroll_info.x-reply_info.x-(QuantumMargin >> 1); width 5605 magick/widget.c text_info.width=reply_info.width; width 5614 magick/widget.c selection_info.width=list_info.width; width 6136 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 6139 magick/widget.c windows->widget.width= width 6140 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 6491 magick/widget.c width; width 6509 magick/widget.c width=XTextWidth(font_info,(char *) activity,Extent(activity))+ width 6512 magick/widget.c if (((int) windows->info.width != width) || width 6518 magick/widget.c windows->info.width=width; width 6520 magick/widget.c window_changes.width=width; width 6540 magick/widget.c monitor_info.width=windows->info.width-(margin << 1); width 6605 magick/widget.c width, width 6678 magick/widget.c width=XTextWidth(font_info,(char *) action,Extent(action)); width 6679 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 6680 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 6681 magick/widget.c width+=QuantumMargin; width 6686 magick/widget.c window_info->width=Min(text_width,MaxTextWidth)+((9*QuantumMargin) >> 1); width 6688 magick/widget.c if (window_info->width < window_info->min_width) width 6689 magick/widget.c window_info->width=window_info->min_width; width 6706 magick/widget.c window_changes.width=window_info->width; width 6734 magick/widget.c cancel_info.width=width; width 6736 magick/widget.c cancel_info.x=window_info->width-cancel_info.width-QuantumMargin-2; width 6739 magick/widget.c action_info.width=width; width 6741 magick/widget.c action_info.x=cancel_info.x-(cancel_info.width+(QuantumMargin >> 1)+ width 6750 magick/widget.c reply_info.width=window_info->width-((4*QuantumMargin) >> 1); width 6759 magick/widget.c scroll_info.width=height; width 6761 magick/widget.c scroll_info.x=reply_info.x+(reply_info.width-scroll_info.width); width 6767 magick/widget.c north_info.width-=(north_info.bevel_width << 1); width 6768 magick/widget.c north_info.height=north_info.width-1; width 6777 magick/widget.c slider_info.width-=2; width 6798 magick/widget.c list_info.width=scroll_info.x-reply_info.x-(QuantumMargin >> 1); width 6815 magick/widget.c text_info.width=reply_info.width; width 6824 magick/widget.c selection_info.width=list_info.width; width 7158 magick/widget.c if ((event.xconfigure.width == (int) window_info->width) && width 7161 magick/widget.c window_info->width= width 7162 magick/widget.c Max(event.xconfigure.width,(int) window_info->min_width); width 7503 magick/widget.c width, width 7541 magick/widget.c windows->widget.width=!submenu_info.active ? width 7545 magick/widget.c width=XTextWidth(font_info,(char *) selections[id],Extent(selections[id])); width 7546 magick/widget.c if (width > (int) windows->widget.width) width 7547 magick/widget.c windows->widget.width=width; width 7553 magick/widget.c width=XTextWidth(font_info,(char *) title,Extent(title)); width 7558 magick/widget.c windows->widget.width+=QuantumMargin+(menu_info.bevel_width << 1); width 7561 magick/widget.c windows->widget.min_width=windows->widget.width; width 7568 magick/widget.c windows->command.x+windows->command.width-QuantumMargin; width 7582 magick/widget.c window_changes.width=windows->widget.width; width 7608 magick/widget.c menu_info.width=windows->widget.width-((menu_info.bevel_width) << 1); width 7614 magick/widget.c selection_info.width=menu_info.width; width 7619 magick/widget.c highlight_info.width-=(highlight_info.bevel_width << 1); width 7635 magick/widget.c (int) selection_info.width,y-1); width 7639 magick/widget.c (int) selection_info.width,y); width 7674 magick/widget.c (int) selection_info.width,y-1); width 7678 magick/widget.c (int) selection_info.width,y); width 7738 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 7741 magick/widget.c windows->widget.width= width 7742 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 7931 magick/widget.c width; width 7956 magick/widget.c width=(unsigned int) (((quantum+1)*(windows->info.width- width 7958 magick/widget.c if (width < monitor_info.width) width 7964 magick/widget.c monitor_info.width=width; width 8021 magick/widget.c width; width 8051 magick/widget.c width=XTextWidth(font_info,DismissButtonText,Extent(DismissButtonText)); width 8054 magick/widget.c if (XTextWidth(font_info,(char *) text,Extent(text)) > (int) width) width 8055 magick/widget.c width=XTextWidth(font_info,(char *) text,Extent(text)); width 8059 magick/widget.c (int) width) width 8060 magick/widget.c width=XTextWidth(font_info,(char *) text,Extent(text)); width 8065 magick/widget.c windows->widget.width=width+4*QuantumMargin; width 8066 magick/widget.c windows->widget.min_width=width+QuantumMargin; width 8067 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 8068 magick/widget.c windows->widget.width=windows->widget.min_width; width 8085 magick/widget.c window_changes.width=windows->widget.width; width 8109 magick/widget.c dismiss_info.width=QuantumMargin+ width 8112 magick/widget.c dismiss_info.x=(windows->widget.width >> 1)-(dismiss_info.width >> 1); width 8121 magick/widget.c width=XTextWidth(font_info,(char *) reason,Extent(reason)); width 8122 magick/widget.c x=(windows->widget.width >> 1)-(width >> 1); width 8128 magick/widget.c width=XTextWidth(font_info,(char *) description, width 8130 magick/widget.c x=(windows->widget.width >> 1)-(width >> 1); width 8209 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 8212 magick/widget.c windows->widget.width= width 8213 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 8352 magick/widget.c width, width 8392 magick/widget.c width=XTextWidth(font_info,ApplyButtonText,Extent(ApplyButtonText)); width 8393 magick/widget.c if (XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)) > width) width 8394 magick/widget.c width=XTextWidth(font_info,CancelButtonText,Extent(CancelButtonText)); width 8395 magick/widget.c width+=QuantumMargin; width 8400 magick/widget.c windows->widget.width=Max((int) (width << 1),text_width)+6*QuantumMargin; width 8401 magick/widget.c windows->widget.min_width=(width << 1)+QuantumMargin; width 8402 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 8403 magick/widget.c windows->widget.width=windows->widget.min_width; width 8422 magick/widget.c window_changes.width=windows->widget.width; width 8443 magick/widget.c cancel_info.width=width; width 8445 magick/widget.c cancel_info.x=windows->widget.width-cancel_info.width- width 8449 magick/widget.c apply_info.width=width; width 8458 magick/widget.c preferences_info[i].width=QuantumMargin >> 1; width 8474 magick/widget.c cache_info.width=QuantumMargin >> 1; width 8534 magick/widget.c x=cache_info.x+cache_info.width+cache_info.bevel_width+ width 8537 magick/widget.c width=XTextWidth(font_info,cache,Extent(cache)); width 8538 magick/widget.c (void) XClearArea(display,windows->widget.id,x,y,width,height, width 8607 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 8610 magick/widget.c windows->widget.width= width 8611 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 8777 magick/widget.c width; width 8840 magick/widget.c width=XTextWidth(font_info,DismissButtonText,Extent(DismissButtonText)); width 8841 magick/widget.c width+=QuantumMargin; width 8846 magick/widget.c windows->widget.width=Min((int) text_width,MaxTextWidth)+5*QuantumMargin; width 8848 magick/widget.c if (windows->widget.width < windows->widget.min_width) width 8849 magick/widget.c windows->widget.width=windows->widget.min_width; width 8868 magick/widget.c window_changes.width=windows->widget.width; width 8897 magick/widget.c dismiss_info.width=width; width 8899 magick/widget.c dismiss_info.x=windows->widget.width-dismiss_info.width-QuantumMargin-2; width 8906 magick/widget.c scroll_info.width=height; width 8908 magick/widget.c scroll_info.x=windows->widget.width-QuantumMargin-scroll_info.width; width 8914 magick/widget.c north_info.width-=(north_info.bevel_width << 1); width 8915 magick/widget.c north_info.height=north_info.width-1; width 8924 magick/widget.c slider_info.width-=2; width 8945 magick/widget.c list_info.width=scroll_info.x-((3*QuantumMargin) >> 1); width 8954 magick/widget.c selection_info.width=list_info.width; width 9239 magick/widget.c if ((event.xconfigure.width == (int) windows->widget.width) && width 9242 magick/widget.c windows->widget.width= width 9243 magick/widget.c Max(event.xconfigure.width,(int) windows->widget.min_width); width 48 magick/widget.h width, width 574 magick/xwindow.c width; width 597 magick/xwindow.c annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width, width 621 magick/xwindow.c annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width, width 632 magick/xwindow.c annotate_image->columns=annotate_info->width; width 637 magick/xwindow.c width=(unsigned int) image->columns; width 641 magick/xwindow.c (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height); width 686 magick/xwindow.c (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height); width 687 magick/xwindow.c if ((width != (unsigned int) annotate_image->columns) || width 696 magick/xwindow.c FormatString(image_geometry,"%ux%u",width,height); width 763 magick/xwindow.c (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height); width 983 magick/xwindow.c width; width 998 magick/xwindow.c window->width=MaxIconSize; width 1028 magick/xwindow.c width=(unsigned int) image->columns; width 1032 magick/xwindow.c (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height); width 1036 magick/xwindow.c scale_factor=(double) icon_size->max_width/width; width 1042 magick/xwindow.c if (icon_width >= (scale_factor*width)) width 1054 magick/xwindow.c window->width=icon_width; width 1752 magick/xwindow.c limit=XDisplayWidth(display,window_info->screen)-window_info->width; width 2027 magick/xwindow.c (void) fprintf(file," geometry: %dx%d\n",windows->image.ximage->width, width 2224 magick/xwindow.c ((ximage->width*ximage->bits_per_pixel) >> 3); width 2323 magick/xwindow.c width; width 2346 magick/xwindow.c draw_pixmap=XCreatePixmap(display,root_window,draw_info->width, width 2363 magick/xwindow.c (void) XFillRectangle(display,draw_pixmap,draw_context,0,0,draw_info->width, width 2393 magick/xwindow.c (unsigned int) draw_info->rectangle_info.width, width 2401 magick/xwindow.c (unsigned int) draw_info->rectangle_info.width, width 2410 magick/xwindow.c (unsigned int) draw_info->rectangle_info.width, width 2419 magick/xwindow.c (unsigned int) draw_info->rectangle_info.width, width 2449 magick/xwindow.c draw_ximage=XGetImage(display,draw_pixmap,0,0,draw_info->width, width 2460 magick/xwindow.c draw_image->columns=draw_info->width; width 2465 magick/xwindow.c width=(unsigned int) image->columns; width 2469 magick/xwindow.c (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height); width 2509 magick/xwindow.c (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height); width 2510 magick/xwindow.c if ((width != (unsigned int) draw_image->columns) || width 2519 magick/xwindow.c FormatString(image_geometry,"%ux%u",width,height); width 2599 magick/xwindow.c (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height); width 2883 magick/xwindow.c annotate_info->width=0; width 4111 magick/xwindow.c crop_info.width=window_attributes.width; width 4120 magick/xwindow.c crop_info.width+=window_attributes.border_width << 1; width 4128 magick/xwindow.c crop_info.width+=crop_info.x; width 4137 magick/xwindow.c if ((int) (crop_info.x+crop_info.width) > display_width) width 4138 magick/xwindow.c crop_info.width=display_width-crop_info.x; width 4169 magick/xwindow.c window_info[id].bounds.x2=(short) (crop_info.x+(int) crop_info.width-1); width 4280 magick/xwindow.c (unsigned int) window_info[id].crop_info.width, width 4388 magick/xwindow.c composite_image->columns=ximage->width; width 4691 magick/xwindow.c window->width=1; width 4767 magick/xwindow.c if ((highlight_info->width < 4) || (highlight_info->height < 4)) width 4770 magick/xwindow.c (int) highlight_info->y,(unsigned int) highlight_info->width-1, width 4773 magick/xwindow.c (int) highlight_info->y+1,(unsigned int) highlight_info->width-3, width 4864 magick/xwindow.c if ((highlight_info->width < 4) || (highlight_info->height < 4)) width 4867 magick/xwindow.c (int) highlight_info->y,(unsigned int) highlight_info->width-1, width 4870 magick/xwindow.c 1,(int) highlight_info->y+1,(unsigned int) highlight_info->width-3, width 4953 magick/xwindow.c crop_info.width=0; width 5044 magick/xwindow.c crop_info.width=window_attributes.width; width 5053 magick/xwindow.c crop_info.width+=window_attributes.border_width << 1; width 5092 magick/xwindow.c if ((crop_info.width != 0) && (crop_info.height != 0)) width 5534 magick/xwindow.c assert(width != 0); width 5536 magick/xwindow.c if ((window->width == 0) || (window->height == 0)) width 5567 magick/xwindow.c &crop_info.width,&crop_info.height); width 5577 magick/xwindow.c if ((width != (unsigned int) window->image->columns) || width 5590 magick/xwindow.c resize_image=SampleImage(window->image,width,height, width 5593 magick/xwindow.c resize_image=ZoomImage(window->image,width,height, width 5641 magick/xwindow.c width=(unsigned int) window->image->columns; width 5642 magick/xwindow.c assert(width == window->image->columns); width 5666 magick/xwindow.c &segment_info[1],width,height); width 5748 magick/xwindow.c width,height,XBitmapPad(display),0); width 5762 magick/xwindow.c ximage->width,ximage->height); width 5846 magick/xwindow.c (width <= (unsigned int) XDisplayWidth(display,window->screen)) && width 5853 magick/xwindow.c (char *) NULL,width,height,XBitmapPad(display),0); width 5858 magick/xwindow.c " width, height: %dx%d",matte_image->width,matte_image->height); width 5914 magick/xwindow.c window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1); width 5931 magick/xwindow.c window->matte_image,0,0,0,0,width,height); width 6023 magick/xwindow.c ((ximage->width*ximage->bits_per_pixel) >> 3); width 6484 magick/xwindow.c ((matte_image->width*matte_image->bits_per_pixel) >> 3); width 6591 magick/xwindow.c ((ximage->width*ximage->bits_per_pixel) >> 3); width 7049 magick/xwindow.c ((matte_image->width*matte_image->bits_per_pixel) >> 3); width 7147 magick/xwindow.c width; width 7160 magick/xwindow.c while ((magnify*windows->image.ximage->width) < windows->magnify.width) width 7164 magick/xwindow.c while (magnify > windows->magnify.width) width 7193 magick/xwindow.c width=windows->magnify.ximage->width; width 7196 magick/xwindow.c (windows->magnify.x >= windows->image.ximage->width)) width 7197 magick/xwindow.c windows->magnify.x=windows->image.ximage->width >> 1; width 7198 magick/xwindow.c x=windows->magnify.x-((width/magnify) >> 1); width 7202 magick/xwindow.c if (x > (int) (ximage->width-(width/magnify))) width 7203 magick/xwindow.c x=ximage->width-width/magnify; width 7215 magick/xwindow.c ((width*windows->magnify.ximage->bits_per_pixel) >> 3); width 7262 magick/xwindow.c for (k=0; k < width; k+=magnify) width 7332 magick/xwindow.c for (k=0; k < width; k+=magnify) width 7393 magick/xwindow.c for (k=0; k < width; k+=magnify) width 7427 magick/xwindow.c for (k=0; k < width; k+=magnify) width 7447 magick/xwindow.c x=windows->magnify.x-((width/magnify) >> 1); width 7449 magick/xwindow.c x=(width >> 1)-windows->magnify.x*magnify; width 7451 magick/xwindow.c if (x > (int) (ximage->width-(width/magnify))) width 7452 magick/xwindow.c x=(ximage->width-windows->magnify.x)*magnify-(width >> 1); width 7465 magick/xwindow.c windows->magnify.annotate_context,0,0,width,height); width 7467 magick/xwindow.c windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x, width 7469 magick/xwindow.c if ((magnify > 1) && ((magnify <= (width >> 1)) && width 7478 magick/xwindow.c highlight_info.x=(long) windows->magnify.width >> 1; width 7480 magick/xwindow.c highlight_info.width=magnify; width 7484 magick/xwindow.c (int) highlight_info.y,(unsigned int) highlight_info.width-1, width 7489 magick/xwindow.c (int) highlight_info.y+1,(unsigned int) highlight_info.width-3, width 7502 magick/xwindow.c x=windows->magnify.font_info->max_bounds.width >> 1; width 7561 magick/xwindow.c width; width 7586 magick/xwindow.c width=window->ximage->width; width 7588 magick/xwindow.c window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth); width 7603 magick/xwindow.c 0,0,0,0,width,height,True); width 7607 magick/xwindow.c window->ximage,0,0,0,0,width,height); width 7612 magick/xwindow.c width,height); width 8315 magick/xwindow.c size_hints->width=window_info->width; width 8322 magick/xwindow.c size_hints->min_width=size_hints->width; width 8324 magick/xwindow.c size_hints->max_width=size_hints->width; width 8361 magick/xwindow.c FormatString(default_geometry,"%dx%d",size_hints->width, width 8374 magick/xwindow.c &size_hints->width,&size_hints->height,&gravity); width 8390 magick/xwindow.c window_info->width,window_info->height,window_info->border_width, width 8413 magick/xwindow.c window_changes.width=window_info->width; width 8437 magick/xwindow.c width; width 8445 magick/xwindow.c &manager_hints->icon_y,&width,&height,&gravity); width 8718 magick/xwindow.c width; width 8731 magick/xwindow.c width=event->xexpose.width; width 8744 magick/xwindow.c width=window->width; width 8751 magick/xwindow.c if ((window->ximage->width-(x+window->x)) < (int) width) width 8752 magick/xwindow.c width=window->ximage->width-(x+window->x); width 8763 magick/xwindow.c window->annotate_context,x+window->x,y+window->y,width,height,x,y); width 8766 magick/xwindow.c window->highlight_context,x+window->x,y+window->y,width,height, width 8774 magick/xwindow.c window->ximage,x+window->x,y+window->y,x,y,width,height,True); width 8778 magick/xwindow.c window->ximage,x+window->x,y+window->y,x,y,width,height); width 9012 magick/xwindow.c crop_info->width=0; width 9020 magick/xwindow.c if ((crop_info->width*crop_info->height) >= MinimumCropArea) width 9022 magick/xwindow.c (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1, width 9030 magick/xwindow.c if ((crop_info->width*crop_info->height) >= MinimumCropArea) width 9032 magick/xwindow.c (int) crop_info->x,(int) crop_info->y,(unsigned int) crop_info->width-1, width 9046 magick/xwindow.c crop_info->width=0; width 9068 magick/xwindow.c crop_info->width=(unsigned int) (x_offset-crop_info->x); width 9071 magick/xwindow.c crop_info->width=(unsigned int) (crop_info->x-x_offset); width 9090 magick/xwindow.c if ((crop_info->width*crop_info->height) < MinimumCropArea) width 9092 magick/xwindow.c crop_info->width=0; width 9095 magick/xwindow.c if ((crop_info->width != 0) && (crop_info->height != 0)) width 158 magick/xwindow.h width, width 184 magick/xwindow.h width, width 408 magick/xwindow.h width, width 2198 wand/drawing_wand.c assert(width != 0); width 2239 wand/drawing_wand.c mode,x,y,width,height,media_type); width 3691 wand/drawing_wand.c drawing_wand->pattern_bounds.width,drawing_wand->pattern_bounds.height, width 3699 wand/drawing_wand.c drawing_wand->pattern_bounds.width=0; width 3868 wand/drawing_wand.c x,y,width,height); width 3873 wand/drawing_wand.c drawing_wand->pattern_bounds.width=(unsigned long) (width+0.5); width 5496 wand/drawing_wand.c drawing_wand->pattern_bounds.width=0; width 346 wand/magick_compat.c ®ion_info->width,®ion_info->height); width 314 wand/magick_wand.c threshold_image=AdaptiveThresholdImage(wand->image,width,height,offset, width 802 wand/magick_wand.c border_info.width=width; width 964 wand/magick_wand.c chop.width=width; width 1587 wand/magick_wand.c crop.width=width; width 2261 wand/magick_wand.c frame_info.width=wand->image->columns+2*width; width 2263 wand/magick_wand.c frame_info.x=(long) width; width 2876 wand/magick_wand.c assert(width != (unsigned long *) NULL); width 2886 wand/magick_wand.c *width=rectangle.width; width 4609 wand/magick_wand.c *columns=geometry.width; width 6212 wand/magick_wand.c font_metrics[4]=metrics.width; width 6417 wand/magick_wand.c raise_info.width=width; width 6826 wand/magick_wand.c width; width 6832 wand/magick_wand.c width=(unsigned long) (x_resolution*wand->image->columns/ width 6836 wand/magick_wand.c resample_image=ResizeImage(wand->image,width,height,filter,blur, width 8978 wand/magick_wand.c shave_info.width=columns; width 9647 wand/magick_wand.c trim.width=0; width 187 wand/magick_wand.h unsigned long *width,unsigned long *height,long *x, long *y),