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

  /external/ImageMagick/PerlMagick/t/
montage.t 118 # Image border color 'bordercolor' controls frame background color
122 testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
133 testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
144 testMontage( q/bordercolor=>'blue', mattecolor=>'red'/,
164 testMontage( q/bordercolor=>'red'/,
175 testMontage( q/bordercolor=>'red'/,
  /external/ImageMagick/PerlMagick/demo/
shapes.pl 23 $image->FloodfillPaint(geometry=>'+132+62',fill=>'blue',bordercolor=>'black',
  /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>
paint.php 59 <p>FloodfillPaintImage() changes the color value of any pixel that matches target and is an immediate neighbor. If the method FillToBorderMethod is specified, the color value is changed for any neighbor pixel that does not match the bordercolor member of image.</p>
magick-image.php     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 203 unsigned bordercolor; member in struct:svga_sampler_state
svga_pipe_sampler.c 251 cso->bordercolor = (a << 24) | (r << 16) | (g << 8) | b;
svga_state_tss.c 366 EMIT_TS(svga, unit, state->bordercolor, BORDERCOLOR);
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]

Completed in 137 milliseconds