OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsGrayColorspace
(Results
1 - 18
of
18
) sorted by null
/external/ImageMagick/MagickCore/
colorspace-private.h
96
static inline MagickBooleanType
IsGrayColorspace
(
124
(
IsGrayColorspace
(colorspace) != MagickFalse))
threshold.c
429
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
567
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
quantum.c
552
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
enhance.c
335
if( (
IsGrayColorspace
(image->colorspace) != MagickFalse) &&
336
(
IsGrayColorspace
(clut_image->colorspace) == MagickFalse))
[
all
...]
channel.c
384
(
IsGrayColorspace
(destination_image->colorspace) != MagickFalse))
[
all
...]
decorate.c
237
(
IsGrayColorspace
(frame_image->colorspace) != MagickFalse))
[
all
...]
paint.c
183
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
fx.c
713
if ((
IsGrayColorspace
(colorize_image->colorspace) != MagickFalse) ||
[
all
...]
annotate.c
343
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
composite.c
571
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
transform.c
[
all
...]
cache.c
[
all
...]
colorspace.c
[
all
...]
distort.c
[
all
...]
draw.c
[
all
...]
pixel.c
237
(
IsGrayColorspace
(image->colorspace) != MagickFalse))
[
all
...]
/external/ImageMagick/coders/
miff.c
288
if (
IsGrayColorspace
(image->colorspace) == MagickFalse)
316
if (
IsGrayColorspace
(image->colorspace) == MagickFalse)
344
if (
IsGrayColorspace
(image->colorspace) == MagickFalse)
[
all
...]
jp2.c
926
if (
IsGrayColorspace
(image->colorspace) != MagickFalse)
[
all
...]
Completed in 724 milliseconds