Searched refs:chop_info (Results 1 – 2 of 2) sorted by relevance
188 MagickExport Image *ChopImage(const Image *image,const RectangleInfo *chop_info, in ChopImage() argument221 assert(chop_info != (RectangleInfo *) NULL); in ChopImage()222 if (((chop_info->x+(ssize_t) chop_info->width) < 0) || in ChopImage()223 ((chop_info->y+(ssize_t) chop_info->height) < 0) || in ChopImage()224 (chop_info->x > (ssize_t) image->columns) || in ChopImage()225 (chop_info->y > (ssize_t) image->rows)) in ChopImage()227 extent=(*chop_info); in ChopImage()
2902 chop_info; in XChopImage() local3098 chop_info.width=0; in XChopImage()3099 chop_info.height=0; in XChopImage()3100 chop_info.x=0; in XChopImage()3101 chop_info.y=0; in XChopImage()3115 " %.20gx%.20g%+.20g%+.20g",(double) chop_info.width,(double) in XChopImage()3116 chop_info.height,(double) chop_info.x,(double) chop_info.y); in XChopImage()3180 chop_info.width=(size_t) (segment_info.x2-segment_info.x1+1); in XChopImage()3181 chop_info.x=(ssize_t) windows->image.x+segment_info.x1; in XChopImage()3182 chop_info.height=0; in XChopImage()[all …]