Lines Matching refs:height
225 ((chop_info->y+(ssize_t) chop_info->height) < 0) ||
232 if ((extent.y+(ssize_t) extent.height) > (ssize_t) image->rows)
233 extent.height=(size_t) ((ssize_t) image->rows-extent.y);
241 extent.height-=(size_t) (-extent.y);
245 extent.height,MagickTrue,exception);
323 for (y=0; y < (ssize_t) (image->rows-(extent.y+extent.height)); y++)
336 p=GetCacheViewVirtualPixels(image_view,0,extent.y+extent.height+y,
532 % x, y, width, and height.
576 if ((bounding_box.width == 0) || (bounding_box.height == 0))
579 bounding_box.height=image->rows;
584 if (page.height == 0)
585 page.height=bounding_box.height;
587 ((bounding_box.y-page.y) >= (ssize_t) page.height) ||
623 page.height+=page.y-bounding_box.y;
628 page.height-=bounding_box.y-page.y;
637 if ((page.y+(ssize_t) page.height) > (ssize_t) image->rows)
638 page.height=image->rows-page.y;
639 if ((geometry->height != 0) && (page.height > geometry->height))
640 page.height=geometry->height;
643 if ((page.width == 0) || (page.height == 0))
652 crop_image=CloneImage(image,page.width,page.height,MagickTrue,exception);
656 crop_image->page.height=image->page.height;
658 offset.y=(ssize_t) (bounding_box.y+bounding_box.height);
660 (offset.y > (ssize_t) image->page.height))
663 crop_image->page.height=bounding_box.height;
817 height,
824 height=image->rows;
827 if (geometry.height == 0)
828 geometry.height=1;
832 height-=(geometry.y < 0 ? -1 : 1)*geometry.y;
837 height+=(geometry.y < 0 ? -1 : 1)*geometry.y;
840 delta.y=(double) height/geometry.height;
845 for (offset.y=0; offset.y < (double) height; )
852 crop.height=(size_t) MagickRound((double) (offset.y+
860 crop.height=(size_t) MagickRound((double)
863 crop.height-=crop.y;
871 offset.x+=delta.x; /* increment now to find height */
879 offset.x+=delta.x; /* increment now to find height */
893 if (((geometry.width == 0) && (geometry.height == 0)) ||
903 crop_image->page.height=geometry.height;
909 if ((image->columns > geometry.width) || (image->rows > geometry.height))
915 height,
928 if (page.height == 0)
929 page.height=image->rows;
933 height=geometry.height;
934 if (height == 0)
935 height=page.height;
937 for (y=0; y < (ssize_t) page.height; y+=(ssize_t) height)
942 geometry.height=height;
982 % x, y, width, and height.
1018 excerpt_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
1129 % x, y, width, and height.
1151 (image->rows == geometry->height) &&
1154 extent_image=CloneImage(image,geometry->width,geometry->height,MagickTrue,
1298 if (page.height != 0)
1299 page.y=(ssize_t) (page.height-flip_image->rows-page.y);
1645 % if the image width or height is zero.
1669 ((2*shave_info->height) >= image->rows))
1673 geometry.height-=2*shave_info->height;
1675 geometry.y=(ssize_t) shave_info->height+image->page.y;
1680 shave_image->page.height-=2*shave_info->height;
1682 shave_image->page.y-=(ssize_t) shave_info->height;
1711 % x, y, width, and height.
1753 image->rows+splice_geometry.height,MagickTrue,exception);
1795 splice_geometry.y+=(ssize_t) splice_geometry.height/2;
1801 splice_geometry.y+=(ssize_t) splice_geometry.height/2;
1806 splice_geometry.y+=(ssize_t) splice_geometry.height;
1812 splice_geometry.y+=(ssize_t) splice_geometry.height;
1818 splice_geometry.y+=(ssize_t) splice_geometry.height;
1936 for (y=(ssize_t) (splice_geometry.y+splice_geometry.height);
1952 p=GetCacheViewVirtualPixels(image_view,0,y-(ssize_t) splice_geometry.height,
2133 (transform_image->rows == geometry.height))
2135 resize_image=ResizeImage(transform_image,geometry.width,geometry.height,
2283 Swap(page.width,page.height);
2431 Swap(page.width,page.height);
2435 if (page.height != 0)
2436 page.y=(ssize_t) (page.height-transverse_image->rows-page.y);
2480 if ((geometry.width == 0) || (geometry.height == 0))