OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combine_image
(Results
1 - 3
of
3
) sorted by null
/external/ImageMagick/MagickCore/
channel.c
478
*
combine_image
;
local
498
combine_image
=CloneImage(image,0,0,MagickTrue,exception);
499
if (
combine_image
== (Image *) NULL)
501
if (SetImageStorageClass(
combine_image
,DirectClass,exception) == MagickFalse)
503
combine_image
=DestroyImage(
combine_image
);
507
(void) SetImageColorspace(
combine_image
,sRGBColorspace,exception);
509
(void) SetImageColorspace(
combine_image
,colorspace,exception);
511
combine_image
->alpha_trait=BlendPixelTrait;
517
combine_view=AcquireAuthenticCacheView(
combine_image
,exception)
[
all
...]
/external/ImageMagick/MagickWand/
magick-image.c
1674
*
combine_image
;
local
[
all
...]
mogrify.c
7849
*
combine_image
;
local
[
all
...]
Completed in 302 milliseconds