Searched defs:raise_info (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddecorate.c628 % height of raise_info define the width of the vertical and horizontal
634 % const RectangleInfo *raise_info,const MagickBooleanType raise,
641 % o raise_info: Define the width and height of the raise area.
650 const RectangleInfo *raise_info,const MagickBooleanType raise,
679 assert(raise_info != (RectangleInfo *) NULL);
680 if ((image->columns <= (raise_info->width << 1)) ||
681 (image->rows <= (raise_info->height << 1)))
703 for (y=0; y < (ssize_t) raise_info->height; y++)
793 for (y=(ssize_t) raise_info->height; y < (ssize_t) (image->rows-raise_info
644 RaiseImage(Image *image, const RectangleInfo *raise_info,const MagickBooleanType raise, ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/MagickWand/
H A Dmagick-image.c8239 % height of raise_info define the width of the vertical and horizontal
8266 raise_info;
8274 raise_info.width=width;
8275 raise_info.height=height;
8276 raise_info.x=x;
8277 raise_info.y=y;
8278 status=RaiseImage(wand->images,&raise_info,raise,wand->exception);
8102 raise_info; local

Completed in 193 milliseconds