HomeSort by relevance Sort by last modified time
    Searched refs:border_info (Results 1 - 7 of 7) sorted by null

  /external/ImageMagick/www/api/
decorate.php 59 <p>BorderImage() surrounds the image with a border of the color defined by the bordercolor member of the image structure. The width and height of the border are defined by the corresponding members of the border_info structure.</p>
64 Image *BorderImage(const Image *image,const RectangleInfo *border_info,
79 <dt>border_info</dt>
  /external/ImageMagick/MagickCore/
decorate.c 87 % of the border are defined by the corresponding members of the border_info
92 % Image *BorderImage(const Image *image,const RectangleInfo *border_info,
99 % o border_info: define the width and height of the border.
107 const RectangleInfo *border_info,const CompositeOperator compose,
121 assert(border_info != (RectangleInfo *) NULL);
122 frame_info.width=image->columns+(border_info->width << 1);
123 frame_info.height=image->rows+(border_info->height << 1);
124 frame_info.x=(ssize_t) border_info->width;
125 frame_info.y=(ssize_t) border_info->height;
    [all...]
montage.c 730 border_info;
735 border_info.width=border_width;
736 border_info.height=border_width;
739 border_info.width=(width-image->columns+1)/2;
740 border_info.height=(height-image->rows+1)/2;
742 border_image=BorderImage(image,&border_info,image->compose,exception);
725 border_info; local
    [all...]
shear.c 1597 border_info, local
1732 border_info, local
    [all...]
fx.c 4355 border_info; local
    [all...]
  /external/ImageMagick/coders/
pcd.c 1004 border_info;
1009 border_info.width=(geometry.width-tile_image->columns+1) >> 1;
1010 border_info.height=(geometry.height-tile_image->rows+1) >> 1;
1011 bordered_image=BorderImage(tile_image,&border_info,image->compose,
996 border_info; local
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c 1022 border_info; local
    [all...]

Completed in 1260 milliseconds