Home
last modified time | relevance | path

Searched refs:monochrome (Results 1 – 25 of 27) sorted by relevance

12

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h147 void monochrome(const bool monochromeFlag_);
148 bool monochrome(void) const;
DImage.h339 void monochrome(const bool monochromeFlag_);
340 bool monochrome(void) const;
/external/ImageMagick/Magick++/tests/
Dattributes.cpp991 if ( image.monochrome() != false ) in main()
999 image.monochrome(true); in main()
1000 if ( image.monochrome() != true ) in main()
1005 image.monochrome(false); in main()
/external/ImageMagick/scripts/
Dxsnap172 checkbutton .options.processing.checks.monochrome -text "Monochrome" \
173 -width 11 -anchor w -variable snap(monochrome)
177 .options.processing.checks.monochrome .options.processing.checks.trim \
/external/ImageMagick/Magick++/lib/
DOptions.cpp411 void Magick::Options::monochrome(const bool monochromeFlag_) in monochrome() function in Magick::Options
413 _imageInfo->monochrome=(MagickBooleanType) monochromeFlag_; in monochrome()
416 bool Magick::Options::monochrome(void) const in monochrome() function in Magick::Options
418 return(static_cast<bool>(_imageInfo->monochrome)); in monochrome()
DImage.cpp1184 void Magick::Image::monochrome(const bool monochromeFlag_) in monochrome() function in Magick::Image
1187 options()->monochrome(monochromeFlag_); in monochrome()
1190 bool Magick::Image::monochrome(void) const in monochrome() function in Magick::Image
1192 return(constOptions()->monochrome()); in monochrome()
DSTL.cpp1431 image_.monochrome( _monochromeFlag ); in operator ()()
/external/ImageMagick/coders/
Dpsd.c2303 monochrome; in WriteOneChannel() local
2327 monochrome=IsImageMonochrome(image) && (image->depth == 1) ? in WriteOneChannel()
2340 if (monochrome != MagickFalse) in WriteOneChannel()
2718 monochrome; in WritePSDImage() local
2723 monochrome=IsImageMonochrome(image) && (image->depth == 1) ? in WritePSDImage()
2726 (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8)); in WritePSDImage()
2728 (monochrome != MagickFalse ? BitmapMode : GrayscaleMode)); in WritePSDImage()
Dxps.c268 if (image_info->monochrome != MagickFalse) in ReadXPSImage()
Dpcl.c314 if (image_info->monochrome != MagickFalse) in ReadPCLImage()
Dps.c852 if (image_info->monochrome != MagickFalse) in ReadPSImage()
Dpdf.c693 if (image_info->monochrome != MagickFalse) in ReadPDFImage()
/external/ImageMagick/MagickCore/
Dimage.h424 monochrome; /* read/write pcl,pdf,ps,xps as monocrome image */ member
Dimage.c974 clone_info->monochrome=image_info->monochrome; in CloneImageInfo()
/external/libjpeg-turbo/
Dusage.txt77 -grayscale Create monochrome JPEG file from color input.
276 Useful for viewing on monochrome displays; also,
568 is particularly handy for fixing a monochrome picture that was mistakenly
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt222 - D3D11 supports a monochrome convolution filter for "text filtering"
/external/syslinux/com32/lib/libpng/
Dlibpng.txt379 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
1057 PNG files describe monochrome as black being zero and white being one.
1992 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
2129 PNG files describe monochrome as black being zero and white being
/external/mesa3d/docs/
DVERSIONS233 - better monochrome output
381 - black and white were reversed on some monochrome displays
/external/libpng/
Dlibpng-manual.txt1126 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
2039 PNG files describe monochrome as black being zero and white being one.
3336 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
3480 PNG files describe monochrome as black being zero and white being
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1744 if (LocaleCompare(attribute,"monochrome") == 0)
1755 info->image_info->monochrome=sp != 0 ? MagickTrue : MagickFalse;
5365 if (LocaleCompare(attribute,"monochrome") == 0)
5369 j=info ? info->image_info->monochrome :
/external/skia/third_party/libpng/
Dlibpng-manual.txt1126 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
2039 PNG files describe monochrome as black being zero and white being one.
3331 PNG_TRANSFORM_INVERT_MONO Invert monochrome images
3475 PNG files describe monochrome as black being zero and white being
/external/ImageMagick/MagickWand/
Doperation.c1135 _image_info->monochrome= ArgBoolean; in CLISettingOptionInfo()
/external/libcups/filter/
Dspec-ppd.shtml1800 …output mode for this preset - "color" (default for color printers) or "monochrome" (grayscale, def…
/external/ImageMagick/PerlMagick/
DMagick.xs1755 info->image_info->monochrome=sp != 0 ? MagickTrue : MagickFalse; in SetAttribute()
5369 j=info ? info->image_info->monochrome : in Get()
/external/syslinux/
DNEWS1063 monochrome terminal emulators.)

12