height            165 Magick++/demo/zoom.cpp                      (image.rows()*((double)resample.height()/density.height())+0.5));
height             29 Magick++/lib/Geometry.cpp 	  ( left_.height()    == right_.height() ) &&
height             54 Magick++/lib/Geometry.cpp 	  ( left_.width() * left_.height() )
height             56 Magick++/lib/Geometry.cpp 	  ( right_.width() * right_.height() )
height            350 Magick++/lib/Geometry.cpp   rectangle.height = _height;
height            394 Magick++/lib/Image.cpp     if ( boundingArea_.width() == 0 || boundingArea_.height() == 0 )
height            638 Magick++/lib/Image.cpp   unsigned long height = rows();
height            642 Magick++/lib/Image.cpp 		      &width, &height );
height           1025 Magick++/lib/Image.cpp   info.y           = static_cast<long>(geometry_.height());
height           1027 Magick++/lib/Image.cpp   info.height      = rows() + ( static_cast<unsigned long>(info.y) << 1 );
height           1046 Magick++/lib/Image.cpp   info.height      = rows() + ( static_cast<unsigned long>(info.y) << 1 );
height           1641 Magick++/lib/Image.cpp   unsigned long height = rows();
height           1645 Magick++/lib/Image.cpp 		      &width, &height );
height           1650 Magick++/lib/Image.cpp     SampleImage( image(), width, height, &exceptionInfo );
height           1661 Magick++/lib/Image.cpp   unsigned long height = rows();
height           1665 Magick++/lib/Image.cpp 		      &width, &height );
height           1670 Magick++/lib/Image.cpp     ScaleImage( image(), width, height, &exceptionInfo );
height           2035 Magick++/lib/Image.cpp   unsigned long height = rows();
height           2039 Magick++/lib/Image.cpp                      &width, &height );
height           2046 Magick++/lib/Image.cpp                height,
height           2586 Magick++/lib/Image.cpp       if ( density_.height() != 0 )
height           2588 Magick++/lib/Image.cpp           image()->y_resolution = density_.height();
height           3147 Magick++/lib/Image.cpp 		   constImage()->page.height,
height           3295 Magick++/lib/Image.cpp   image()->rows = geometry_.height();
height            729 Magick++/lib/Magick++/Drawable.h   void height( double height_ )
height            733 Magick++/lib/Magick++/Drawable.h   double height( void ) const
height             50 Magick++/lib/Magick++/Geometry.h     void          height ( unsigned int height_ );
height             51 Magick++/lib/Magick++/Geometry.h     unsigned int  height ( void ) const;
height            117 Magick++/lib/Magick++/Image.h                                         const unsigned int height,
height             46 Magick++/lib/TypeMetric.cpp   return _typeMetric.height;
height           1178 TclMagick/generic/TclMagick.c 	unsigned long width=1, height=1;
height           1188 TclMagick/generic/TclMagick.c 	height = width; /* default */
height           1189 TclMagick/generic/TclMagick.c 	if( (objc > 3) && ((stat = Tcl_GetLongFromObj(interp, objv[3], &height)) != TCL_OK) ) {
height           1196 TclMagick/generic/TclMagick.c 	result = MagickAdaptiveThresholdImage(wandPtr, width, height, ofs);
height           1409 TclMagick/generic/TclMagick.c 	unsigned long width=1, height=1;
height           1424 TclMagick/generic/TclMagick.c 	height = width; /* default */
height           1425 TclMagick/generic/TclMagick.c 	if( (objc > 4) && ((stat = Tcl_GetLongFromObj(interp, objv[4], &height)) != TCL_OK) ) {
height           1429 TclMagick/generic/TclMagick.c 	result = MagickBorderImage(wandPtr, borderPtr, width, height);
height           1461 TclMagick/generic/TclMagick.c 	unsigned long width, height;
height           1471 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetLongFromObj(interp, objv[3], &height)) != TCL_OK ) {
height           1480 TclMagick/generic/TclMagick.c 	result = MagickChopImage(wandPtr, width, height, x, y);
height           1820 TclMagick/generic/TclMagick.c 	unsigned long width, height;
height           1830 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetLongFromObj(interp, objv[3], &height)) != TCL_OK ) {
height           1839 TclMagick/generic/TclMagick.c 	result = MagickCropImage(wandPtr, width, height, x, y);
height           2064 TclMagick/generic/TclMagick.c 	unsigned long width=1, height=1;
height           2080 TclMagick/generic/TclMagick.c 	height = width; /* default */
height           2081 TclMagick/generic/TclMagick.c 	if( (objc > 4) && ((stat = Tcl_GetLongFromObj(interp, objv[4], &height)) != TCL_OK) ) {
height           2092 TclMagick/generic/TclMagick.c 	result = MagickFrameImage(wandPtr, framePtr, width, height, inner, outer);
height           4561 TclMagick/generic/TclMagick.c 	unsigned long width, height;
height           4572 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetLongFromObj(interp, objv[3], &height)) != TCL_OK ) {
height           4584 TclMagick/generic/TclMagick.c 	result = MagickRaiseImage(wandPtr, width, height, x, y, raise);
height           7680 TclMagick/generic/TclMagick.c 	double x, y, width, height;
height           7696 TclMagick/generic/TclMagick.c 	if( (stat = Tcl_GetDoubleFromObj(interp, objv[6], &height)) != TCL_OK ) {
height           7699 TclMagick/generic/TclMagick.c 	DrawPushPattern(wandPtr, id, x, y, width, height);
height           7762 TclMagick/generic/TclMagick.c 	    double x, y, width, height;
height           7778 TclMagick/generic/TclMagick.c 	    if( (stat = Tcl_GetDoubleFromObj(interp, objv[7], &height)) != TCL_OK ) {
height           7781 TclMagick/generic/TclMagick.c 	    DrawPushPattern(wandPtr, id, x, y, width, height);
height             66 TclMagick/generic/TkMagick.c     magickblock.height = MagickGetImageHeight (wand);
height             67 TclMagick/generic/TkMagick.c     magickblock.pixelPtr = ckalloc((unsigned)magickblock.height *
height             91 TclMagick/generic/TkMagick.c 	    wand, 0, 0, (unsigned)magickblock.width, (unsigned)magickblock.height,
height             98 TclMagick/generic/TkMagick.c 		     magickblock.width, magickblock.height,
height            102 TclMagick/generic/TkMagick.c 			 0, 0, magickblock.width, magickblock.height,
height            168 TclMagick/generic/TkMagick.c     MagickSetSize (wand, (unsigned)photoblock.width, (unsigned)photoblock.height);
height            198 TclMagick/generic/TkMagick.c 			      (unsigned)photoblock.height,
height             82 coders/art.c     unsigned width,height,dummy;
height            106 coders/art.c     height=ReadBlobLSBShort(image);
height            111 coders/art.c     if(GetBlobSize(image)!=(8+((long)ldblk+Padding)*height))
height            115 coders/art.c     image->rows=height;
height            132 coders/art.c     for(i=0; i<(int)height; i++)
height             60 coders/avi.c       height,
height             72 coders/avi.c       height,
height            476 coders/avi.c           image->rows=avi_info.height;
height            766 coders/avi.c           avi_info.height=ReadBlobLSBLong(image);
height            822 coders/avi.c               bmp_info.height=ReadBlobLSBLong(image);
height            110 coders/avs.c       height,
height            128 coders/avs.c     height=ReadBlobMSBLong(image);
height            133 coders/avs.c                           "AVS dimensions %ldx%ld",width,height);
height            139 coders/avs.c     if ((width > AVS_WIDTH_LIMIT) || (height > AVS_HEIGHT_LIMIT))
height            151 coders/avs.c       image->rows=height;
height            213 coders/avs.c       height=ReadBlobMSBLong(image);
height            215 coders/avs.c           (height <= AVS_HEIGHT_LIMIT))
height             90 coders/bmp.c       height;
height            571 coders/bmp.c           bmp_info.height=(magick_int16_t) ReadBlobLSBShort(image);
height            585 coders/bmp.c                 "  Geometry: %ldx%ld",bmp_info.width,bmp_info.height);
height            608 coders/bmp.c           bmp_info.height=(magick_int32_t) ReadBlobLSBLong(image);
height            624 coders/bmp.c                 "  Geometry: %ldx%ld",bmp_info.width,bmp_info.height);
height            780 coders/bmp.c       if (bmp_info.height == 0)
height            782 coders/bmp.c       if ((bmp_info.height < 0) && (bmp_info.compression !=0))
height            821 coders/bmp.c       image->rows=AbsoluteValue(bmp_info.height);
height           1223 coders/bmp.c       if (bmp_info.height < 0)
height           1543 coders/bmp.c       bmp_info.height=(long) image->rows;
height           1790 coders/bmp.c           (void) WriteBlobLSBShort(image,bmp_info.height);
height           1801 coders/bmp.c           (void) WriteBlobLSBLong(image,bmp_info.height);
height            143 coders/cals.c      height,
height            181 coders/cals.c    width = height = 0;
height            220 coders/cals.c            sscanf(record+8,"%ld,%ld",&width,&height);
height            229 coders/cals.c    if ((!width) || (!height) || (rtype != 1))
height            233 coders/cals.c  			"Dimensions %lux%lu",width,height);
height            249 coders/cals.c    CALS_WriteIntelULong(file,height);
height            267 coders/cals.c    CALS_WriteIntelULong(file,height);
height            143 coders/cmyk.c  			  image->tile_info.width,image->tile_info.height,
height            235 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            282 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            327 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            358 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            389 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            420 coders/cmyk.c          count=image->tile_info.height-image->rows-image->tile_info.y;
height            458 coders/cmyk.c              count=image->tile_info.height-image->rows-image->tile_info.y;
height             58 coders/dib.c       height;
height            488 coders/dib.c     dib_info.height=(magick_int32_t) ReadBlobLSBLong(image);
height            506 coders/dib.c     if (dib_info.height == 0)
height            510 coders/dib.c     image->rows=AbsoluteValue(dib_info.height);
height            528 coders/dib.c           &geometry.width,&geometry.height);
height            532 coders/dib.c         if ((flags & HeightValue) && (geometry.height != 0)
height            533 coders/dib.c             && (geometry.height < image->rows))
height            534 coders/dib.c           image->rows=geometry.height;
height            826 coders/dib.c     if (dib_info.height < 0)
height           1024 coders/dib.c     dib_info.height=(long) image->rows;
height           1188 coders/dib.c     (void) WriteBlobLSBLong(image,dib_info.height);
height            229 coders/dps.c       GetBlobFileHandle(image),bits_per_pixel.height,visual_info->depth,&page,-page.x,
height            244 coders/dps.c       bits_per_pixel.height,AllPlanes,ZPixmap);
height            320 coders/dps.c     image->rows=dps_image->height;
height            482 coders/dps.c           GetBlobFileHandle(image),bits_per_pixel.height,1,&page,-page.x,
height            493 coders/dps.c               bits_per_pixel.height,AllPlanes,ZPixmap);
height            129 coders/emf.c     *height=512;
height            138 coders/emf.c         *height=emfh.rclFrame.bottom-emfh.rclFrame.top;
height            179 coders/emf.c         *height=emfh.rclFrame.bottom-emfh.rclFrame.top;
height            206 coders/emf.c     *height=mp.yExt;
height            238 coders/emf.c       height,
height            256 coders/emf.c     hemf=ReadEnhMetaFile(image_info->filename,&width,&height);
height            277 coders/emf.c         image->rows=ceil((height*CENTIMETERS_INCH)/1000*y_resolution);
height            286 coders/emf.c         image->rows=height;
height            183 coders/ept.c       height,
height            223 coders/ept.c     page.height=792;
height            224 coders/ept.c     (void) GetGeometry(PSPageGeometry,&page.x,&page.y,&page.width,&page.height);
height            252 coders/ept.c     box.height=0;
height            291 coders/ept.c       height=(unsigned long) (bounds.y2-bounds.y1+0.5);
height            292 coders/ept.c       if ((width <= box.width) && (height <= box.height))
height            295 coders/ept.c       page.height=height;
height            303 coders/ept.c         &page.height);
height            306 coders/ept.c       (unsigned long) ceil(page.height*image->y_resolution/dy_resolution-0.5));
height            186 coders/fpx.c       height,
height            227 coders/fpx.c         &width,&height,&tile_width,&tile_height,&colorspace,&flashpix);
height            247 coders/fpx.c         aspect_ratio=(float) width/height;
height            251 coders/fpx.c         if (width != (unsigned long) ((aspect_ratio*height)+0.5))
height            252 coders/fpx.c           Swap(width,height);
height            308 coders/fpx.c       if (((width >> i) < tile_width) || ((height >> i) < tile_height))
height            315 coders/fpx.c         height>>=1;
height            319 coders/fpx.c       while ((width > image->columns) || (height > image->rows))
height            322 coders/fpx.c         height>>=1;
height            327 coders/fpx.c     image->rows=height;
height           1009 coders/fpx.c         view_rect.height=(float) 0.8; /* 1.0-0.2 */
height            866 coders/gif.c     page.height=ReadBlobLSBShort(image);
height            993 coders/gif.c       image->page.height=page.height;
height           1243 coders/gif.c     page.height=image->rows;
height           1252 coders/gif.c       if ((next_image->rows+page.y) > page.height)
height           1253 coders/gif.c         page.height=next_image->rows+page.y;
height           1279 coders/gif.c     if ((image->page.width != 0) && (image->page.height != 0))
height           1282 coders/gif.c     (void) WriteBlobLSBShort(image,page.height);
height           1468 coders/gif.c       if ((image->page.width != 0) && (image->page.height != 0))
height            142 coders/gray.c  			  image->tile_info.width,image->tile_info.height,
height            222 coders/gray.c      count=image->tile_info.height-image->rows-image->tile_info.y;
height            212 coders/histogram.c       &geometry.width,&geometry.height);
height            215 coders/histogram.c       &geometry.width,&geometry.height);
height            216 coders/histogram.c   histogram_image=CloneImage(image,geometry.width,geometry.height,True,
height             79 coders/hrz.c     unsigned width,height;
height            102 coders/hrz.c     height = 240;
height            106 coders/hrz.c     if(GetBlobSize(image)!=(((long)ldblk)*height))
height            110 coders/hrz.c     image->rows = height;
height            123 coders/hrz.c     for(i=0; i<(int)height; i++)
height            314 coders/html.c              &geometry.width,&geometry.height);
height            316 coders/html.c              &geometry.width,&geometry.height);
height            328 coders/html.c              image->filename,geometry.width-1,geometry.height-1);
height            339 coders/html.c                  geometry.y+(long) geometry.height-1);
height            350 coders/html.c                    geometry.y+=geometry.height;
height            404 coders/html.c          &geometry.width,&geometry.height);
height            406 coders/html.c          &geometry.width,&geometry.height);
height            418 coders/html.c          image->filename,geometry.width-1,geometry.height-1);
height            429 coders/html.c              geometry.y+(long) geometry.height-1);
height            440 coders/html.c                geometry.y+=geometry.height;
height             87 coders/icon.c        height,
height            116 coders/icon.c        height;
height            187 coders/icon.c      icon_file.directory[i].height=ReadBlobByte(image);
height            204 coders/icon.c      icon_info.height=ReadBlobLSBLong(image);
height            217 coders/icon.c      image->rows=icon_info.height;
height            257 coders/icon.c      image->rows=icon_file.directory[i].height;
height            919 coders/jp2.c       component_info.height=(unsigned int) image->rows;
height             95 coders/label.c     height,
height            119 coders/label.c         height=(unsigned long) floor(metrics.ascent-metrics.descent+0.5);
height            121 coders/label.c             ((image->rows != 0) && (height >= image->rows)))
height            127 coders/label.c         height=(unsigned long) floor(metrics.ascent-metrics.descent+0.5);
height            129 coders/label.c            ((image->rows == 0) || (height <= image->rows)))
height            131 coders/label.c         if ((image->rows != 0) && (height <= image->rows) &&
height           1005 coders/miff.c                        &image->page.width,&image->page.height);
height           1971 coders/miff.c      if ((image->page.width != 0) && (image->page.height != 0))
height           1974 coders/miff.c            image->page.height,image->page.x,image->page.y);
height            512 coders/mpc.c                         &image->page.width,&image->page.height);
height           1065 coders/mpc.c       if ((image->page.width != 0) && (image->page.height != 0))
height           1068 coders/mpc.c             image->page.height,image->page.x,image->page.y);
height            588 coders/msl.c       height,
height            684 coders/msl.c               width = height = 6;  /* this is the value that Magick++ uses */
height            728 coders/msl.c                                                          &width,&height);
height            740 coders/msl.c                                 height = MagickAtoI( value );
height            779 coders/msl.c                 rectInfo.height = height;
height            880 coders/msl.c               height=msl_info->image[n]->rows;
height            908 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height            920 coders/msl.c                             height = MagickAtoI( value );
height            982 coders/msl.c                 rectInfo.height = height;
height           1045 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           1212 coders/msl.c               height=msl_info->image[n]->rows;
height           1240 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           1252 coders/msl.c                             height = MagickAtoI( value );
height           1314 coders/msl.c                 rectInfo.height = height;
height           1633 coders/msl.c               width = height = 25;  /* these are the values that Magick++ uses */
height           1676 coders/msl.c                                                          &width,&height);
height           1688 coders/msl.c                                 height = MagickAtoI( value );
height           1776 coders/msl.c                 frameInfo.y = (long) height;
height           1779 coders/msl.c                 frameInfo.height = msl_info->image[n]->rows +
height           2653 coders/msl.c               height=msl_info->image[n]->rows;
height           2710 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           2722 coders/msl.c                             height = MagickAtoI( value );
height           2759 coders/msl.c                     (height == msl_info->image[n]->rows))
height           2761 coders/msl.c                 resize_image=ZoomImage(msl_info->image[n],width,height,
height           2775 coders/msl.c               height=msl_info->image[n]->rows;
height           2803 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           2935 coders/msl.c               height=msl_info->image[n]->rows;
height           2963 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           2975 coders/msl.c                             height = MagickAtoI( value );
height           3011 coders/msl.c                 newImage=SampleImage(msl_info->image[n], width, height,
height           3025 coders/msl.c               height=msl_info->image[n]->rows;
height           3053 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           3065 coders/msl.c                             height = MagickAtoI( value );
height           3101 coders/msl.c                 newImage=ScaleImage(msl_info->image[n], width, height,
height           3358 coders/msl.c               width = height = 0;
height           3386 coders/msl.c                             (void) GetMagickGeometry(value,&x,&y,&width,&height);
height           3398 coders/msl.c                             height = MagickAtoI( value );
height           3436 coders/msl.c                 rectInfo.height = height;
height           3456 coders/msl.c               height=msl_info->image[n]->rows;
height           4097 coders/msl.c                 rectInfo.height = rectInfo.width = 0;
height            104 coders/pcd.c     for (y=0; y < (long) height; y++)
height            106 coders/pcd.c       p=pixels+(height-1-y)*scaled_width+(width-1);
height            107 coders/pcd.c       q=pixels+((height-1-y) << 1)*scaled_width+((width-1) << 1);
height            118 coders/pcd.c     for (y=0; y < (long) (height-1); y++)
height            135 coders/pcd.c     p=pixels+(2*height-2)*scaled_width;
height            136 coders/pcd.c     q=pixels+(2*height-1)*scaled_width;
height            538 coders/pcd.c       height,
height            578 coders/pcd.c         height=128;
height            581 coders/pcd.c           if ((width >= image->columns) && (height >= image->rows))
height            584 coders/pcd.c           height<<=1;
height            595 coders/pcd.c     height=128;
height            599 coders/pcd.c       height<<=1;
height            602 coders/pcd.c     image->rows=height;
height            654 coders/pcd.c           image->rows=height;
height            659 coders/pcd.c           for (y=0; y < (long) height; y+=2)
height            731 coders/pcd.c     for (y=0; y < (long) height; y+=2)
height            983 coders/pcd.c       &geometry.width,&geometry.height);
height            986 coders/pcd.c     if ((geometry.height % 2) != 0)
height            987 coders/pcd.c       geometry.height--;
height            988 coders/pcd.c     tile_image=ResizeImage(image,geometry.width,geometry.height,TriangleFilter,
height            992 coders/pcd.c     (void) sscanf(page_geometry,"%lux%lu",&geometry.width,&geometry.height);
height            994 coders/pcd.c         (tile_image->rows != geometry.height))
height           1006 coders/pcd.c         border_info.height=(geometry.height-tile_image->rows+1) >> 1;
height            102 coders/pdb.c       height;
height            364 coders/pdb.c     pdb_image.height=ReadBlobMSBShort(image);
height            369 coders/pdb.c     image->rows=pdb_image.height;
height            771 coders/pdb.c     pdb_image.height=(short) image->rows;
height            887 coders/pdb.c     (void) WriteBlobMSBShort(image,pdb_image.height);
height            185 coders/pdf.c       height,
height            283 coders/pdf.c       height=(unsigned long) (bounds.y2-bounds.y1+0.5);
height            284 coders/pdf.c       if ((width <= box.width) && (height <= box.height))
height            287 coders/pdf.c       page.height=height;
height            299 coders/pdf.c         page.width=page.height;
height            300 coders/pdf.c         page.height=value;
height            302 coders/pdf.c     if ((page.width == 0) || (page.height == 0))
height            306 coders/pdf.c           &page.height);
height            310 coders/pdf.c         &page.height);
height            314 coders/pdf.c       (unsigned long) ceil(page.height*image->y_resolution/dy_resolution-0.5));
height            791 coders/pdf.c           if ((image->page.width != 0) && (image->page.height != 0))
height            793 coders/pdf.c                                 image->page.height,image->page.x,image->page.y);
height            798 coders/pdf.c                                  &geometry.width,&geometry.height);
height            800 coders/pdf.c                            &media_info.width,&media_info.height);
height            819 coders/pdf.c         y_scale=(geometry.height*dy_resolution)/y_resolution;
height            820 coders/pdf.c         geometry.height=(unsigned long) (y_scale+0.5);
height            838 coders/pdf.c                      media_info.width,media_info.height);
height            841 coders/pdf.c                      geometry.x+geometry.width,geometry.y+geometry.height);
height            873 coders/pdf.c                              geometry.height+i*image_info->pointsize+12);
height            889 coders/pict.c                height,
height            916 coders/pict.c              height=frame.right-frame.left;
height            928 coders/pict.c                  for (i=0; i < (long) (length*height); i++)
height            932 coders/pict.c                for (j=0; j < (int) height; j++)
height            107 coders/pix.c       height,
height            126 coders/pix.c     height=ReadBlobMSBShort(image);
height            131 coders/pix.c         (width == 0) || (height == 0) ||
height            140 coders/pix.c       image->rows= height;
height            206 coders/pix.c       height=ReadBlobMSBLong(image);
height            210 coders/pix.c       status=(!EOFBlob(image)) && (width != 0U) && (height != 0U) &&
height            268 coders/png.c       height,
height           1765 coders/png.c                               (unsigned long)ping_info->height);
height           2072 coders/png.c     mng_info->image_box.bottom=(long) ping_info->height;
height           2076 coders/png.c         mng_info->mng_height=ping_info->height;
height           2086 coders/png.c     image->rows=ping_info->height;
height           2687 coders/png.c               height;
height           2706 coders/png.c             png_get_IHDR(ping,ping_info,&width,&height,&bit_depth,&color_type,
height           2708 coders/png.c             if (width > 250000L || height > 250000L)
height           2711 coders/png.c             mng_info->ob[object_id]->height=height;
height           3483 coders/png.c     image->page.height=jng_height;
height           4324 coders/png.c                     image->page.height=subframe_height;
height           4801 coders/png.c                     image->page.height=mng_info->mng_height;
height           4849 coders/png.c                 image->page.height=subframe_height;
height           4899 coders/png.c             image->page.height=mng_info->mng_height;
height           5387 coders/png.c                     crop_info.height=(crop_box.bottom-crop_box.top);
height           5389 coders/png.c                     image->page.height=image->rows;
height           5399 coders/png.c                         image->page.height=image->rows;
height           5416 coders/png.c                     image->page.height=1;
height           5556 coders/png.c         image->page.height=mng_info->mng_height;
height           5683 coders/png.c             next->page.height=mng_info->mng_height;
height           6292 coders/png.c     ping_info->height=image->rows;
height           6300 coders/png.c                               (unsigned long)ping_info->height);
height           7477 coders/png.c                               (unsigned long)ping_info->height);
height           7565 coders/png.c             (ping_info->height != mng_info->page.height))
height           7589 coders/png.c                                             ping_info->height));
height           8556 coders/png.c                                    &mng_info->page.height);
height           8573 coders/png.c         if (mng_info->page.width || mng_info->page.height)
height           8600 coders/png.c                      mng_info->page.height)
height           8601 coders/png.c                   mng_info->page.height=next_image->rows+next_image->page.y;
height           8611 coders/png.c                    (next_image->rows < mng_info->page.height)))
height           8744 coders/png.c         PNGLong(chunk+8,mng_info->page.height);
height           8948 coders/png.c                           || (image->page.height &&
height           8949 coders/png.c                           (image->page.height+image->page.y <
height           8950 coders/png.c                           mng_info->page.height))))
height            241 coders/preview.c     &geometry.width,&geometry.height);
height            249 coders/preview.c   master_image=ThumbnailImage(image,geometry.width,geometry.height,
height            504 coders/preview.c         raise_info.height=2*i+2;
height            184 coders/ps.c        height,
height            277 coders/ps.c        height=(unsigned long) (bounds.y2-bounds.y1+0.5);
height            280 coders/ps.c        if (height > page.height)
height            281 coders/ps.c          page.height=height;
height            283 coders/ps.c      if ((page.width == 0) || (page.height == 0))
height            287 coders/ps.c            &page.height);
height            291 coders/ps.c          &page.height);
height            294 coders/ps.c        (unsigned long) ceil(page.height*image->y_resolution/dy_resolution-0.5));
height            968 coders/ps.c          if ((image->page.width != 0) && (image->page.height != 0))
height            970 coders/ps.c              image->page.height,image->page.x,image->page.y);
height            975 coders/ps.c          &geometry.width,&geometry.height);
height            994 coders/ps.c        y_scale=(geometry.height*dy_resolution)/y_resolution;
height            995 coders/ps.c        geometry.height=(unsigned long) (y_scale+0.5);
height           1018 coders/ps.c            bounds.y2=geometry.y+(geometry.height+text_size);
height           1167 coders/ps.c          (geometry.height+text_size));
height           1175 coders/ps.c        if ((geometry.y+(long) (geometry.height+text_size)-1) > bounds.y2)
height           1176 coders/ps.c          bounds.y2=geometry.y+(geometry.height+text_size)-1;
height            597 coders/ps2.c         if ((image->page.width != 0) && (image->page.height != 0))
height            599 coders/ps2.c             image->page.height,image->page.x,image->page.y);
height            604 coders/ps2.c          &geometry.width,&geometry.height);
height            624 coders/ps2.c       y_scale=(geometry.height*dy_resolution)/y_resolution;
height            625 coders/ps2.c       geometry.height=(unsigned long) (y_scale+0.5);
height            648 coders/ps2.c           bounds.y2=geometry.y+geometry.height+text_size;
height            717 coders/ps2.c         (geometry.height+text_size));
height            725 coders/ps2.c       if ((geometry.y+(long) (geometry.height+text_size)-1) > bounds.y2)
height            726 coders/ps2.c         bounds.y2=geometry.y+(geometry.height+text_size)-1;
height           1280 coders/ps3.c           if ((image->page.width != 0) && (image->page.height != 0))
height           1282 coders/ps3.c               image->page.width,image->page.height,image->page.x,
height           1289 coders/ps3.c          &geometry.width,&geometry.height);
height           1331 coders/ps3.c       y_scale=(geometry.height*dy_resolution)/y_resolution;
height           1332 coders/ps3.c       geometry.height=(unsigned long) (y_scale+0.5);
height           1463 coders/ps3.c         (geometry.height+text_size));
height            829 coders/psd.c             layer_info[i].page.height=(ReadBlobMSBLong(image)-layer_info[i].page.y);
height            838 coders/psd.c                                       layer_info[i].page.height,
height            899 coders/psd.c                     layer_info[i].mask.height=
height            909 coders/psd.c                                               layer_info[i].mask.width, layer_info[i].mask.height,
height           1026 coders/psd.c                                            layer_info[i].page.height,
height           1116 coders/psd.c                 if(layer_info[i].page.height > 0 && layer_info[i].page.width > 0){
height           1283 coders/psd.c               if(layer_info[i].page.height > 0 && layer_info[i].page.width > 0)
height            141 coders/rgb.c   			  image->tile_info.width,image->tile_info.height,
height            232 coders/rgb.c           count=image->tile_info.height-image->rows-image->tile_info.y;
height            276 coders/rgb.c           count=image->tile_info.height-image->rows-image->tile_info.y;
height            321 coders/rgb.c           count=image->tile_info.height-image->rows-image->tile_info.y;
height            352 coders/rgb.c           count=image->tile_info.height-image->rows-image->tile_info.y;
height            383 coders/rgb.c           count=image->tile_info.height-image->rows-image->tile_info.y;
height            421 coders/rgb.c               count=image->tile_info.height-image->rows-image->tile_info.y;
height            215 coders/sun.c         height,
height            287 coders/sun.c       sun_info.height=ReadBlobMSBLong(image);
height            294 coders/sun.c       image->rows= sun_info.height;
height            370 coders/sun.c       image->rows=sun_info.height;
height            390 coders/sun.c             height;
height            395 coders/sun.c           height=sun_info.height;
height            397 coders/sun.c           sun_pixels=MagickAllocateMemory(unsigned char *,bytes_per_line*height);
height            664 coders/sun.c         height,
height            732 coders/sun.c       sun_info.height=image->rows;
height            774 coders/sun.c       (void) WriteBlobMSBLong(image,sun_info.height);
height            102 coders/svg.c       height;
height            124 coders/svg.c       height;
height            231 coders/svg.c           return(svg_info->view_box.height*value/100.0);
height            233 coders/svg.c         beta=value-svg_info->view_box.height;
height            764 coders/svg.c                 svg_info->bounds.height=
height            936 coders/svg.c               svg_info->bounds.height);
height           1317 coders/svg.c                 svg_info->bounds.height=
height           1899 coders/svg.c                 svg_info->view_box.height=MagickAtoF(token);
height           1900 coders/svg.c                 if (svg_info->bounds.height == 0)
height           1901 coders/svg.c                   svg_info->bounds.height=svg_info->view_box.height;
height           1983 coders/svg.c                 (svg_info->view_box.height == 0.0))
height           1986 coders/svg.c             svg_info->height=(unsigned long) svg_info->bounds.height;
height           1988 coders/svg.c                       svg_info->height);
height           2002 coders/svg.c                         svg_info->view_box.width,svg_info->view_box.height);
height           2006 coders/svg.c             sy=(double) svg_info->height/svg_info->view_box.height;
height           2031 coders/svg.c                 (svg_info->view_box.height == 0.0))
height           2035 coders/svg.c             page.height=(unsigned long) svg_info->bounds.height;
height           2054 coders/svg.c                   &page.width,&page.height);
height           2061 coders/svg.c               page.height=(unsigned long)
height           2062 coders/svg.c                 ceil(ExpandAffine(&svg_info->affine)*page.height-0.5);
height           2064 coders/svg.c               svg_info->view_box.width,svg_info->view_box.height);
height           2066 coders/svg.c             sy=(double) page.height/svg_info->view_box.height;
height           2070 coders/svg.c             svg_info->height=page.height;
height           2175 coders/svg.c               svg_info->bounds.height,svg_info->url);
height           2241 coders/svg.c                   svg_info->bounds.y+svg_info->bounds.height);
height           2251 coders/svg.c               svg_info->bounds.width,svg_info->bounds.y+svg_info->bounds.height,
height           2664 coders/svg.c     svg_info.bounds.height=image->rows;
height           2727 coders/svg.c         FormatString(geometry,"%ldx%ld",svg_info.width,svg_info.height);
height           2938 coders/svg.c     bitmap.dimensions.height=image->rows;
height           2958 coders/svg.c     image_header.height=DIMENSIONS_HEIGHT(bitmap.dimensions);
height           2972 coders/svg.c       image_header.height,splines);
height           3563 coders/svg.c                   svg_info.bounds.height=MagickAtoF(token);
height           3567 coders/svg.c                     svg_info.bounds.height);
height            113 coders/tga.c         height;          /* Height of image */
height            202 coders/tga.c         tga_info.height=ReadBlobLSBShort(image);
height            221 coders/tga.c                               tga_info.width, tga_info.height,
height            239 coders/tga.c         image->rows=tga_info.height;
height            725 coders/tga.c         height;
height            845 coders/tga.c         targa_info.height=(unsigned short) image->rows;
height            903 coders/tga.c         (void) WriteBlobLSBShort(image,targa_info.height);
height           1303 coders/tiff.c      height,
height           1369 coders/tiff.c        (void) TIFFGetField(tiff,TIFFTAG_IMAGELENGTH,&height);
height           1383 coders/tiff.c                                  (unsigned int) width,(unsigned int) height);
height           1542 coders/tiff.c        image->rows=height;
height           4633 coders/tiff.c                      height;
height           4635 coders/tiff.c                    if (GetMagickDimension(value,&width,&height,NULL,NULL) == 2)
height           4637 coders/tiff.c                        tile_rows=(uint32) height;
height            118 coders/tile.c                       &geometry.height);
height            119 coders/tile.c    image=ConstituteTextureImage(geometry.width,geometry.height,tile_image,exception);
height            128 coders/tim.c       height,
height            178 coders/tim.c           height=ReadBlobLSBShort(image);
height            208 coders/tim.c       height=ReadBlobLSBShort(image);
height            209 coders/tim.c       image_size=2*width*height;
height            221 coders/tim.c       image->rows=height;
height            682 coders/txt.c     page.height=792;
height            683 coders/txt.c     (void) GetGeometry("612x792+43+43",&page.x,&page.y,&page.width,&page.height);
height            686 coders/txt.c   		       &page.height);
height            693 coders/txt.c       ceil(((page.height*image->y_resolution)/dy_resolution)-0.5);
height            172 coders/vid.c             &geometry.width,&geometry.height);
height            173 coders/vid.c           thumbnail_image=ZoomImage(next_image,geometry.width,geometry.height,
height            437 coders/wmf.c       height,
height            459 coders/wmf.c        (bmp_draw->crop.h != bmp_draw->bmp.height))
height            471 coders/wmf.c         crop_info.height = bmp_draw->crop.h;
height            500 coders/wmf.c     height = AbsoluteValue(bmp_draw->pixel_height * (double) bmp_draw->crop.h);
height            503 coders/wmf.c                    width, height, image );
height            510 coders/wmf.c     printf("bmp_draw->bmp WxH    = %ix%i\n", bmp_draw->bmp.width, bmp_draw->bmp.height);
height            539 coders/wmf.c     if(bmp_read->width || bmp_read->height)
height            544 coders/wmf.c         FormatString(size,"%ux%u",bmp_read->width,bmp_read->height);
height            550 coders/wmf.c      bmp_read->width, bmp_read->height);
height            574 coders/wmf.c         bmp_read->bmp.height = (U16)image->rows;
height            583 coders/wmf.c     bmp->height = (U16) 0;
height           1048 coders/wmf.c         if ((draw_rect->width > 0) || (draw_rect->height > 0))
height           1052 coders/wmf.c                              draw_rect->width / 2, draw_rect->height / 2);
height           1715 coders/wmf.c               draw_pattern_push(API, ddata->pattern_id, brush_bmp->width, brush_bmp->height);
height           1716 coders/wmf.c               DrawComposite(WmfDrawContext,mode, 0, 0, brush_bmp->width, brush_bmp->height, image);
height           1953 coders/wmf.c             pointsize = (font_height * (font_height / (metrics.height)));
height           1956 coders/wmf.c               pointsize *= (font_height / metrics.height);
height           1978 coders/wmf.c     printf("height    = %.4g\n", metrics.height);
height           2586 coders/wmf.c       printf("dc->Window.height = %d\n", dc->Window.height);
height           2593 coders/wmf.c       printf("dc->height        = %.d\n", dc->height);
height           1011 coders/wpg.c                 image->page.height=(unsigned int)
height             97 coders/xcf.c       height,
height            122 coders/xcf.c       height,
height            631 coders/xcf.c       height;
height            661 coders/xcf.c     height = ReadBlobMSBLong(image); /* height */
height            683 coders/xcf.c                             width,height,(unsigned long) inDocInfo->bpp,
height            689 coders/xcf.c     ntile_rows = (inDocInfo->height + TILE_HEIGHT - 1) / TILE_HEIGHT;
height            924 coders/xcf.c       height;
height            934 coders/xcf.c     height=ReadBlobMSBLong(image); /* height */
height            946 coders/xcf.c                             width,height,(unsigned long) inDocInfo->bpp,
height            999 coders/xcf.c     outLayer->height = ReadBlobMSBLong(image);
height           1009 coders/xcf.c                             (unsigned long) outLayer->height,
height           1013 coders/xcf.c     outLayer->image=CloneImage(image,outLayer->width, outLayer->height,True,
height           1244 coders/xcf.c     image->rows = doc_info.height = ReadBlobMSBLong(image);
height           1599 coders/xcf.c                 layer_info[j].image->page.height = layer_info[j].height;
height            625 coders/xpm.c       &geometry.width,&geometry.height);
height            626 coders/xpm.c     picon=ThumbnailImage(image,geometry.width,geometry.height,&image->exception);
height            234 coders/xwd.c     ximage->height=(int) header.pixmap_height;
height            245 coders/xwd.c     if (ximage->depth < 0 || ximage->width < 0 || ximage->height < 0 ||
height            297 coders/xwd.c     length=ximage->bytes_per_line*ximage->height;
height            298 coders/xwd.c     if (XWD_OVERFLOW(length,ximage->bytes_per_line,ximage->height))
height            318 coders/xwd.c     image->rows=ximage->height;
height            544 coders/yuv.c       height,
height            600 coders/yuv.c       height=image->rows+(image->rows & (vertical_factor-1));
height            601 coders/yuv.c       yuv_image=ResizeImage(image,width,height,TriangleFilter,1.0,
height            610 coders/yuv.c         height/vertical_factor,TriangleFilter,1.0,&image->exception);
height             66 magick/PreRvIcccm.c     ximage->format,ximage->xoffset,(char *) NULL,ximage->width,ximage->height,
height            336 magick/PreRvIcccm.c     0,0,0,0,x,y,width,height);
height             81 magick/analyze.c   bounds.height=0;
height            133 magick/analyze.c                   if (y > (long) thread_bounds.height)
height            134 magick/analyze.c                     thread_bounds.height=y;
height            150 magick/analyze.c                   if (y > (long) thread_bounds.height)
height            151 magick/analyze.c                     thread_bounds.height=y;
height            172 magick/analyze.c         if (thread_bounds.height > bounds.height)
height            173 magick/analyze.c           bounds.height=thread_bounds.height;
height            179 magick/analyze.c   if ((bounds.width != 0) || (bounds.height != 0))
height            182 magick/analyze.c       bounds.height-=(bounds.y-1);
height            192 magick/analyze.c   if ((bounds.width == 0) || (bounds.height == 0))
height            195 magick/analyze.c       bounds.height=image->rows;
height            469 magick/animate.c     height,
height            519 magick/animate.c   window_attributes.height=XDisplayHeight(display,XDefaultScreen(display));
height            569 magick/animate.c         if ((images->page.width != 0) && (images->page.height != 0))
height            672 magick/animate.c   window_info.height=(unsigned int) image_list[0]->rows;
height            674 magick/animate.c     window_attributes.height);
height            676 magick/animate.c   height=window_info.height;
height            682 magick/animate.c       geometry_height=height;
height            686 magick/animate.c     height=(unsigned int) geometry_height;
height            688 magick/animate.c   window_info.width=(unsigned int) height;
height            689 magick/animate.c   window_info.height=(unsigned int) height;
height            693 magick/animate.c     window_info.width,window_info.height);
height            713 magick/animate.c   height=window_info.height;
height            720 magick/animate.c       window_info.y=(window_attributes.height/2)-(window_info.ximage->height/2);
height            722 magick/animate.c       height=window_attributes.height;
height            746 magick/animate.c       FormatString(default_geometry,"%ux%u",width,height);
height            749 magick/animate.c         &window_info.y,(int *) &width,(int *) &height,&gravity);
height            753 magick/animate.c           height=window_attributes.height;
height            761 magick/animate.c     (unsigned int) height,window_info.depth);
height            768 magick/animate.c       ((unsigned int) height > window_info.height))
height            771 magick/animate.c       (unsigned int) height);
height            774 magick/animate.c     window_info.height);
height            830 magick/animate.c       (unsigned int) width,(unsigned int) height,window_info.depth);
height            837 magick/animate.c         ((unsigned int) height > window_info.height))
height            840 magick/animate.c         (unsigned int) height);
height            843 magick/animate.c       window_info.height);
height           1079 magick/animate.c     height,
height           1425 magick/animate.c   height=display_image->rows;
height           1428 magick/animate.c   (void) GetMagickGeometry(geometry,&x,&y,&width,&height);
height           1430 magick/animate.c   windows->image.height=(unsigned int) height;
height           1447 magick/animate.c       windows->backdrop.height=XDisplayHeight(display,visual_info->screen);
height           1480 magick/animate.c         (windows->image.height/2);
height           1740 magick/animate.c     event.xexpose.height=(unsigned int) image_list[scene]->rows;
height           1853 magick/animate.c           windows->image.ximage->height=(unsigned int) image->rows;
height           1859 magick/animate.c           event.xexpose.height=(unsigned int) image->rows;
height           2092 magick/animate.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
height           2122 magick/animate.c                         event.xconfigure.y+event.xconfigure.height/10;
height           2134 magick/animate.c             windows->image.height=event.xconfigure.height;
height           2143 magick/animate.c             windows->icon.height=event.xconfigure.height;
height           2182 magick/animate.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
height           2343 magick/animate.c               display_image,windows->icon.width,windows->icon.height);
height            193 magick/annotate.c     height,
height            227 magick/annotate.c       &geometry.width,&geometry.height);
height            242 magick/annotate.c     height=(unsigned long) (metrics.ascent-metrics.descent);
height            249 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height;
height            250 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height;
height            255 magick/annotate.c         offset.x=geometry.x+geometry.width/2+i*draw_info->affine.ry*height-
height            257 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height-draw_info->affine.rx*
height            264 magick/annotate.c           draw_info->affine.ry*height-draw_info->affine.sx*metrics.width;
height            265 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height-draw_info->affine.rx*
height            271 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height+draw_info->affine.ry*
height            272 magick/annotate.c           (metrics.ascent+metrics.descent-(number_lines-1)*height)/2;
height            273 magick/annotate.c         offset.y=geometry.y+geometry.height/2+i*draw_info->affine.sy*height+
height            275 magick/annotate.c           height)/2;
height            281 magick/annotate.c         offset.x=geometry.x+geometry.width/2+i*draw_info->affine.ry*height-
height            283 magick/annotate.c           (metrics.ascent+metrics.descent-(number_lines-1)*height)/2;
height            284 magick/annotate.c         offset.y=geometry.y+geometry.height/2+i*draw_info->affine.sy*height-
height            286 magick/annotate.c           (metrics.ascent+metrics.descent-(number_lines-1)*height)/2;
height            292 magick/annotate.c           draw_info->affine.ry*height-draw_info->affine.sx*metrics.width+
height            294 magick/annotate.c           height)/2;
height            295 magick/annotate.c         offset.y=geometry.y+geometry.height/2+i*draw_info->affine.sy*height-
height            297 magick/annotate.c           (metrics.ascent+metrics.descent-(number_lines-1)*height)/2;
height            302 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height-draw_info->affine.ry*
height            303 magick/annotate.c           (number_lines-1)*height;
height            304 magick/annotate.c         offset.y=(geometry.height == 0 ? 1 : -1)*geometry.y+geometry.height+i*
height            305 magick/annotate.c           draw_info->affine.sy*height-draw_info->affine.sy*(number_lines-1)*
height            306 magick/annotate.c           height;
height            312 magick/annotate.c           height-draw_info->affine.sx*metrics.width/2-
height            313 magick/annotate.c           draw_info->affine.ry*(number_lines-1)*height;
height            314 magick/annotate.c         offset.y=(geometry.height == 0 ? 1 : -1)*geometry.y+geometry.height+i*
height            315 magick/annotate.c           draw_info->affine.sy*height-draw_info->affine.rx*
height            316 magick/annotate.c           metrics.width/2-draw_info->affine.sy*(number_lines-1)*height;
height            322 magick/annotate.c           draw_info->affine.ry*height-draw_info->affine.sx*metrics.width-
height            323 magick/annotate.c           draw_info->affine.ry*(number_lines-1)*height;
height            324 magick/annotate.c         offset.y=(geometry.height == 0 ? 1 : -1)*geometry.y+geometry.height+i*
height            325 magick/annotate.c           draw_info->affine.sy*height-draw_info->affine.rx*metrics.width-
height            326 magick/annotate.c           draw_info->affine.sy*(number_lines-1)*height;
height            334 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height;
height            335 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height;
height            340 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height-draw_info->affine.sx*
height            342 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height-draw_info->affine.rx*
height            348 magick/annotate.c         offset.x=geometry.x+i*draw_info->affine.ry*height-draw_info->affine.sx*
height            350 magick/annotate.c         offset.y=geometry.y+i*draw_info->affine.sy*height-draw_info->affine.rx*
height            367 magick/annotate.c           metrics.max_advance/2.0,height);
height            397 magick/annotate.c         clone_info->affine.ty-=(draw_info->affine.sy*height+
height           1101 magick/annotate.c   metrics->height=(double) face->size->metrics.height/64.0;
height           1535 magick/annotate.c       crop_info.height=(unsigned long) ceil((resolution.y/72.0)*
height           1539 magick/annotate.c         crop_info.height,crop_info.x,crop_info.y);
height           1548 magick/annotate.c   metrics->height=1.152*metrics->pixels_per_em.x;
height           1672 magick/annotate.c     height,
height           1761 magick/annotate.c   annotate_info.height=font_info->ascent+font_info->descent;
height           1767 magick/annotate.c   metrics->height=metrics->pixels_per_em.x+4;
height           1783 magick/annotate.c   height=annotate_info.height;
height           1791 magick/annotate.c   FormatString(annotate_info.geometry,"%lux%lu+%ld+%ld",width,height,
height           2554 magick/command.c                 &geometry.width,&geometry.height);
height           8889 magick/command.c             if (geometry.height == 0)
height           8890 magick/command.c               geometry.height=(*image)->rows;
height           8968 magick/command.c             frame_info.height=geometry.height;
height           8972 magick/command.c             frame_info.y=(long) frame_info.height;
height           8974 magick/command.c             frame_info.height=(*image)->rows+2*frame_info.height;
height           9039 magick/command.c                 (geometry.height == (*image)->rows))
height           9041 magick/command.c             zoom_image=ZoomImage(*image,geometry.width,geometry.height,
height           9179 magick/command.c               height,
height           9186 magick/command.c             height=3;
height           9188 magick/command.c             (void) sscanf(argv[++i],"%lux%lu%lf",&width,&height,&offset);
height           9191 magick/command.c             threshold_image=AdaptiveThresholdImage(*image,width,height,offset,
height           9496 magick/command.c                 (*image)->page.height=0U;
height           9507 magick/command.c                                    &(*image)->page.width,&(*image)->page.height);
height           9872 magick/command.c                 (geometry.height == (*image)->rows))
height           9874 magick/command.c             resize_image=ResizeImage(*image,geometry.width,geometry.height,
height           9942 magick/command.c                 (geometry.height == (*image)->rows))
height           9944 magick/command.c             sample_image=SampleImage(*image,geometry.width,geometry.height,
height           9974 magick/command.c                 (geometry.height == (*image)->rows))
height           9976 magick/command.c             scale_image=ScaleImage(*image,geometry.width,geometry.height,
height           10192 magick/command.c                 (geometry.height == (*image)->rows))
height           10194 magick/command.c             resize_image=ThumbnailImage(*image,geometry.width,geometry.height,
height           1512 magick/constitute.c   if ((width == 0) || (height == 0))
height           1516 magick/constitute.c   image->rows=height;
height           7926 magick/constitute.c     for (y = 0; y < height; y++)                                        \
height            147 magick/constitute.h   *ConstituteImage(const unsigned long width,const unsigned long height,
height            185 magick/constitute.h     unsigned long width, unsigned long height,StorageType type,
height             90 magick/decorate.c   frame_info.height=image->rows+(border_info->height << 1);
height             92 magick/decorate.c   frame_info.y=(long) border_info->height;
height            150 magick/decorate.c     height,
height            191 magick/decorate.c   height=(long) (frame_info->height-frame_info->y-bevel_width);
height            192 magick/decorate.c   if ((width < (long) image->columns) || (height < (long) image->rows))
height            199 magick/decorate.c     CloneImage(image,frame_info->width,frame_info->height,True,exception);
height            242 magick/decorate.c   height=(long) (frame_info->outer_bevel+(frame_info->y-bevel_width)+
height            244 magick/decorate.c   q=SetImagePixelsEx(frame_image,0,0,frame_image->columns,height,exception);
height            344 magick/decorate.c 				      frame_info->width,frame_info->height,
height            358 magick/decorate.c   height=(long) (frame_info->inner_bevel+frame_info->height-frame_info->y-
height            360 magick/decorate.c   q=SetImagePixelsEx(frame_image,0,(long) (frame_image->rows-height),
height            361 magick/decorate.c                         frame_image->columns,height,exception);
height            383 magick/decorate.c   height=(long) (frame_info->height-frame_info->y-image->rows-bevel_width);
height            384 magick/decorate.c   for (y=0; y < height; y++)
height            477 magick/decorate.c       (image->rows <= (raise_info->height << 1)))
height            508 magick/decorate.c           if (y < (long) raise_info->height)
height            538 magick/decorate.c           else if (y < (long) (image->rows-raise_info->height))
height            536 magick/describe.c   if ((image->tile_info.width*image->tile_info.height) != 0)
height            538 magick/describe.c       image->tile_info.width,image->tile_info.height,image->tile_info.x,
height            573 magick/describe.c   if ((image->page.width != 0) && (image->page.height != 0))
height            575 magick/describe.c       image->page.height,image->page.x,image->page.y);
height            178 magick/display.c     height,
height            508 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height            514 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height            542 magick/display.c       ((font_info->ascent+font_info->descent) >= (int) windows->image.height))
height            560 magick/display.c   annotate_info->height=font_info->ascent+font_info->descent;
height            587 magick/display.c   text_event.xexpose.height=font_info->max_bounds.ascent+
height            648 magick/display.c       text_event.xexpose.width,text_event.xexpose.height,False);
height            838 magick/display.c             annotate_info->y+=annotate_info->height;
height            839 magick/display.c             if (annotate_info->y > (int) windows->image.height)
height            840 magick/display.c               annotate_info->y=annotate_info->height;
height            932 magick/display.c           annotate_info->y+=annotate_info->height;
height            933 magick/display.c           if (annotate_info->y > (int) windows->image.height)
height            934 magick/display.c             annotate_info->y=annotate_info->height;
height            952 magick/display.c   height=(unsigned int) image->rows;
height            956 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           1001 magick/display.c     annotate_info->y=height*(annotate_info->y-font_info->ascent+
height           1002 magick/display.c       windows->image.y)/windows->image.ximage->height;
height           1005 magick/display.c       height*annotate_info->height/windows->image.ximage->height,
height           1196 magick/display.c     height,
height           1368 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           1374 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           1388 magick/display.c   chop_info.height=0;
height           1403 magick/display.c         FormatString(text," %lux%lu%+ld%+ld",chop_info.width,chop_info.height,
height           1458 magick/display.c       if (segment_info.y2 > windows->image.ximage->height)
height           1459 magick/display.c         segment_info.y2=windows->image.ximage->height;
height           1470 magick/display.c         chop_info.height=0;
height           1481 magick/display.c         chop_info.height=segment_info.y2-segment_info.y1+1;
height           1486 magick/display.c             chop_info.height=segment_info.y1-segment_info.y2+1;
height           1503 magick/display.c   windows->image.window_changes.height=
height           1504 magick/display.c     windows->image.ximage->height-(unsigned int) chop_info.height;
height           1506 magick/display.c   height=(unsigned int) (*image)->rows;
height           1510 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           1515 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           1518 magick/display.c   chop_info.height=(unsigned int) (scale_factor*chop_info.height+0.5);
height           1628 magick/display.c     height,
height           1959 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           1965 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           1992 magick/display.c         height=(unsigned int) (*image)->rows;
height           1997 magick/display.c             &width,&height);
height           2001 magick/display.c           height*(windows->image.y+y_offset)/windows->image.ximage->height+y;
height           2223 magick/display.c     height,
height           2312 magick/display.c   composite_info.height=0;
height           2460 magick/display.c         composite_info.height=composite_image->rows;
height           2476 magick/display.c         if ((composite_info.width != 0) && (composite_info.height != 0))
height           2553 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           2559 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           2587 magick/display.c   height=(unsigned int) image->rows;
height           2591 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           2596 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           2599 magick/display.c   composite_info.height=(unsigned int) (scale_factor*composite_info.height+0.5);
height           2601 magick/display.c       (composite_info.height != composite_image->rows))
height           2610 magick/display.c         composite_info.height,&image->exception);
height           2723 magick/display.c     height,
height           2736 magick/display.c   height=windows->image.window_changes.height;
height           2740 magick/display.c       windows->image.ximage->height,width,height);
height           2741 magick/display.c   if ((width*height) == 0)
height           2755 magick/display.c       ((int) height != windows->image.ximage->height))
height           2760 magick/display.c     height*windows->magnify.y/windows->image.ximage->height;
height           2763 magick/display.c     (height*windows->image.y/windows->image.ximage->height);
height           2765 magick/display.c     (unsigned int) width,(unsigned int) height);
height           2775 magick/display.c   (void) GetMagickGeometry(geometry,&x,&y,&width,&height);
height           2777 magick/display.c   window_changes.height=(unsigned int) height;
height           2785 magick/display.c         ((XDisplayHeight(display,windows->image.screen)/2)-(height/2));
height           2802 magick/display.c          (windows->pan.height < MaxIconSize))
height           2805 magick/display.c     windows->pan.height<<=1;
height           2809 magick/display.c       &windows->pan.width,&windows->pan.height);
height           2811 magick/display.c   window_changes.height=windows->pan.height;
height           2820 magick/display.c       size_hints->height=window_changes.height;
height           2822 magick/display.c       size_hints->min_height=size_hints->height;
height           2824 magick/display.c       size_hints->max_height=size_hints->height;
height           2838 magick/display.c   window_changes.height=windows->icon.height;
height           2946 magick/display.c     height,
height           2991 magick/display.c   crop_info.height=0;
height           3143 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           3149 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           3179 magick/display.c     crop_info.height=0;
height           3186 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
height           3193 magick/display.c           FormatString(text," %lux%lu%+ld%+ld",crop_info.width,crop_info.height,
height           3206 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
height           3265 magick/display.c             if (crop_info.y > (int) windows->image.ximage->height)
height           3266 magick/display.c               crop_info.y=windows->image.ximage->height;
height           3268 magick/display.c             crop_info.height=(unsigned int) (y-crop_info.y);
height           3271 magick/display.c               crop_info.height=(unsigned int) (crop_info.y-y);
height           3287 magick/display.c           FormatString(text," %lux%lu%+ld%+ld",crop_info.width,crop_info.height,
height           3294 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
height           3383 magick/display.c               crop_info.y=(long) (crop_info.y+crop_info.height);
height           3389 magick/display.c               (y < (int) (crop_info.y+crop_info.height+RoiDelta)) &&
height           3390 magick/display.c               (y > (int) (crop_info.y+crop_info.height-RoiDelta)))
height           3401 magick/display.c               crop_info.y=(long) (crop_info.y+crop_info.height);
height           3407 magick/display.c               (y < (int) (crop_info.y+crop_info.height+RoiDelta)) &&
height           3408 magick/display.c               (y > (int) (crop_info.y+crop_info.height-RoiDelta)))
height           3431 magick/display.c                 event.xexpose.height=(unsigned int) highlight_info.height;
height           3508 magick/display.c                   (y < (int) (windows->info.y+windows->info.height)))
height           3514 magick/display.c                 (y > (int) (windows->info.y+windows->info.height)))
height           3535 magick/display.c         ((int) crop_info.height != windows->image.ximage->height))
height           3542 magick/display.c         windows->image.window_changes.height=(unsigned int) crop_info.height;
height           3552 magick/display.c   height=(unsigned int) image->rows;
height           3556 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           3561 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           3564 magick/display.c   crop_info.height=(unsigned int) (scale_factor*crop_info.height+0.5);
height           3581 magick/display.c   for (y=0; y < (long) crop_info.height; y++)
height           3702 magick/display.c     height,
height           3979 magick/display.c                 &height,&stipple,&x,&y);
height           4119 magick/display.c                   (y < (int) (windows->info.y+windows->info.height)))
height           4125 magick/display.c                 (y > (int) (windows->info.y+windows->info.height)))
height           4148 magick/display.c     rectangle_info.height=0;
height           4196 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
height           4202 magick/display.c                 rectangle_info.height,rectangle_info.x,rectangle_info.y);
height           4218 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
height           4224 magick/display.c                 rectangle_info.height,rectangle_info.x,rectangle_info.y);
height           4286 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
height           4296 magick/display.c           if ((rectangle_info.width > 3) && (rectangle_info.height > 3))
height           4391 magick/display.c         if (line_info.y2 > (int) windows->image.height)
height           4392 magick/display.c           line_info.y2=windows->image.height;
height           4414 magick/display.c             if (rectangle_info.y > (int) windows->image.height)
height           4415 magick/display.c               rectangle_info.y=(long) windows->image.height;
height           4417 magick/display.c             rectangle_info.height=(unsigned int) (y-rectangle_info.y);
height           4420 magick/display.c               rectangle_info.height=(unsigned int) (rectangle_info.y-y);
height           4448 magick/display.c         rectangle_info.height=y-rectangle_info.y;
height           4463 magick/display.c             rectangle_info.height--;
height           4473 magick/display.c     height=(unsigned int) (*image)->rows;
height           4477 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           4485 magick/display.c     draw_info.y=height*draw_info.y/windows->image.ximage->height;
height           4489 magick/display.c     draw_info.height=(unsigned int) rectangle_info.height+(line_width << 1);
height           4490 magick/display.c     if (draw_info.height > (unsigned int) (*image)->rows)
height           4491 magick/display.c       draw_info.height=(unsigned int) (*image)->rows;
height           4494 magick/display.c       height*draw_info.height/windows->image.ximage->height,
height           4593 magick/display.c   scale_factor=(double) windows->pan.height/windows->image.ximage->height;
height           4595 magick/display.c   highlight_info.height=(unsigned int) (scale_factor*windows->image.height+0.5);
height           4682 magick/display.c       windows->image.window_changes.height=(unsigned int) cache_image->rows;
height           4813 magick/display.c       cache_image->rows=windows->image.ximage->height;
height           4845 magick/display.c       windows->image.window_changes.height=(unsigned int) redo_image->rows;
height           5221 magick/display.c           crop_info.height=windows->image.ximage->height;
height           5224 magick/display.c               if (resource_info->quantum >= (int) crop_info.height)
height           5225 magick/display.c                 resource_info->quantum=(unsigned int) crop_info.height-1;
height           5226 magick/display.c               crop_info.height-=resource_info->quantum;
height           5230 magick/display.c               if (resource_info->quantum >= (int) (crop_info.height-crop_info.y))
height           5232 magick/display.c                   (crop_info.height-crop_info.y-1);
height           5234 magick/display.c               crop_info.height-=resource_info->quantum;
height           5253 magick/display.c           if ((int) (windows->image.y+windows->image.height) >
height           5254 magick/display.c               (int) crop_info.height)
height           5255 magick/display.c             windows->image.y=(int) (crop_info.height-windows->image.height);
height           5258 magick/display.c           windows->image.window_changes.height=(unsigned int) crop_info.height;
height           5350 magick/display.c     height,
height           5361 magick/display.c   windows->image.window_changes.height=windows->image.ximage->height;
height           5541 magick/display.c       windows->image.window_changes.height=windows->image.ximage->height/2;
height           5551 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           5561 magick/display.c       windows->image.window_changes.height=windows->image.ximage->height << 1;
height           5572 magick/display.c         height,
height           5579 magick/display.c       height=windows->image.ximage->height;
height           5582 magick/display.c       FormatString(geometry,"%lux%lu+0+0",width,height);
height           5589 magick/display.c       (void) GetMagickGeometry(geometry,&x,&y,&width,&height);
height           5591 magick/display.c       windows->image.window_changes.height=(unsigned int) height;
height           5602 magick/display.c           ((int) (*image)->rows == windows->image.ximage->height))
height           5613 magick/display.c         windows->image.ximage->height);
height           5637 magick/display.c           (windows->image.height == (unsigned int) (*image)->rows) &&
height           5644 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           5693 magick/display.c           height=(unsigned int) (*image)->rows;
height           5695 magick/display.c             &width,&height);
height           5697 magick/display.c             height,(int) (*image)->columns-(int) width-x,y);
height           5719 magick/display.c           height=(unsigned int) (*image)->rows;
height           5721 magick/display.c             &width,&height);
height           5723 magick/display.c             height,x,(int) (*image)->rows-(int) height-y);
height           5808 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           5838 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           6735 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           6768 magick/display.c       frame_info.height=rectangle.height;
height           6772 magick/display.c       frame_info.y=(long) frame_info.height;
height           6774 magick/display.c       frame_info.height=(*image)->rows+2*frame_info.height;
height           6780 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           7189 magick/display.c             (y < (int) (windows->info.y+windows->info.height)))
height           7194 magick/display.c           (y > (int) (windows->info.y+windows->info.height)))
height           7244 magick/display.c      if (y >= (int) windows->image.height)
height           7245 magick/display.c        y=windows->image.height-1;
height           7310 magick/display.c       windows->magnify.y=windows->image.height/2;
height           7337 magick/display.c       if (windows->magnify.y < (int) (windows->image.ximage->height-1))
height           7426 magick/display.c     windows->pan.width,windows->pan.height);
height           7528 magick/display.c     height,
height           7848 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           7854 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           7881 magick/display.c         height=(unsigned int) (*image)->rows;
height           7886 magick/display.c             &width,&height);
height           7890 magick/display.c           height*(windows->image.y+y_offset)/windows->image.ximage->height+y;
height           8243 magick/display.c       (windows->image.ximage->height > (int) windows->image.height))
height           8249 magick/display.c       if (windows->image.ximage->height > (int) windows->image.height)
height           8258 magick/display.c   y_factor=(double) windows->image.ximage->height/windows->pan.height;
height           8263 magick/display.c   pan_info.height=
height           8264 magick/display.c     windows->pan.height*windows->image.height/windows->image.ximage->height;
height           8315 magick/display.c         if (pan_info.y < (long) (pan_info.height/2))
height           8318 magick/display.c           pan_info.y=(long) (y_factor*(pan_info.y-(pan_info.height/2)));
height           8322 magick/display.c           if ((int) (pan_info.y+windows->image.height) >
height           8323 magick/display.c               windows->image.ximage->height)
height           8325 magick/display.c               (windows->image.ximage->height-windows->image.height);
height           8335 magick/display.c               windows->image.height,windows->image.x,windows->image.y);
height           8440 magick/display.c     height,
height           8474 magick/display.c   paste_info.height=0;
height           8581 magick/display.c         height=(unsigned int) image->rows;
height           8586 magick/display.c             &width,&height);
height           8589 magick/display.c         scale_factor=(double) windows->image.ximage->height/height;
height           8590 magick/display.c         paste_info.height=(unsigned int) (scale_factor*paste_image->rows+0.5);
height           8606 magick/display.c         if ((paste_info.width != 0) && (paste_info.height != 0))
height           8683 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           8689 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           8717 magick/display.c   height=(unsigned int) image->rows;
height           8721 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           8726 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           8729 magick/display.c   paste_info.height=(unsigned int) (scale_factor*paste_info.height+0.5);
height           8817 magick/display.c     windows->image.ximage->height);
height           9116 magick/display.c     height,
height           9143 magick/display.c   roi_info.height=0;
height           9260 magick/display.c                 (y < (int) (windows->info.y+windows->info.height)))
height           9266 magick/display.c               (y > (int) (windows->info.y+windows->info.height)))
height           9296 magick/display.c     roi_info.height=0;
height           9303 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
height           9310 magick/display.c           FormatString(text," %lux%lu%+ld%+ld",roi_info.width,roi_info.height,
height           9323 magick/display.c       if ((highlight_info.width > 3) && (highlight_info.height > 3))
height           9381 magick/display.c             if (roi_info.y > (int) windows->image.ximage->height)
height           9382 magick/display.c               roi_info.y=windows->image.ximage->height;
height           9384 magick/display.c             roi_info.height=(unsigned int) (y-roi_info.y);
height           9387 magick/display.c               roi_info.height=(unsigned int) (roi_info.y-y);
height           9404 magick/display.c           FormatString(text," %lux%lu%+ld%+ld",roi_info.width,roi_info.height,
height           9411 magick/display.c       if ((highlight_info.width <= 3) || (highlight_info.height <= 3))
height           9437 magick/display.c               height=(unsigned int) (*image)->rows;
height           9442 magick/display.c                   &width,&height);
height           9447 magick/display.c               scale_factor=(double) height/windows->image.ximage->height;
height           9450 magick/display.c               crop_info.height=(unsigned int)
height           9451 magick/display.c                 (scale_factor*crop_info.height+0.5);
height           9560 magick/display.c               roi_info.y=(long) (roi_info.y+roi_info.height);
height           9566 magick/display.c               (y < (int) (roi_info.y+roi_info.height+RoiDelta)) &&
height           9567 magick/display.c               (y > (int) (roi_info.y+roi_info.height-RoiDelta)))
height           9578 magick/display.c               roi_info.y=(long) (roi_info.y+roi_info.height);
height           9584 magick/display.c               (y < (int) (roi_info.y+roi_info.height+RoiDelta)) &&
height           9585 magick/display.c               (y > (int) (roi_info.y+roi_info.height-RoiDelta)))
height           9608 magick/display.c                 event.xexpose.height=(unsigned int) highlight_info.height;
height           9677 magick/display.c                   (y < (int) (windows->info.y+windows->info.height)))
height           9683 magick/display.c                 (y > (int) (windows->info.y+windows->info.height)))
height           9797 magick/display.c     height,
height           10098 magick/display.c           if (rotate_info.y2 > (int) windows->image.height)
height           10099 magick/display.c             rotate_info.y2=windows->image.height;
height           10150 magick/display.c       height=(unsigned int) (*image)->rows;
height           10151 magick/display.c       (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           10163 magick/display.c             height,width,(int) (*image)->columns-(int) height-y,x);
height           10172 magick/display.c             width,height,(int) width-x,(int) height-y);
height           10181 magick/display.c             height,width,y,(int) (*image)->rows-(int) width-x);
height           10194 magick/display.c       windows->image.window_changes.height=(unsigned int) (*image)->rows;
height           10201 magick/display.c             &width,&height);
height           10203 magick/display.c           windows->image.window_changes.height=height;
height           10210 magick/display.c         windows->image.window_changes.width=windows->image.ximage->height;
height           10211 magick/display.c         windows->image.window_changes.height=windows->image.ximage->width;
height           10348 magick/display.c     windows->image.ximage->height);
height           10467 magick/display.c              if (y >= (int) windows->image.height)
height           10468 magick/display.c                y=windows->image.height-1;
height           10510 magick/display.c           windows->magnify.height=event->xconfigure.height;
height           10516 magick/display.c           while ((int) magnify <= event->xconfigure.height)
height           10520 magick/display.c               ((int) magnify != event->xconfigure.height))
height           10526 magick/display.c               window_changes.height=magnify;
height           10610 magick/display.c              if (y >= (int) windows->image.height)
height           10611 magick/display.c                y=windows->image.height-1;
height           10684 magick/display.c     height,
height           10692 magick/display.c       FormatString(text," %lux%lu%+ld%+ld",crop_info->width,crop_info->height,
height           10702 magick/display.c   height=(unsigned int) image->rows;
height           10704 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           10716 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           10719 magick/display.c   height=(unsigned int) (scale_factor*crop_info->height+0.5);
height           10720 magick/display.c   if (height == 0)
height           10721 magick/display.c     height=1;
height           10722 magick/display.c   FormatString(windows->image.crop_geometry,"%ux%u%+d%+d",width,height,x,y);
height           10813 magick/display.c     height,
height           10822 magick/display.c   height=(unsigned int) image->rows;
height           10824 magick/display.c     (void) XParseGeometry(windows->image.crop_geometry,&x,&y,&width,&height);
height           10828 magick/display.c   scale_factor=(double) height/windows->image.ximage->height;
height           10835 magick/display.c   height=(unsigned int) image->rows;
height           10838 magick/display.c   (void) XParseGeometry(image->montage,&x,&y,&width,&height);
height           10839 magick/display.c   tile=((event->xbutton.y-y)/height)*(((int) image->columns-x)/width)+
height           10977 magick/display.c         y_offset=height*(tile/(((int) image->columns-x)/width))+y;
height           10979 magick/display.c         for (i=0; i < (int) height; i++)
height           10992 magick/display.c       windows->image.window_changes.height=(unsigned int) image->rows;
height           11058 magick/display.c   y_offset=windows->image.height;
height           11067 magick/display.c       windows->image.y=windows->image.height/2;
height           11111 magick/display.c     if ((int) (windows->image.y+windows->image.height) >
height           11112 magick/display.c         windows->image.ximage->height)
height           11113 magick/display.c       windows->image.y=windows->image.ximage->height-windows->image.height;
height           11118 magick/display.c     windows->image.height,windows->image.x,windows->image.y);
height           11187 magick/display.c     for (y=0; y < windows->image.ximage->height; y++)
height           11193 magick/display.c     if (y < windows->image.ximage->height)
height           11208 magick/display.c     for (y=0; y < windows->image.ximage->height; y++)
height           11214 magick/display.c     if (y < windows->image.ximage->height)
height           11222 magick/display.c   trim_info.height=windows->image.ximage->height;
height           11223 magick/display.c   for (y=0; y < windows->image.ximage->height; y++)
height           11238 magick/display.c   background=XGetPixel(windows->image.ximage,0,windows->image.ximage->height-1);
height           11239 magick/display.c   for (y=windows->image.ximage->height-1; y > 0; y--)
height           11250 magick/display.c   trim_info.height=y-trim_info.y+1;
height           11252 magick/display.c       ((unsigned int) trim_info.height != windows->image.height))
height           11259 magick/display.c       windows->image.window_changes.height=(unsigned int) trim_info.height;
height           11409 magick/display.c           &geometry.width,&geometry.height);
height           11411 magick/display.c           geometry.height,&exception);
height           11522 magick/display.c     height,
height           11566 magick/display.c   window_attributes.height=XDisplayHeight(display,XDefaultScreen(display));
height           11629 magick/display.c   window_info.height=(unsigned int) image->rows;
height           11631 magick/display.c     window_attributes.height);
height           11633 magick/display.c   height=window_info.height;
height           11639 magick/display.c       geometry_height=height;
height           11643 magick/display.c     height=(unsigned int) geometry_height;
height           11646 magick/display.c   window_info.height=(unsigned int) height;
height           11650 magick/display.c     window_info.height);
height           11668 magick/display.c   height=window_info.height;
height           11676 magick/display.c       window_info.y=(window_attributes.height/2)-
height           11677 magick/display.c         (window_info.ximage->height/2);
height           11679 magick/display.c       height=window_attributes.height;
height           11701 magick/display.c       FormatString(default_geometry,"%ux%u",width,height);
height           11704 magick/display.c         &window_info.y,(int *) &width,(int *) &height,&gravity);
height           11708 magick/display.c           height=window_attributes.height;
height           11716 magick/display.c     (unsigned int) height,window_info.depth);
height           11723 magick/display.c       ((unsigned int) height > window_info.height))
height           11726 magick/display.c       (unsigned int) height);
height           11729 magick/display.c     (unsigned int) window_info.width,(unsigned int) window_info.height);
height           12186 magick/display.c     height,
height           12469 magick/display.c   height=display_image->rows;
height           12472 magick/display.c   (void) GetMagickGeometry(geometry,&x,&y,&width,&height);
height           12474 magick/display.c   windows->image.height=(unsigned int) height;
height           12491 magick/display.c       windows->backdrop.height=XDisplayHeight(display,visual_info->screen);
height           12524 magick/display.c         (windows->image.height/2);
height           12695 magick/display.c   windows->magnify.height=MagnifySize;
height           12724 magick/display.c   windows->pan.height=windows->icon.height;
height           12729 magick/display.c     &windows->pan.width,&windows->pan.height);
height           12783 magick/display.c     windows->magnify.width,windows->magnify.height);
height           12794 magick/display.c         ((int) windows->image.height < windows->image.ximage->height))
height           13221 magick/display.c             windows->image.window_changes.height=windows->image.ximage->height;
height           13232 magick/display.c             event.xconfigure.width,event.xconfigure.height,event.xconfigure.x,
height           13265 magick/display.c                         event.xconfigure.y+event.xconfigure.height/10;
height           13290 magick/display.c                         event.xconfigure.y+windows->magnify.height+50;
height           13299 magick/display.c                 (event.xconfigure.height == (long) windows->image.height))
height           13302 magick/display.c             windows->image.height=event.xconfigure.height;
height           13316 magick/display.c                 windows->image.window_changes.height=event.xconfigure.height;
height           13321 magick/display.c                 (event.xconfigure.height < windows->image.ximage->height))
height           13341 magick/display.c             windows->magnify.height=event.xconfigure.height;
height           13347 magick/display.c             while ((int) magnify <= event.xconfigure.height)
height           13351 magick/display.c                 ((int) magnify != event.xconfigure.height))
height           13354 magick/display.c                 window_changes.height=magnify;
height           13363 magick/display.c                   display_image,windows->magnify.width,windows->magnify.height);
height           13380 magick/display.c             windows->pan.height=event.xconfigure.height;
height           13389 magick/display.c             windows->icon.height=event.xconfigure.height;
height           13428 magick/display.c             event.xexpose.width,event.xexpose.height,event.xexpose.x,
height           13551 magick/display.c                 ((int) windows->image.height < windows->image.ximage->height))
height           13587 magick/display.c               display_image,windows->icon.width,windows->icon.height);
height            179 magick/draw.c       const double x, const double y, const double width, const double height,
height            261 magick/draw.c       const double x, const double y, const double width, const double height);
height            700 magick/draw.c    context->pattern_bounds.height = 0;
height           1285 magick/draw.c    context->pattern_bounds.height = 0;
height           2360 magick/draw.c    assert(height != 0);
height           2406 magick/draw.c                  mode, x, y, width, height, media_type);
height           3942 magick/draw.c                 context->pattern_bounds.width,context->pattern_bounds.height,
height           3952 magick/draw.c    context->pattern_bounds.height = 0;
height           4132 magick/draw.c              pattern_id, x, y, width, height);
height           4140 magick/draw.c    context->pattern_bounds.height = (unsigned long) floor(height+0.5);
height            123 magick/draw.h                  const double width, const double height,
height            197 magick/draw.h                    const double width, const double height),
height            117 magick/effect.c   if ((image->columns < width) || (image->rows < height))
height            161 magick/effect.c         p=AcquireImagePixels(image,-(long) width/2,y-height/2,
height            162 magick/effect.c                              image->columns+width,height,exception);
height            183 magick/effect.c                 for (v=0; v < (long) height; v++)
height            196 magick/effect.c                 pixel.red=pixel.red/(width*height)+offset;
height            197 magick/effect.c                 pixel.green=pixel.green/(width*height)+offset;
height            198 magick/effect.c                 pixel.blue=pixel.blue/(width*height)+offset;
height            200 magick/effect.c                   pixel.opacity=pixel.opacity/(width*height)+offset;
height            318 magick/image.c       allocate_image->tile_info.height=allocate_image->rows;
height            327 magick/image.c 			   &allocate_image->tile_info.height);
height            331 magick/image.c 	  allocate_image->rows=allocate_image->tile_info.height;
height            356 magick/image.c         &allocate_image->page.height);
height            543 magick/image.c     height,
height            558 magick/image.c   height=image->rows;
height            565 magick/image.c         height+=next->rows;
height            569 magick/image.c     if (next->rows > height)
height            570 magick/image.c       height=next->rows;
height            575 magick/image.c   append_image=CloneImage(image,width,height,True,exception);
height            971 magick/image.c   clone_image->page.height=rows;
height           1448 magick/image.c   region_info->height=image->rows;
height           1455 magick/image.c     &region_info->width,&region_info->height);
height           1473 magick/image.c       region_info->y+=(long) (image->rows/2-region_info->height/2);
height           1481 magick/image.c       region_info->y+=(long) (image->rows/2-region_info->height/2);
height           1487 magick/image.c       region_info->y+=(long) (image->rows/2-region_info->height/2);
height           1492 magick/image.c       region_info->y=(long) (image->rows-region_info->height-region_info->y);
height           1498 magick/image.c       region_info->y=(long) (image->rows-region_info->height-region_info->y);
height           1504 magick/image.c       region_info->y=(long) (image->rows-region_info->height-region_info->y);
height           1601 magick/image.c     height,
height           1606 magick/image.c   flags=GetGeometry((char *) geometry,&x,&y,&width,&height);
height            553 magick/image.h     height;
height            625 magick/image.h     height;
height            326 magick/montage.c     height,
height            361 magick/montage.c       &geometry.width,&geometry.height);
height            369 magick/montage.c         (geometry.width>image->columns) || (geometry.height>image->rows))
height            370 magick/montage.c       thumbnail=ZoomImage(image,geometry.width,geometry.height,exception);
height            372 magick/montage.c       thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
height            431 magick/montage.c         &tile_info.width,&tile_info.height);
height            444 magick/montage.c       frame_info.height=tile_info.height;
height            447 magick/montage.c         &frame_info.inner_bevel,&frame_info.width,&frame_info.height);
height            449 magick/montage.c         frame_info.height=frame_info.width;
height            455 magick/montage.c       frame_info.y=(long) frame_info.height;
height            457 magick/montage.c       border_width=Max(frame_info.width,frame_info.height);
height            463 magick/montage.c     if (image_list[i]->rows > tile_info.height)
height            464 magick/montage.c       tile_info.height=image_list[i]->rows;
height            524 magick/montage.c     bounds.height=0;
height            536 magick/montage.c           height=concatenate ? max_height : tile_info.height;
height            537 magick/montage.c           y_offset+=(unsigned long) (height+(tile_info.y+border_width)*2+
height            540 magick/montage.c           if (y_offset > (long) bounds.height)
height            541 magick/montage.c             bounds.height=y_offset;
height            550 magick/montage.c     montage->rows=bounds.height;
height            568 magick/montage.c       (long) (tile_info.height+(tile_info.y+border_width)*2+(metrics.ascent-
height            613 magick/montage.c       height=concatenate ? max_height : tile_info.height;
height            626 magick/montage.c           border_info.height=border_width;
height            630 magick/montage.c               border_info.height=(height-image->rows+1)/2;
height            643 magick/montage.c       tile_image->rows=height;
height            664 magick/montage.c           tile_info.height=height+2*frame_info.height;
height            667 magick/montage.c             tile_info.height+=(unsigned long) ((metrics.ascent-metrics.descent+
height            736 magick/montage.c                 (montage_info->frame ? y_offset+height+border_width+2 :
height            737 magick/montage.c                 y_offset+tile_info.height+border_width+(montage_info->shadow ?
height            748 magick/montage.c           y_offset+=(unsigned long) (height+(tile_info.y+border_width)*2+
height            119 magick/nt_feature.c       ((geometry->y+(long) geometry->height) < 0) ||
height            127 magick/nt_feature.c   if ((page.y+(long) page.height) > (long) image->rows)
height            128 magick/nt_feature.c     page.height=image->rows-page.y;
height            136 magick/nt_feature.c       page.height+=page.y;
height            140 magick/nt_feature.c   if ((page.width == 0) || (page.height == 0))
height            148 magick/nt_feature.c   bitmap.bmHeight       = page.height;
height            155 magick/nt_feature.c                page.width*page.height*bitmap.bmBitsPixel);
height            172 magick/nt_feature.c   for (y=0; y < (long) page.height; y++)
height            200 magick/nt_feature.c     if (QuantumTick(y,page.height))
height            201 magick/nt_feature.c       if (!MagickMonitorFormatted(y,page.height-1,exception,CropImageText,
height            205 magick/nt_feature.c   if (y < (long) page.height)
height            813 magick/pixel_cache.c   region.height=rows;
height            818 magick/pixel_cache.c   length=(region.height-1)*cache_info->columns+region.width-1;
height           1330 magick/pixel_cache.c                   nexus_info->region.width,nexus_info->region.height,
height           1334 magick/pixel_cache.c                       nexus_info->region.width,nexus_info->region.height,mask_nexus,
height           1337 magick/pixel_cache.c     for (y=0; y < (long) nexus_info->region.height; y++)
height           1970 magick/pixel_cache.c   return((magick_off_t) nexus_info->region.width*nexus_info->region.height);
height           3443 magick/pixel_cache.c   rows=nexus_info->region.height;
height           3508 magick/pixel_cache.c                                 nexus_info->region.width,nexus_info->region.height,
height           3586 magick/pixel_cache.c   rows=nexus_info->region.height;  
height           3650 magick/pixel_cache.c                                 nexus_info->region.width,nexus_info->region.height,
height           3775 magick/pixel_cache.c   region.height=rows;
height           4051 magick/pixel_cache.c       length=(nexus_info->region.height-1)*cache_info->columns+nexus_info->region.width-1;
height           4055 magick/pixel_cache.c              (nexus_info->region.height == 1)) ||
height           4073 magick/pixel_cache.c     Max(nexus_info->region.width*nexus_info->region.height,cache_info->columns);
height           4104 magick/pixel_cache.c 			    nexus_info->region.height,
height           4375 magick/pixel_cache.c   rows=nexus_info->region.height;  
height           4467 magick/pixel_cache.c                                 nexus_info->region.width,nexus_info->region.height,
height           4540 magick/pixel_cache.c   rows=nexus_info->region.height;  
height           4629 magick/pixel_cache.c                                 nexus_info->region.width,nexus_info->region.height,
height           2295 magick/render.c                 bounds.height=(unsigned long) floor(MagickAtoF(token)+0.5);
height           2312 magick/render.c                   bounds.height,bounds.x,bounds.y);
height            322 magick/render.h     height,
height            214 magick/shear.c   extent[0].y=(-height/2.0);
height            216 magick/shear.c   extent[1].y=(-height/2.0);
height            218 magick/shear.c   extent[2].y=height/2.0;
height            220 magick/shear.c   extent[3].y=height/2.0;
height            244 magick/shear.c   geometry.height=(unsigned long) floor(max.y-min.y+0.5);
height            372 magick/shear.c 	    height;
height            374 magick/shear.c 	  if (GetMagickDimension(value,&width,&height,NULL,NULL) == 2)
height            376 magick/shear.c 	      tile_height_max=(unsigned long) height;
height            562 magick/shear.c         Swap(page.width,page.height);
height            644 magick/shear.c         page.y=(long) (page.height-rotate_image->rows-page.y);
height            814 magick/shear.c         Swap(page.width,page.height);
height            816 magick/shear.c         page.y=(long) (page.height-rotate_image->rows-page.y);
height            888 magick/shear.c   for (y=0; y < (long) height; y++)
height            920 magick/shear.c       displacement=degrees*(y-height/2.0);
height            988 magick/shear.c             if (QuantumTick(row_count,height))
height            989 magick/shear.c               if (!MagickMonitorFormatted(row_count,height,exception,
height            991 magick/shear.c 					  degrees,width,height,
height           1077 magick/shear.c         if (QuantumTick(row_count,height))
height           1078 magick/shear.c           if (!MagickMonitorFormatted(row_count,height,exception,
height           1080 magick/shear.c 					  degrees,width,height,
height           1221 magick/shear.c                 (void) memcpy(q,p,height*sizeof(PixelPacket));
height           1222 magick/shear.c                 q+=height;
height           1238 magick/shear.c                 p+=y_offset+height;
height           1240 magick/shear.c                 for (i=0; i < (long) height; i++)
height           1258 magick/shear.c 					  degrees,width,height,
height           1290 magick/shear.c             for (i=0; i < (long) height; i++)
height           1319 magick/shear.c             p+=y_offset+height;
height           1321 magick/shear.c             for (i=0; i < (long) height; i++)
height           1325 magick/shear.c                 if ((y_offset+height+step-i) >= image->rows)
height           1348 magick/shear.c 				      degrees,width,height,
height           1427 magick/shear.c     height,
height           1460 magick/shear.c   height=image->rows;
height           1464 magick/shear.c       height=image->columns;
height           1466 magick/shear.c   x_offset=(long) ceil(fabs(2.0*height*shear.y)-0.5);
height           1467 magick/shear.c   y_width=(unsigned long) floor(fabs(height*shear.x)+width+0.5);
height           1474 magick/shear.c   border_info.height=y_offset;
height           1487 magick/shear.c   if (XShearImage(rotate_image,shear.x,width,height,x_offset,
height           1488 magick/shear.c 		  (long) (rotate_image->rows-height)/2,exception) != MagickPass)
height           1491 magick/shear.c   if (YShearImage(rotate_image,shear.y,y_width,height,
height           1501 magick/shear.c   if (CropToFitImage(&rotate_image,shear.x,shear.y,width,height,True,exception)
height           1506 magick/shear.c   rotate_image->page.height=0;
height           1611 magick/shear.c   border_info.height=y_offset;
height           1638 magick/shear.c   shear_image->page.height=0;
height            109 magick/transform.c       ((chop_info->y+(long) chop_info->height) < 0) ||
height            117 magick/transform.c   if ((clone_info.y+(long) clone_info.height) > (long) image->rows)
height            118 magick/transform.c     clone_info.height=(unsigned long) ((long) image->rows-clone_info.y);
height            126 magick/transform.c       clone_info.height-=(unsigned long) (-clone_info.y);
height            133 magick/transform.c                         image->rows-clone_info.height,False,exception);
height            211 magick/transform.c   for (y=0; y < (long) (image->rows-(clone_info.y+clone_info.height)); y++)
height            235 magick/transform.c       p=AcquireImagePixels(image,0,clone_info.y+clone_info.height+y,image->columns,1,exception);
height            442 magick/transform.c   if ((geometry->width != 0) || (geometry->height != 0))
height            445 magick/transform.c           ((geometry->y+(long) geometry->height) < 0) ||
height            452 magick/transform.c   if ((page.width != 0) || (page.height != 0))
height            456 magick/transform.c       if ((page.y+(long) page.height) > (long) image->rows)
height            457 magick/transform.c         page.height=image->rows-page.y;
height            465 magick/transform.c           page.height+=page.y;
height            476 magick/transform.c       page.height+=geometry->y*2;
height            484 magick/transform.c           (((long) page.height+page.y) > (long) image->rows))
height            488 magick/transform.c   if ((page.width == 0) || (page.height == 0))
height            491 magick/transform.c   if ((page.width == image->columns) && (page.height == image->rows) &&
height            497 magick/transform.c   crop_image=CloneImage(image,page.width,page.height,True,exception);
height            504 magick/transform.c   if ((geometry->width == 0) || (geometry->height == 0))
height            726 magick/transform.c     bounds[i].height=y-bounds[i].y+1;
height            815 magick/transform.c   if ((extent_image=CloneImage(image,geometry->width,geometry->height,
height           1212 magick/transform.c   page.height=image->rows;
height           1223 magick/transform.c     if ((next->rows+page.y) > page.height)
height           1224 magick/transform.c       page.height=next->rows+page.y;
height           1225 magick/transform.c     if (next->page.height > page.height)
height           1226 magick/transform.c       page.height=next->page.height;
height           1235 magick/transform.c   mosaic_image->rows=page.height;
height           1382 magick/transform.c       ((2*shave_info->height) >= image->rows))
height           1387 magick/transform.c   geometry.height-=2*shave_info->height;
height           1389 magick/transform.c   geometry.y=(long) shave_info->height;
height           1453 magick/transform.c       if ((geometry.width == 0) || (geometry.height == 0) ||
height           1461 magick/transform.c             (transform_image->rows > geometry.height))
height           1471 magick/transform.c               height,
height           1478 magick/transform.c             height=geometry.height;
height           1480 magick/transform.c             for (y=0; y < (long) transform_image->rows; y+=height)
height           1485 magick/transform.c 		    geometry.height=height;
height           1525 magick/transform.c 			  &geometry.width,&geometry.height);
height           1527 magick/transform.c       (transform_image->rows == geometry.height))
height           1533 magick/transform.c   resize_image=ZoomImage(transform_image,geometry.width,geometry.height,
height           1575 magick/utility.c   assert(height != (unsigned long *) NULL);
height           1664 magick/utility.c   bounds.height=0;
height           1695 magick/utility.c               bounds.height=bounds.width;
height           1710 magick/utility.c           bounds.height=(unsigned long) floor(double_val+0.5);
height           1775 magick/utility.c     *height=bounds.height;
height           1862 magick/utility.c   parsed = MagickStrToD(start,&end,height);
height           1975 magick/utility.c   assert(height != (unsigned long *) NULL);
height           1982 magick/utility.c   former_height=(*height);
height           1983 magick/utility.c   flags=GetGeometry(geometry,x,y,width,height);
height           1994 magick/utility.c       y_scale=(*height);
height           1999 magick/utility.c       *height=(unsigned long) floor((y_scale*former_height/100.0)+0.5);
height           2001 magick/utility.c       former_height=(*height);
height           2016 magick/utility.c       target_height=(*height);
height           2026 magick/utility.c       *height=(unsigned long) floor(former_height*scale_factor+0.25);
height           2028 magick/utility.c       former_height=(*height);
height           2031 magick/utility.c       ((*width != former_width) || (*height != former_height)))
height           2051 magick/utility.c 	    scale_height=(double) *height/former_height;
height           2073 magick/utility.c     *height=(unsigned long) floor(scale_factor*former_height+0.5);
height           2079 magick/utility.c       if (former_height < *height)
height           2080 magick/utility.c         *height=former_height;
height           2086 magick/utility.c       if (former_height > *height)
height           2087 magick/utility.c         *height=former_height;
height           2219 magick/utility.c           &geometry.height);
height           3014 magick/utility.c     height,
height           3019 magick/utility.c   flags=GetGeometry(geometry,&x,&y,&width,&height);
height           4425 magick/utility.c   geometry->height=image->rows;
height             98 magick/utility.h   GetMagickDimension(const char *str,double *width,double *height,double *xoff,double *yoff),
height            100 magick/utility.h     unsigned long *height),
height             52 magick/widget.c    (position.y < (long) (matte_info.y+matte_info.height+matte_info.bevel_width)))
height             58 magick/widget.c    (position.y < (long) (matte_info.y+matte_info.height+matte_info.bevel_width)))
height             65 magick/widget.c    (position.y < (long) window_info.height))
height            153 magick/widget.c   y1=bevel_info->y+bevel_info->height;
height            246 magick/widget.c     button_info->x,button_info->y,button_info->width,button_info->height);
height            254 magick/widget.c       button_info->height+(button_info->bevel_width << 1)+1);
height            261 magick/widget.c   crop_info.height=button_info->height;
height            272 magick/widget.c   y=button_info->y+((button_info->height-
height            375 magick/widget.c       matte_info->width,matte_info->height);
height            381 magick/widget.c         matte_info->x,matte_info->y,matte_info->width,matte_info->height);
height            431 magick/widget.c     height,
height            445 magick/widget.c     text_info->x,text_info->y,text_info->width,text_info->height);
height            451 magick/widget.c   y=text_info->y+font_info->ascent+(text_info->height >> 2);
height            453 magick/widget.c   height=font_info->ascent+font_info->descent;
height            460 magick/widget.c         x,y+3,x,y-height+3);
height            467 magick/widget.c   crop_info.height=text_info->height;
height            509 magick/widget.c         window_info->annotate_context,x,y-font_info->ascent,width,height);
height            521 magick/widget.c     x,y-height+3);
height            581 magick/widget.c   y2=triangle_info->y+(triangle_info->height >> 1);
height            583 magick/widget.c   y3=triangle_info->y+triangle_info->height;
height            645 magick/widget.c   y1=triangle_info->y+((triangle_info->height-
height            703 magick/widget.c   y1=triangle_info->y+triangle_info->height;
height            707 magick/widget.c   y3=triangle_info->y+triangle_info->height;
height            816 magick/widget.c   y2=triangle_info->y+triangle_info->height;
height            915 magick/widget.c     height,
height            930 magick/widget.c       text_info->width,text_info->height,False);
height            934 magick/widget.c         text_info->y,text_info->width,text_info->height);
height            946 magick/widget.c   crop_info.height=text_info->height;
height            959 magick/widget.c   height=font_info->ascent+font_info->descent;
height            960 magick/widget.c   y=text_info->y+((text_info->height-height) >> 1)+font_info->ascent;
height            967 magick/widget.c       text_info->x,text_info->y,text_info->x,text_info->y+text_info->height-1);
height           1134 magick/widget.c   widget_info->height=1;
height           1191 magick/widget.c     window_info->width-(x << 1),window_info->height-(y << 1));
height           1193 magick/widget.c     x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1);
height           1196 magick/widget.c     x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1));
height           1541 magick/widget.c     height,
height           1647 magick/widget.c   height=font_info->ascent+font_info->descent;
height           1655 magick/widget.c   windows->widget.height=((81*height) >> 2)+((13*QuantumMargin) >> 1)+4;
height           1656 magick/widget.c   windows->widget.min_height=((23*height) >> 1)+((13*QuantumMargin) >> 1)+4;
height           1657 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           1658 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           1672 magick/widget.c   window_changes.height=windows->widget.height;
height           1700 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           1702 magick/widget.c         cancel_info.y=windows->widget.height-cancel_info.height-QuantumMargin;
height           1705 magick/widget.c         action_info.height=(3*height) >> 1;
height           1711 magick/widget.c         grab_info.height=(3*height) >> 1;
height           1713 magick/widget.c         grab_info.y=((5*QuantumMargin) >> 1)+height;
height           1716 magick/widget.c         reset_info.height=(3*height) >> 1;
height           1718 magick/widget.c         reset_info.y=grab_info.y+grab_info.height+QuantumMargin;
height           1726 magick/widget.c         reply_info.height=height << 1;
height           1728 magick/widget.c         reply_info.y=action_info.y-reply_info.height-QuantumMargin;
height           1736 magick/widget.c         mode_info.height=action_info.height;
height           1744 magick/widget.c         scroll_info.width=height;
height           1745 magick/widget.c         scroll_info.height=reply_info.y-grab_info.y-(QuantumMargin >> 1);
height           1753 magick/widget.c         north_info.height=north_info.width-1;
height           1757 magick/widget.c         south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
height           1758 magick/widget.c           south_info.height;
height           1763 magick/widget.c         slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
height           1765 magick/widget.c         slider_info.height=
height           1766 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+2;
height           1768 magick/widget.c           (scroll_info.height-(height >> 3)-3)/((9*height) >> 3);
height           1770 magick/widget.c           slider_info.height=(visible_colors*slider_info.height)/colors;
height           1784 magick/widget.c         list_info.height=scroll_info.height;
height           1796 magick/widget.c         text_info.height=height;
height           1805 magick/widget.c         selection_info.height=(9*height) >> 3;
height           1815 magick/widget.c         y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
height           1829 magick/widget.c         y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
height           1885 magick/widget.c         slider_info.height=
height           1886 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
height           1888 magick/widget.c           slider_info.height=(visible_colors*slider_info.height)/colors;
height           1950 magick/widget.c             selection_info.y=list_info.y+(height >> 3)+2;
height           1958 magick/widget.c               selection_info.y+=(int) selection_info.height;
height           1965 magick/widget.c                 expose_info.height=slider_info.y-expose_info.y;
height           1966 magick/widget.c                 expose_info.y=slider_info.y-expose_info.height-
height           1971 magick/widget.c                 expose_info.height=expose_info.y-slider_info.y;
height           1972 magick/widget.c                 expose_info.y=slider_info.y+slider_info.height+
height           2094 magick/widget.c             id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
height           2095 magick/widget.c               selection_info.height;
height           2325 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           2329 magick/widget.c         windows->widget.height=
height           2330 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           2503 magick/widget.c               ((slider_info.height+slider_info.bevel_width) >> 1)+1;
height           2793 magick/widget.c     height;
height           2804 magick/widget.c   height=font_info->ascent+font_info->descent;
height           2834 magick/widget.c       windows->command.height=
height           2835 magick/widget.c         number_selections*(((3*height) >> 1)+10)+tile_height+20;
height           2837 magick/widget.c       windows->command.min_height=windows->command.height;
height           2856 magick/widget.c           window_changes.height=windows->command.height;
height           2896 magick/widget.c             submenu_info.y+(submenu_info.height >> 1)-(toggle_info.height >> 1);
height           2947 magick/widget.c             (event->xconfigure.height == (int) windows->command.height))
height           2951 magick/widget.c         windows->command.height=
height           2952 magick/widget.c           Max(event->xconfigure.height,(int) windows->command.min_height);
height           2993 magick/widget.c             toggle_info.y=submenu_info.y+(submenu_info.height >> 1)-
height           2994 magick/widget.c               (toggle_info.height >> 1);
height           3033 magick/widget.c         selection_info[i].height=(3*height) >> 1;
height           3038 magick/widget.c         y+=selection_info[i].height+(selection_info[i].bevel_width << 1)+6;
height           3042 magick/widget.c       toggle_info.width=((5*height) >> 3)-(toggle_info.bevel_width << 1);
height           3043 magick/widget.c       toggle_info.height=toggle_info.width;
height           3073 magick/widget.c           (selection_info[i].height >> 1)-(toggle_info.height >> 1);
height           3127 magick/widget.c     height,
height           3174 magick/widget.c   height=(font_info->ascent+font_info->descent);
height           3185 magick/widget.c   windows->widget.height=12*height;
height           3186 magick/widget.c   windows->widget.min_height=7*height;
height           3187 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           3188 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           3202 magick/widget.c   window_changes.height=windows->widget.height;
height           3225 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           3227 magick/widget.c         cancel_info.y=windows->widget.height-(cancel_info.height << 1);
height           3253 magick/widget.c         y=(windows->widget.height >> 1)-(height << 1);
height           3265 magick/widget.c             y+=height;
height           3381 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           3385 magick/widget.c         windows->widget.height=
height           3386 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           3529 magick/widget.c     height,
height           3579 magick/widget.c   height=font_info->ascent+font_info->descent;
height           3592 magick/widget.c   windows->widget.height=7*height+(QuantumMargin << 1);
height           3593 magick/widget.c   windows->widget.min_height=windows->widget.height;
height           3594 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           3595 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           3609 magick/widget.c   window_changes.height=windows->widget.height;
height           3636 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           3640 magick/widget.c           windows->widget.height-cancel_info.height-((3*QuantumMargin) >> 1);
height           3643 magick/widget.c         action_info.height=(3*height) >> 1;
height           3654 magick/widget.c         reply_info.height=height << 1;
height           3656 magick/widget.c         reply_info.y=action_info.y-reply_info.height-QuantumMargin;
height           3664 magick/widget.c         special_info.height=QuantumMargin >> 1;
height           3666 magick/widget.c         special_info.y=action_info.y+action_info.height-special_info.height;
height           3682 magick/widget.c         text_info.height=height;
height           3835 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           3839 magick/widget.c         windows->widget.height=
height           3840 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           4110 magick/widget.c     height,
height           4216 magick/widget.c   height=font_info->ascent+font_info->descent;
height           4224 magick/widget.c   windows->widget.height=((81*height) >> 2)+((13*QuantumMargin) >> 1)+4;
height           4225 magick/widget.c   windows->widget.min_height=((23*height) >> 1)+((13*QuantumMargin) >> 1)+4;
height           4226 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           4227 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           4241 magick/widget.c   window_changes.height=windows->widget.height;
height           4271 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           4273 magick/widget.c         cancel_info.y=windows->widget.height-cancel_info.height-QuantumMargin;
height           4276 magick/widget.c         action_info.height=(3*height) >> 1;
height           4282 magick/widget.c         special_info.height=(3*height) >> 1;
height           4300 magick/widget.c         up_info.height=(3*height) >> 1;
height           4302 magick/widget.c         up_info.y=((5*QuantumMargin) >> 1)+height;
height           4305 magick/widget.c         home_info.height=(3*height) >> 1;
height           4307 magick/widget.c         home_info.y=up_info.y+up_info.height+QuantumMargin;
height           4315 magick/widget.c         reply_info.height=height << 1;
height           4317 magick/widget.c         reply_info.y=action_info.y-reply_info.height-QuantumMargin;
height           4323 magick/widget.c         scroll_info.width=height;
height           4324 magick/widget.c         scroll_info.height=reply_info.y-up_info.y-(QuantumMargin >> 1);
height           4332 magick/widget.c         north_info.height=north_info.width-1;
height           4336 magick/widget.c         south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
height           4337 magick/widget.c           south_info.height;
height           4342 magick/widget.c         slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
height           4344 magick/widget.c         slider_info.height=
height           4345 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+2;
height           4346 magick/widget.c         visible_files=(scroll_info.height-(height >> 3)-3)/((9*height) >> 3);
height           4348 magick/widget.c           slider_info.height=(visible_files*slider_info.height)/files;
height           4362 magick/widget.c         list_info.height=scroll_info.height;
height           4374 magick/widget.c         text_info.height=height;
height           4383 magick/widget.c         selection_info.height=(9*height) >> 3;
height           4393 magick/widget.c         y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
height           4408 magick/widget.c         y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
height           4452 magick/widget.c         slider_info.height=
height           4453 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
height           4455 magick/widget.c           slider_info.height=(visible_files*slider_info.height)/files;
height           4520 magick/widget.c             selection_info.y=list_info.y+(height >> 3)+2;
height           4528 magick/widget.c               selection_info.y+=(int) selection_info.height;
height           4535 magick/widget.c                 expose_info.height=slider_info.y-expose_info.y;
height           4536 magick/widget.c                 expose_info.y=slider_info.y-expose_info.height-
height           4541 magick/widget.c                 expose_info.height=expose_info.y-slider_info.y;
height           4542 magick/widget.c                 expose_info.y=slider_info.y+slider_info.height+
height           4641 magick/widget.c             id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
height           4642 magick/widget.c               selection_info.height;
height           4924 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           4928 magick/widget.c         windows->widget.height=
height           4929 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           5106 magick/widget.c               ((slider_info.height+slider_info.bevel_width) >> 1)+1;
height           5341 magick/widget.c     height,
height           5458 magick/widget.c   height=font_info->ascent+font_info->descent;
height           5466 magick/widget.c   windows->widget.height=((85*height) >> 2)+((13*QuantumMargin) >> 1)+4;
height           5467 magick/widget.c   windows->widget.min_height=((27*height) >> 1)+((13*QuantumMargin) >> 1)+4;
height           5468 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           5469 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           5483 magick/widget.c   window_changes.height=windows->widget.height;
height           5511 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           5513 magick/widget.c         cancel_info.y=windows->widget.height-cancel_info.height-QuantumMargin;
height           5516 magick/widget.c         action_info.height=(3*height) >> 1;
height           5522 magick/widget.c         back_info.height=(3*height) >> 1;
height           5524 magick/widget.c         back_info.y=((5*QuantumMargin) >> 1)+height;
height           5527 magick/widget.c         reset_info.height=(3*height) >> 1;
height           5529 magick/widget.c         reset_info.y=back_info.y+back_info.height+QuantumMargin;
height           5537 magick/widget.c         reply_info.height=height << 1;
height           5539 magick/widget.c         reply_info.y=action_info.y-(action_info.height << 1)-QuantumMargin;
height           5546 magick/widget.c         mode_info.height=action_info.height << 1;
height           5548 magick/widget.c         mode_info.y=action_info.y-action_info.height+action_info.bevel_width;
height           5554 magick/widget.c         scroll_info.width=height;
height           5555 magick/widget.c         scroll_info.height=reply_info.y-back_info.y-(QuantumMargin >> 1);
height           5563 magick/widget.c         north_info.height=north_info.width-1;
height           5567 magick/widget.c         south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
height           5568 magick/widget.c           south_info.height;
height           5573 magick/widget.c         slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
height           5575 magick/widget.c         slider_info.height=
height           5576 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+2;
height           5578 magick/widget.c           (scroll_info.height-(height >> 3)-3)/((9*height) >> 3);
height           5580 magick/widget.c           slider_info.height=(visible_fonts*slider_info.height)/fonts;
height           5594 magick/widget.c         list_info.height=scroll_info.height;
height           5606 magick/widget.c         text_info.height=height;
height           5615 magick/widget.c         selection_info.height=(9*height) >> 3;
height           5625 magick/widget.c         y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
height           5639 magick/widget.c         y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
height           5716 magick/widget.c         slider_info.height=
height           5717 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
height           5719 magick/widget.c           slider_info.height=(visible_fonts*slider_info.height)/fonts;
height           5780 magick/widget.c             selection_info.y=list_info.y+(height >> 3)+2;
height           5788 magick/widget.c               selection_info.y+=(int) selection_info.height;
height           5795 magick/widget.c                 expose_info.height=slider_info.y-expose_info.y;
height           5796 magick/widget.c                 expose_info.y=slider_info.y-expose_info.height-
height           5801 magick/widget.c                 expose_info.height=expose_info.y-slider_info.y;
height           5802 magick/widget.c                 expose_info.y=slider_info.y+slider_info.height+
height           5929 magick/widget.c             id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
height           5930 magick/widget.c               selection_info.height;
height           6137 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           6141 magick/widget.c         windows->widget.height=
height           6142 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           6312 magick/widget.c               ((slider_info.height+slider_info.bevel_width) >> 1)+1;
height           6490 magick/widget.c     height,
height           6511 magick/widget.c   height=((6*(font_info->ascent+font_info->descent)) >> 2)+4;
height           6513 magick/widget.c       ((int) windows->info.height != height))
height           6519 magick/widget.c       windows->info.height=height;
height           6521 magick/widget.c       window_changes.height=height;
height           6533 magick/widget.c   height=font_info->ascent+font_info->descent;
height           6536 magick/widget.c   margin=monitor_info.bevel_width+((windows->info.height-height) >> 1)-2;
height           6541 magick/widget.c   monitor_info.height=windows->info.height-(margin << 1)+1;
height           6602 magick/widget.c     height,
height           6682 magick/widget.c   height=font_info->ascent+font_info->descent;
height           6690 magick/widget.c   window_info->height=((81*height) >> 2)+((13*QuantumMargin) >> 1)+4;
height           6691 magick/widget.c   window_info->min_height=((23*height) >> 1)+((13*QuantumMargin) >> 1)+4;
height           6692 magick/widget.c   if (window_info->height < window_info->min_height)
height           6693 magick/widget.c     window_info->height=window_info->min_height;
height           6707 magick/widget.c   window_changes.height=window_info->height;
height           6735 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           6737 magick/widget.c         cancel_info.y=window_info->height-cancel_info.height-QuantumMargin;
height           6740 magick/widget.c         action_info.height=(3*height) >> 1;
height           6751 magick/widget.c         reply_info.height=height << 1;
height           6753 magick/widget.c         reply_info.y=action_info.y-reply_info.height-QuantumMargin;
height           6759 magick/widget.c         scroll_info.width=height;
height           6760 magick/widget.c         scroll_info.height=reply_info.y-((6*QuantumMargin) >> 1)-height;
height           6762 magick/widget.c         scroll_info.y=((5*QuantumMargin) >> 1)+height-reply_info.bevel_width;
height           6768 magick/widget.c         north_info.height=north_info.width-1;
height           6772 magick/widget.c         south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
height           6773 magick/widget.c           south_info.height;
height           6778 magick/widget.c         slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
height           6780 magick/widget.c         slider_info.height=
height           6781 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+2;
height           6783 magick/widget.c           (scroll_info.height-(height >> 3)-3)/((9*height) >> 3);
height           6785 magick/widget.c           slider_info.height=(visible_entries*slider_info.height)/entries;
height           6799 magick/widget.c         list_info.height=scroll_info.height;
height           6816 magick/widget.c         text_info.height=height;
height           6825 magick/widget.c         selection_info.height=(9*height) >> 3;
height           6869 magick/widget.c             selection_info.y=list_info.y+(height >> 3)+2;
height           6877 magick/widget.c               selection_info.y+=(int) selection_info.height;
height           6884 magick/widget.c                 expose_info.height=slider_info.y-expose_info.y;
height           6885 magick/widget.c                 expose_info.y=slider_info.y-expose_info.height-
height           6890 magick/widget.c                 expose_info.height=expose_info.y-slider_info.y;
height           6891 magick/widget.c                 expose_info.y=slider_info.y+slider_info.height+
height           6990 magick/widget.c             id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
height           6991 magick/widget.c               selection_info.height;
height           7159 magick/widget.c             (event.xconfigure.height == (int) window_info->height))
height           7163 magick/widget.c         window_info->height=
height           7164 magick/widget.c           Max(event.xconfigure.height,(int) window_info->min_height);
height           7333 magick/widget.c               ((slider_info.height+slider_info.bevel_width) >> 1)+1;
height           7501 magick/widget.c     height,
height           7554 magick/widget.c   height=(3*(font_info->ascent+font_info->descent)) >> 1;
height           7560 magick/widget.c   windows->widget.height=top_offset+number_selections*height+4;
height           7562 magick/widget.c   windows->widget.min_height=windows->widget.height;
height           7583 magick/widget.c   window_changes.height=windows->widget.height;
height           7593 magick/widget.c   selection_info.height=height;
height           7609 magick/widget.c         menu_info.height=windows->widget.height-((menu_info.bevel_width) << 1);
height           7615 magick/widget.c         selection_info.height=height;
height           7620 magick/widget.c         highlight_info.height-=(highlight_info.bevel_width << 1);
height           7660 magick/widget.c           selection_info.y+=(int) selection_info.height;
height           7670 magick/widget.c         y=top_offset+selection_info.height*(number_selections-1);
height           7702 magick/widget.c         id=(event.xbutton.y-top_offset)/(int) selection_info.height;
height           7709 magick/widget.c         selection_info.y=top_offset+id*selection_info.height;
height           7739 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           7743 magick/widget.c         windows->widget.height=
height           7744 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           7755 magick/widget.c         id=((event.xcrossing.y-top_offset)/(int) selection_info.height);
height           7765 magick/widget.c               top_offset+selection_info.id*selection_info.height;
height           7775 magick/widget.c         selection_info.y=top_offset+selection_info.id*selection_info.height;
height           7802 magick/widget.c         selection_info.y=top_offset+id*selection_info.height;
height           7840 magick/widget.c         id=(event.xmotion.y-top_offset)/(int) selection_info.height;
height           7850 magick/widget.c               top_offset+selection_info.id*selection_info.height;
height           7860 magick/widget.c         selection_info.y=top_offset+id*selection_info.height;
height           8020 magick/widget.c     height,
height           8061 magick/widget.c   height=(font_info->ascent+font_info->descent);
height           8069 magick/widget.c   windows->widget.height=12*height;
height           8070 magick/widget.c   windows->widget.min_height=7*height;
height           8071 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           8072 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           8086 magick/widget.c   window_changes.height=windows->widget.height;
height           8111 magick/widget.c         dismiss_info.height=(3*height) >> 1;
height           8113 magick/widget.c         dismiss_info.y=windows->widget.height-(dismiss_info.height << 1);
height           8123 magick/widget.c         y=(windows->widget.height >> 1)-(height << 1);
height           8131 magick/widget.c             y+=height;
height           8210 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           8214 magick/widget.c         windows->widget.height=
height           8215 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           8349 magick/widget.c     height,
height           8396 magick/widget.c   height=(font_info->ascent+font_info->descent);
height           8404 magick/widget.c   windows->widget.height=
height           8405 magick/widget.c     7*height+NumberPreferences*(height+(QuantumMargin >> 1));
height           8407 magick/widget.c     7*height+NumberPreferences*(height+(QuantumMargin >> 1));
height           8408 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           8409 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           8423 magick/widget.c   window_changes.height=windows->widget.height;
height           8444 magick/widget.c         cancel_info.height=(3*height) >> 1;
height           8447 magick/widget.c         cancel_info.y=windows->widget.height-cancel_info.height-QuantumMargin;
height           8450 magick/widget.c         apply_info.height=(3*height) >> 1;
height           8453 magick/widget.c         y=height << 1;
height           8459 magick/widget.c           preferences_info[i].height=QuantumMargin >> 1;
height           8462 magick/widget.c           y+=height+(QuantumMargin >> 1);
height           8475 magick/widget.c         cache_info.height=QuantumMargin >> 1;
height           8536 magick/widget.c             y=cache_info.y+((cache_info.height-height) >> 1);
height           8538 magick/widget.c             (void) XClearArea(display,windows->widget.id,x,y,width,height,
height           8608 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           8612 magick/widget.c         windows->widget.height=
height           8613 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           8774 magick/widget.c     height,
height           8842 magick/widget.c   height=text_info->ascent+text_info->descent;
height           8850 magick/widget.c   windows->widget.height=
height           8851 magick/widget.c     Min(Max(lines,3),32)*height+((13*height) >> 1)+((9*QuantumMargin) >> 1);
height           8853 magick/widget.c     3*height+((13*height) >> 1)+((9*QuantumMargin) >> 1);
height           8854 magick/widget.c   if (windows->widget.height < windows->widget.min_height)
height           8855 magick/widget.c     windows->widget.height=windows->widget.min_height;
height           8869 magick/widget.c   window_changes.height=windows->widget.height;
height           8884 magick/widget.c   height=font_info->ascent+font_info->descent;
height           8898 magick/widget.c         dismiss_info.height=(3*height) >> 1;
height           8900 magick/widget.c         dismiss_info.y=windows->widget.height-dismiss_info.height-QuantumMargin;
height           8906 magick/widget.c         scroll_info.width=height;
height           8907 magick/widget.c         scroll_info.height=dismiss_info.y-((5*QuantumMargin) >> 1);
height           8915 magick/widget.c         north_info.height=north_info.width-1;
height           8919 magick/widget.c         south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
height           8920 magick/widget.c           south_info.height;
height           8925 magick/widget.c         slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
height           8927 magick/widget.c         slider_info.height=
height           8928 magick/widget.c           scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+2;
height           8929 magick/widget.c         visible_lines=(scroll_info.height-(height >> 3)-3)/
height           8932 magick/widget.c           slider_info.height=(visible_lines*slider_info.height)/lines;
height           8946 magick/widget.c         list_info.height=scroll_info.height;
height           8955 magick/widget.c         selection_info.height=(9*(text_info->ascent+text_info->descent)) >> 3;
height           8999 magick/widget.c             selection_info.y=list_info.y+(height >> 3)+2;
height           9007 magick/widget.c               selection_info.y+=(int) selection_info.height;
height           9019 magick/widget.c                 expose_info.height=slider_info.y-expose_info.y;
height           9020 magick/widget.c                 expose_info.y=slider_info.y-expose_info.height-
height           9025 magick/widget.c                 expose_info.height=expose_info.y-slider_info.y;
height           9026 magick/widget.c                 expose_info.y=slider_info.y+slider_info.height+
height           9137 magick/widget.c             id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
height           9138 magick/widget.c               selection_info.height;
height           9240 magick/widget.c             (event.xconfigure.height == (int) windows->widget.height))
height           9244 magick/widget.c         windows->widget.height=
height           9245 magick/widget.c           Max(event.xconfigure.height,(int) windows->widget.min_height);
height           9367 magick/widget.c               ((slider_info.height+slider_info.bevel_width) >> 1)+1;
height             49 magick/widget.h     height;
height            572 magick/xwindow.c     height,
height            598 magick/xwindow.c     annotate_info->height,(int) depth);
height            622 magick/xwindow.c     annotate_info->height,AllPlanes,ZPixmap);
height            633 magick/xwindow.c   annotate_image->rows=annotate_info->height;
height            638 magick/xwindow.c   height=(unsigned int) image->rows;
height            641 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
height            686 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
height            688 magick/xwindow.c       (height != (unsigned int) annotate_image->rows))
height            696 magick/xwindow.c       FormatString(image_geometry,"%ux%u",width,height);
height            763 magick/xwindow.c   (void) XParseGeometry(annotate_info->geometry,&x,&y,&width,&height);
height            980 magick/xwindow.c     height,
height            999 magick/xwindow.c   window->height=MaxIconSize;
height           1029 magick/xwindow.c   height=(unsigned int) image->rows;
height           1032 magick/xwindow.c     (void) XParseGeometry(window->crop_geometry,&i,&i,&width,&height);
height           1037 magick/xwindow.c   if (scale_factor > ((double) icon_size->max_height/height))
height           1038 magick/xwindow.c     scale_factor=(double) icon_size->max_height/height;
height           1049 magick/xwindow.c     if (icon_height >= (scale_factor*height))
height           1055 magick/xwindow.c   window->height=icon_height;
height           1758 magick/xwindow.c   limit=XDisplayHeight(display,window_info->screen)-window_info->height;
height           2028 magick/xwindow.c     windows->image.ximage->height);
height           2321 magick/xwindow.c     height,
height           2347 magick/xwindow.c     draw_info->height,(int) depth);
height           2364 magick/xwindow.c     draw_info->height);
height           2394 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.height);
height           2402 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.height);
height           2411 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.height,0,360*64);
height           2420 magick/xwindow.c         (unsigned int) draw_info->rectangle_info.height,0,360*64);
height           2450 magick/xwindow.c     draw_info->height,AllPlanes,ZPixmap);
height           2461 magick/xwindow.c   draw_image->rows=draw_info->height;
height           2466 magick/xwindow.c   height=(unsigned int) image->rows;
height           2469 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
height           2509 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
height           2511 magick/xwindow.c       (height != (unsigned int) draw_image->rows))
height           2519 magick/xwindow.c       FormatString(image_geometry,"%ux%u",width,height);
height           2599 magick/xwindow.c   (void) XParseGeometry(draw_info->geometry,&x,&y,&width,&height);
height           2884 magick/xwindow.c   annotate_info->height=0;
height           4112 magick/xwindow.c   crop_info.height=window_attributes.height;
height           4121 magick/xwindow.c       crop_info.height+=window_attributes.border_width << 1;
height           4133 magick/xwindow.c       crop_info.height+=crop_info.y;
height           4140 magick/xwindow.c   if ((int) (crop_info.y+crop_info.height) > display_height)
height           4141 magick/xwindow.c     crop_info.height=display_height-crop_info.y;
height           4170 magick/xwindow.c   window_info[id].bounds.y2=(short) (crop_info.y+(int) crop_info.height-1);
height           4281 magick/xwindow.c           (unsigned int) window_info[id].crop_info.height,AllPlanes,ZPixmap);
height           4389 magick/xwindow.c         composite_image->rows=ximage->height;
height           4692 magick/xwindow.c   window->height=1;
height           4767 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
height           4771 magick/xwindow.c     (unsigned int) highlight_info->height-1,0,360*64);
height           4774 magick/xwindow.c     (unsigned int) highlight_info->height-3,0,360*64);
height           4864 magick/xwindow.c   if ((highlight_info->width < 4) || (highlight_info->height < 4))
height           4868 magick/xwindow.c     (unsigned int) highlight_info->height-1);
height           4871 magick/xwindow.c     (unsigned int) highlight_info->height-3);
height           4954 magick/xwindow.c   crop_info.height=0;
height           5045 magick/xwindow.c       crop_info.height=window_attributes.height;
height           5054 magick/xwindow.c           crop_info.height+=window_attributes.border_width << 1;
height           5092 magick/xwindow.c       if ((crop_info.width != 0) && (crop_info.height != 0))
height           5535 magick/xwindow.c   assert(height != 0);
height           5536 magick/xwindow.c   if ((window->width == 0) || (window->height == 0))
height           5567 magick/xwindow.c             &crop_info.width,&crop_info.height);
height           5578 magick/xwindow.c           (height != (unsigned int) window->image->rows))
height           5590 magick/xwindow.c             resize_image=SampleImage(window->image,width,height,
height           5593 magick/xwindow.c             resize_image=ZoomImage(window->image,width,height,
height           5643 magick/xwindow.c       height=(unsigned int) window->image->rows;
height           5644 magick/xwindow.c       assert(height == window->image->rows);
height           5666 magick/xwindow.c 			     &segment_info[1],width,height);
height           5669 magick/xwindow.c       shm_extent=MagickArraySize(ximage->height,ximage->bytes_per_line);
height           5748 magick/xwindow.c         width,height,XBitmapPad(display),0);
height           5762 magick/xwindow.c         ximage->width,ximage->height);
height           5785 magick/xwindow.c 			      MagickArraySize(ximage->height,ximage->bytes_per_line),
height           5789 magick/xwindow.c 	  MagickAllocateArray(char *,ximage->height,ximage->bytes_per_line);
height           5806 magick/xwindow.c       length=(size_t) window->ximage->bytes_per_line*window->ximage->height;
height           5847 magick/xwindow.c         (height <= (unsigned int) XDisplayHeight(display,window->screen)))
height           5853 magick/xwindow.c           (char *) NULL,width,height,XBitmapPad(display),0);
height           5858 magick/xwindow.c               "  width, height: %dx%d",matte_image->width,matte_image->height);
height           5866 magick/xwindow.c 						   matte_image->height),
height           5914 magick/xwindow.c       window->matte_pixmap=XCreatePixmap(display,window->id,width,height,1);
height           5931 magick/xwindow.c             window->matte_image,0,0,0,0,width,height);
height           7141 magick/xwindow.c     height,
height           7162 magick/xwindow.c   while ((magnify*windows->image.ximage->height) < windows->magnify.height)
height           7166 magick/xwindow.c   while (magnify > windows->magnify.height)
height           7194 magick/xwindow.c   height=windows->magnify.ximage->height;
height           7205 magick/xwindow.c       (windows->magnify.y >= windows->image.ximage->height))
height           7206 magick/xwindow.c     windows->magnify.y=windows->image.ximage->height >> 1;
height           7207 magick/xwindow.c   y=windows->magnify.y-((height/magnify) >> 1);
height           7211 magick/xwindow.c     if (y > (int) (ximage->height-(height/magnify)))
height           7212 magick/xwindow.c       y=ximage->height-height/magnify;
height           7250 magick/xwindow.c           for (i=0; i < (long) height; i+=magnify)
height           7320 magick/xwindow.c           for (i=0; i < (long) height; i+=magnify)
height           7384 magick/xwindow.c         for (i=0; i < (long) height; i+=magnify)
height           7418 magick/xwindow.c         for (i=0; i < (long) height; i+=magnify)
height           7455 magick/xwindow.c   y=windows->magnify.y-((height/magnify) >> 1);
height           7457 magick/xwindow.c     y=(height >> 1)-windows->magnify.y*magnify;
height           7459 magick/xwindow.c     if (y > (int) (ximage->height-(height/magnify)))
height           7460 magick/xwindow.c       y=(ximage->height-windows->magnify.y)*magnify-(height >> 1);
height           7465 magick/xwindow.c       windows->magnify.annotate_context,0,0,width,height);
height           7468 magick/xwindow.c     height-y);
height           7470 magick/xwindow.c       (magnify <= (height >> 1))))
height           7479 magick/xwindow.c       highlight_info.y=(long) windows->magnify.height >> 1;
height           7481 magick/xwindow.c       highlight_info.height=magnify;
height           7485 magick/xwindow.c         (unsigned int) highlight_info.height-1);
height           7490 magick/xwindow.c           (unsigned int) highlight_info.height-3);
height           7501 magick/xwindow.c   height=windows->magnify.font_info->ascent+windows->magnify.font_info->descent;
height           7503 magick/xwindow.c   y=windows->magnify.font_info->ascent+(height >> 2);
height           7506 magick/xwindow.c   y+=height;
height           7560 magick/xwindow.c     height,
height           7587 magick/xwindow.c   height=window->ximage->height;
height           7588 magick/xwindow.c   window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth);
height           7603 magick/xwindow.c       0,0,0,0,width,height,True);
height           7607 magick/xwindow.c       window->ximage,0,0,0,0,width,height);
height           7612 magick/xwindow.c         width,height);
height           8316 magick/xwindow.c   size_hints->height=window_info->height;
height           8323 magick/xwindow.c       size_hints->min_height=size_hints->height;
height           8325 magick/xwindow.c       size_hints->max_height=size_hints->height;
height           8362 magick/xwindow.c         size_hints->height);
height           8374 magick/xwindow.c         &size_hints->width,&size_hints->height,&gravity);
height           8390 magick/xwindow.c       window_info->width,window_info->height,window_info->border_width,
height           8414 magick/xwindow.c       window_changes.height=window_info->height;
height           8436 magick/xwindow.c         height,
height           8445 magick/xwindow.c         &manager_hints->icon_y,&width,&height,&gravity);
height           8717 magick/xwindow.c     height,
height           8732 magick/xwindow.c       height=event->xexpose.height;
height           8745 magick/xwindow.c       height=window->height;
height           8753 magick/xwindow.c   if ((window->ximage->height-(y+window->y)) < (int) height)
height           8754 magick/xwindow.c     height=window->ximage->height-(y+window->y);
height           8763 magick/xwindow.c           window->annotate_context,x+window->x,y+window->y,width,height,x,y);
height           8766 magick/xwindow.c           window->highlight_context,x+window->x,y+window->y,width,height,
height           8774 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height,True);
height           8778 magick/xwindow.c           window->ximage,x+window->x,y+window->y,x,y,width,height);
height           9013 magick/xwindow.c   crop_info->height=0;
height           9020 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
height           9023 magick/xwindow.c         (unsigned int) crop_info->height-1);
height           9030 magick/xwindow.c     if ((crop_info->width*crop_info->height) >= MinimumCropArea)
height           9033 magick/xwindow.c         (unsigned int) crop_info->height-1);
height           9047 magick/xwindow.c         crop_info->height=0;
height           9075 magick/xwindow.c           crop_info->height=(unsigned int) (y_offset-crop_info->y);
height           9078 magick/xwindow.c             crop_info->height=(unsigned int) (crop_info->y-y_offset);
height           9090 magick/xwindow.c   if ((crop_info->width*crop_info->height) < MinimumCropArea)
height           9093 magick/xwindow.c       crop_info->height=0;
height           9095 magick/xwindow.c   if ((crop_info->width != 0) && (crop_info->height != 0))
height            159 magick/xwindow.h     height;
height            185 magick/xwindow.h     height;
height            409 magick/xwindow.h     height,
height           2199 wand/drawing_wand.c   assert(height != 0);
height           2239 wand/drawing_wand.c         mode,x,y,width,height,media_type);
height           3691 wand/drawing_wand.c     drawing_wand->pattern_bounds.width,drawing_wand->pattern_bounds.height,
height           3700 wand/drawing_wand.c   drawing_wand->pattern_bounds.height=0;
height           3868 wand/drawing_wand.c     x,y,width,height);
height           3874 wand/drawing_wand.c   drawing_wand->pattern_bounds.height=(unsigned long) (height+0.5);
height           5497 wand/drawing_wand.c   drawing_wand->pattern_bounds.height=0;
height            346 wand/magick_compat.c     &region_info->width,&region_info->height);
height            314 wand/magick_wand.c   threshold_image=AdaptiveThresholdImage(wand->image,width,height,offset,
height            803 wand/magick_wand.c   border_info.height=height;
height            965 wand/magick_wand.c   chop.height=height;
height           1588 wand/magick_wand.c   crop.height=height;
height           2262 wand/magick_wand.c   frame_info.height=wand->image->rows+2*height;
height           2264 wand/magick_wand.c   frame_info.y=(long) height;
height           2877 wand/magick_wand.c   assert(height != (unsigned long *) NULL);
height           2887 wand/magick_wand.c   *height=rectangle.height;
height           4610 wand/magick_wand.c   *rows=geometry.height;
height           6213 wand/magick_wand.c   font_metrics[5]=metrics.height;
height           6418 wand/magick_wand.c   raise_info.height=height;
height           6825 wand/magick_wand.c     height,
height           6834 wand/magick_wand.c   height=(unsigned long) (y_resolution*wand->image->rows/
height           6836 wand/magick_wand.c   resample_image=ResizeImage(wand->image,width,height,filter,blur,
height           8979 wand/magick_wand.c   shave_info.height=rows;
height           9648 wand/magick_wand.c   trim.height=0;
height            187 wand/magick_wand.h     unsigned long *width,unsigned long *height,long *x, long *y),