Searched refs:matte (Results 1 - 15 of 15) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddecorate.c194 matte,
251 matte=image->alpha_color;
252 accentuate=matte;
254 AccentuateModulate)*matte.red+(QuantumRange*AccentuateModulate)));
256 AccentuateModulate)*matte.green+(QuantumRange*AccentuateModulate)));
258 AccentuateModulate)*matte.blue+(QuantumRange*AccentuateModulate)));
260 AccentuateModulate)*matte.black+(QuantumRange*AccentuateModulate)));
261 accentuate.alpha=matte.alpha;
262 highlight=matte;
264 HighlightModulate)*matte
190 matte, local
[all...]
H A Daccelerate-kernels-private.h1248 const uint matte, const ChannelType channel, __local CLPixelType *pixelLocalCache, __local float* filterCache) {
1311 if (((channel & AlphaChannel) == 0) || (matte == 0)) {
1371 const uint matte, const ChannelType channel) {
1392 if (((channel & AlphaChannel) == 0) || (matte == 0)) {
1471 , const int2 offset, const int polarity, const int matte) {
1520 if (matte!=0)
1534 , const int2 offset, const int polarity, const int matte) {
1605 if (matte!=0)
2170 const ChannelType channel, const unsigned int matte) {
2186 if (((channel & AlphaChannel) == 0) || (matte
[all...]
H A Daccelerate.c1633 matte; local
1781 matte = (image->alpha_trait > CopyPixelTrait)?1:0;
1782 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&matte);
1828 matte = (image->alpha_trait > CopyPixelTrait)?1:0;
1829 clStatus|=clEnv->library->clSetKernelArg(clkernel,i++,sizeof(unsigned int),(void *)&matte);
1974 matte; local
2091 matte = (image->alpha_trait > CopyPixelTrait)?1:0;
2092 clStatus |=clEnv->library->clSetKernelArg(hullPass1,6,sizeof(int),(void *)&matte);
2105 matte = (image->alpha_trait > CopyPixelTrait)?1:0;
2106 clStatus |=clEnv->library->clSetKernelArg(hullPass2,6,sizeof(int),(void *)&matte);
3690 matte; local
[all...]
H A Ddisplay.c361 "If the Composite image does not have any matte information,",
366 "resulting intensities are used as matte information.",
450 " image. Here the matte information is ignored.",
466 " The matte layer of the image window is replace with",
467 " the matte layer of the image. The other layers are",
470 "The image compositor requires a matte, or alpha channel in",
473 "for the image. This the case when matte is opaque (full",
476 "have a matte channel, it is initialized with 0 for any pixel",
480 "image matte channel percent transparency is initialized to factor.",
494 "Note that matte informatio
9665 matte[MagickPathExtent] = "0"; local
[all...]
H A Dwidget.c341 Draw matte.
408 % XDrawBeveledMatte() draws a matte with a shadowed upper and left bevel and
424 % contains the extents of the matte.
431 Draw matte.
449 % XDrawMatte() fills a rectangular area with the matte color.
463 % contains the extents of the matte.
470 Draw matte.
497 % XDrawMatteText() draws a matte with text. If the text exceeds the extents
675 Draw triangle matte.
799 Draw triangle matte
1546 matte; local
[all...]
/external/ImageMagick/coders/
H A DAndroid.mk77 matte.c\
H A DMake.com74 $call Make matte.c
155 jnx,json,hdr,label,cals,caption,palm,mac,magick,map,mat,matte,pango,rgf, -
H A Dmiff.c830 if (LocaleCompare(keyword,"matte") == 0)
833 matte;
835 matte=ParseCommandOption(MagickBooleanOptions,MagickFalse,
837 if (matte < 0)
839 image->alpha_trait=matte == 0 ? UndefinedPixelTrait :
2076 (void) WriteBlobString(image,"matte=True\n");
828 matte; local
H A Dpng.c7957 matte,
9612 matte=image_matte;
9654 if (matte != MagickFalse)
9743 ping_color_type=(png_byte) ((matte != MagickFalse)?
9868 if (matte != MagickFalse)
9968 matte=image_matte;
10076 if (!(mng_info->have_write_global_plte && matte == MagickFalse))
10108 if (matte != MagickFalse)
10491 /* Add an opaque matte channel */
10497 " Added an opaque matte channe
7947 matte, local
[all...]
/external/ImageMagick/PerlMagick/demo/
H A Ddemo.pl504 $montage->Set(matte=>'false');
/external/ImageMagick/www/source/
H A Dexamples.pl457 $montage->Set(matte=>'false');
/external/ImageMagick/www/api/
H A Dresize.php274 <p>If an undefined filter is given the filter defaults to Mitchell for a colormapped image, a image with a matte channel, or if the image is enlarged. Otherwise the filter defaults to a Lanczos.</p>
H A Denhance.php150 <p>When the 'channel' mask includes the matte/alpha transparency channel but one image has no such channel it is assumed that that image is a simple gray-scale image that will effect the alpha channel values, either for gray-scale coloring (with transparent or semi-transparent colors), or a histogram adjustment of existing alpha channel values. If both images have matte channels, direct and normal indexing is applied, which is rarely used.</p>
H A Dmagick-image.php3144 <p>MagickGetImageMatteColor() returns the image matte color.</p>
3165 <dd>Return the matte color. </dd>
4171 <dd>Surround the image with an ornamental border (e.g. 15x15+3+3). The frame color is that of the thumbnail's matte color. </dd>
6179 <p>MagickSetImageMatte() sets the image matte channel.</p>
6185 const MagickBooleanType *matte)
6199 <dt>matte</dt>
6200 <dd>Set to MagickTrue to enable the image matte channel otherwise MagickFalse. </dd>
6206 <p>MagickSetImageMatteColor() sets the image matte color.</p>
6212 const PixelWand *matte)
6226 <dt>matte</d
[all...]
/external/ImageMagick/MagickWand/
H A Dmagick-image.c6970 % The frame color is that of the thumbnail's matte color.
9235 % const PixelWand *matte)
9241 % o matte: the alpha pixel wand.
10299 % MagickSetImageMatte() sets the image matte channel.
10304 % const MagickBooleanType *matte)
10310 % o matte: Set to MagickTrue to enable the image matte channel otherwise
10315 const MagickBooleanType matte)
10323 if (matte == MagickFalse)
10105 MagickSetImageMatte(MagickWand *wand, const MagickBooleanType matte) argument

Completed in 507 milliseconds