/external/ImageMagick/coders/ |
tile.c | 130 (void) SetImageBackgroundColor(image,exception);
|
mvg.c | 199 if (SetImageBackgroundColor(image,exception) == MagickFalse)
|
txt.c | 266 (void) SetImageBackgroundColor(image,exception); 330 (void) SetImageBackgroundColor(image,exception); 470 (void) SetImageBackgroundColor(image,exception);
|
histogram.c | 295 (void) SetImageBackgroundColor(histogram_image,exception);
|
label.c | 226 if (SetImageBackgroundColor(image,exception) == MagickFalse)
|
caption.c | 200 if (SetImageBackgroundColor(image,exception) == MagickFalse)
|
pango.c | 414 (void) SetImageBackgroundColor(image,exception);
|
xcf.c | 915 (void) SetImageBackgroundColor(outLayer->image,exception); [all...] |
meta.c | 1181 if (SetImageBackgroundColor(image,exception) == MagickFalse) [all...] |
png.c | [all...] |
psd.c | [all...] |
pict.c | [all...] |
wmf.c | [all...] |
/external/ImageMagick/MagickCore/ |
image.h | 534 SetImageBackgroundColor(Image *,ExceptionInfo *),
|
layer.c | 276 (void) SetImageBackgroundColor(coalesce_image,exception); 414 (void) SetImageBackgroundColor(dispose_image,exception); 800 (void) SetImageBackgroundColor(image_a,exception); [all...] |
transform.c | 601 (void) SetImageBackgroundColor(crop_image,exception); [all...] |
constitute.c | 159 (void) SetImageBackgroundColor(image,exception); [all...] |
montage.c | 630 (void) SetImageBackgroundColor(montage,exception); [all...] |
paint.c | 199 (void) SetImageBackgroundColor(floodplane_image,exception); [all...] |
methods.h | [all...] |
image.c | 530 (void) SetImageBackgroundColor(append_image,exception); [all...] |
fx.c | [all...] |
/external/ImageMagick/www/api/ |
image.php | 55 <p class="text-center"><a href="image.php#AcquireImage">AcquireImage</a> • <a href="image.php#AcquireImageInfo">AcquireImageInfo</a> • <a href="image.php#AcquireNextImage">AcquireNextImage</a> • <a href="image.php#AppendImages">AppendImages</a> • <a href="image.php#CatchImageException">CatchImageException</a> • <a href="image.php#ClipImagePath">ClipImagePath</a> • <a href="image.php#CloneImage">CloneImage</a> • <a href="image.php#CloneImageInfo">CloneImageInfo</a> • <a href="image.php#CopyImagePixels">CopyImagePixels</a> • <a href="image.php#DestroyImage">DestroyImage</a> • <a href="image.php#DestroyImageInfo">DestroyImageInfo</a> • <a href="image.php#GetImageInfo">GetImageInfo</a> • <a href="image.php#GetImageInfoFile">GetImageInfoFile</a> • <a href="image.php#GetImageMask">GetImageMask</a> • <a href="image.php#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> • <a href="image.php#InterpretImageFilename">InterpretImageFilename</a> • <a href="image.php#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> • <a href="image.php#IsImageObject">IsImageObject</a> • <a href="image.php#IsTaintImage">IsTaintImage</a> • <a href="image.php#ModifyImage">ModifyImage</a> • <a href="image.php#NewMagickImage">NewMagickImage</a> • <a href="image.php#ReferenceImage">ReferenceImage</a> • <a href="image.php#ResetImagePage">ResetImagePage</a> • <a href="image.php#SetImageBackgroundColor">SetImageBackgroundColor</a> • <a href="image.php#SetImageChannelMask">SetImageChannelMask</a> • <a href="image.php#SetImageColor">SetImageColor</a> • <a href="image.php#SetImageStorageClass">SetImageStorageClass</a> • <a href="image.php#SetImageExtent">SetImageExtent</a> • <a href="image.php#SetImageInfoBlob">SetImageInfoBlob</a> • <a href="image.php#SetImageInfoFile">SetImageInfoFile</a> • <a href="image.php#SetImageMask">SetImageMask</a> • <a href="image.php#SetImageAlpha">SetImageAlpha</a> • <a href="image.php#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> • <a href="image.php#SmushImages">SmushImages</a> • <a href="image.php#StripImage">StripImage</a> • <a href="image.php#SyncImageSettings">SyncImageSettings</a></p> 666 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image_8c.html" id="SetImageBackgroundColor">SetImageBackgroundColor</a></h2> 668 <p>SetImageBackgroundColor() initializes the image pixels to the image background color. The background color is defined by the background_color member of the image structure.</p> 673 MagickBooleanType SetImageBackgroundColor(Image *image,
|
/external/ImageMagick/tests/ |
validate.c | [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |