/external/ImageMagick/coders/ |
D | label.c | 126 (void) SetImageBackgroundColor(image,exception); in ReadLABELImage() 248 if (SetImageBackgroundColor(image,exception) == MagickFalse) in ReadLABELImage()
|
D | caption.c | 139 (void) SetImageBackgroundColor(image,exception); in ReadCAPTIONImage() 211 if (SetImageBackgroundColor(image,exception) == MagickFalse) in ReadCAPTIONImage()
|
D | txt.c | 264 (void) SetImageBackgroundColor(image,exception); in ReadTEXTImage() 331 (void) SetImageBackgroundColor(image,exception); in ReadTEXTImage() 479 (void) SetImageBackgroundColor(image,exception); in ReadTXTImage()
|
D | mvg.c | 202 if (SetImageBackgroundColor(image,exception) == MagickFalse) in ReadMVGImage()
|
D | wbmp.c | 187 (void) SetImageBackgroundColor(image,exception); in ReadWBMPImage()
|
D | histogram.c | 290 (void) SetImageBackgroundColor(histogram_image,exception); in WriteHISTOGRAMImage()
|
D | pango.c | 427 (void) SetImageBackgroundColor(image,exception); in ReadPANGOImage()
|
D | xcf.c | 768 (void) SetImageBackgroundColor(tile_image,exception); in load_level() 1215 (void) SetImageBackgroundColor(image,exception); in ReadXCFImage()
|
D | mat.c | 707 (void) SetImageBackgroundColor(image,exception); in ReadMATImageV4() 1227 (void) SetImageBackgroundColor(image,exception); in ReadMATImage()
|
D | palm.c | 318 (void) SetImageBackgroundColor(image,exception); in ReadPALMImage()
|
D | pcx.c | 364 (void) SetImageBackgroundColor(image,exception); in ReadPCXImage()
|
D | viff.c | 346 (void) SetImageBackgroundColor(image,exception); in ReadVIFFImage()
|
D | png.c | 3794 (void) SetImageBackgroundColor(image,exception); in ReadOnePNGImage() 6096 if (SetImageBackgroundColor(image,exception) == MagickFalse) in ReadOneMNGImage() 6684 (void) SetImageBackgroundColor(image,exception); in ReadOneMNGImage() 6733 (void) SetImageBackgroundColor(image,exception); in ReadOneMNGImage() 6983 (void) SetImageBackgroundColor(large_image,exception); in ReadOneMNGImage() 6988 (void) SetImageBackgroundColor(large_image,exception); in ReadOneMNGImage() 7456 (void) SetImageBackgroundColor(image,exception); in ReadOneMNGImage() 7543 (void) SetImageBackgroundColor(image,exception); in ReadOneMNGImage()
|
D | dcm.c | 4022 (void) SetImageBackgroundColor(image,exception); in ReadDCMImage()
|
D | cin.c | 745 (void) SetImageBackgroundColor(image,exception); in ReadCINImage()
|
D | psd.c | 1468 (void) SetImageBackgroundColor(layer_info->image,exception); in ReadPSDLayer() 2407 (void) SetImageBackgroundColor(image,exception); in ReadPSDImage()
|
/external/ImageMagick/MagickCore/ |
D | layer.c | 272 (void) SetImageBackgroundColor(coalesce_image,exception); in CoalesceImages() 409 (void) SetImageBackgroundColor(dispose_image,exception); in DisposeImages() 788 (void) SetImageBackgroundColor(image_a,exception); in CompareImagesLayers() 1004 (void) SetImageBackgroundColor(prev_image,exception); in OptimizeLayerFrames() 1488 (void) SetImageBackgroundColor(dispose_image,exception); in OptimizeImageTransparency() 2034 (void) SetImageBackgroundColor(canvas,exception); in MergeImageLayers()
|
D | image.h | 550 SetImageBackgroundColor(Image *,ExceptionInfo *),
|
D | transform.c | 599 (void) SetImageBackgroundColor(crop_image,exception); in CropImage() 1138 status=SetImageBackgroundColor(extent_image,exception); in ExtentImage() 1730 (void) SetImageBackgroundColor(splice_image,exception); in SpliceImage() 2411 (void) SetImageBackgroundColor(crop_image,exception); in TrimImage()
|
D | methods.h | 882 #define SetImageBackgroundColor PrependMagickMethod(SetImageBackgroundColor) macro
|
D | montage.c | 626 (void) SetImageBackgroundColor(montage,exception); in MontageImageList()
|
D | image.c | 531 (void) SetImageBackgroundColor(append_image,exception); in AppendImages() 2415 MagickExport MagickBooleanType SetImageBackgroundColor(Image *image, in SetImageBackgroundColor() function 3760 (void) SetImageBackgroundColor(smush_image,exception); in SmushImages()
|
D | paint.c | 197 (void) SetImageBackgroundColor(floodplane_image,exception); in FloodfillPaintImage()
|
D | fx.c | 4101 (void) SetImageBackgroundColor(caption_image,exception); in PolaroidImage() 4124 (void) SetImageBackgroundColor(picture_image,exception); in PolaroidImage() 5576 (void) SetImageBackgroundColor(oval_image,exception); in VignetteImage()
|
/external/ImageMagick/tests/ |
D | validate.c | 2126 (void) SetImageBackgroundColor(reference_image,exception); in ValidateImportExportPixels() 2148 (void) SetImageBackgroundColor(reconstruct_image,exception); in ValidateImportExportPixels()
|