Searched refs:shave_info (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dtransform.c1638 % Image *ShaveImage(const Image *image,const RectangleInfo *shave_info,
1649 % o shave_info: Specifies a pointer to a RectangleInfo which defines the
1656 const RectangleInfo *shave_info,ExceptionInfo *exception)
1668 if (((2*shave_info->width) >= image->columns) ||
1669 ((2*shave_info->height) >= image->rows))
1672 geometry.width-=2*shave_info->width;
1673 geometry.height-=2*shave_info->height;
1674 geometry.x=(ssize_t) shave_info->width+image->page.x;
1675 geometry.y=(ssize_t) shave_info->height+image->page.y;
1679 shave_image->page.width-=2*shave_info
1643 ShaveImage(const Image *image, const RectangleInfo *shave_info,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/www/api/
H A Dtransform.php332 Image *ShaveImage(const Image *image,const RectangleInfo *shave_info,
351 <dt>shave_info</dt>
/external/ImageMagick/MagickWand/
H A Dmagick-image.c11086 shave_info;
11094 shave_info.width=columns;
11095 shave_info.height=rows;
11096 shave_info.x=0;
11097 shave_info.y=0;
11098 shave_image=ShaveImage(wand->images,&shave_info,wand->exception);
10860 shave_info; local

Completed in 411 milliseconds