/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 147 void monochrome(const bool monochromeFlag_); 148 bool monochrome(void) const;
|
D | Image.h | 339 void monochrome(const bool monochromeFlag_); 340 bool monochrome(void) const;
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 991 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/ |
D | xsnap | 172 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/ |
D | Options.cpp | 411 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()
|
D | Image.cpp | 1184 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()
|
D | STL.cpp | 1431 image_.monochrome( _monochromeFlag ); in operator ()()
|
/external/ImageMagick/coders/ |
D | psd.c | 2303 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()
|
D | xps.c | 268 if (image_info->monochrome != MagickFalse) in ReadXPSImage()
|
D | pcl.c | 314 if (image_info->monochrome != MagickFalse) in ReadPCLImage()
|
D | ps.c | 852 if (image_info->monochrome != MagickFalse) in ReadPSImage()
|
D | pdf.c | 693 if (image_info->monochrome != MagickFalse) in ReadPDFImage()
|
/external/ImageMagick/MagickCore/ |
D | image.h | 424 monochrome; /* read/write pcl,pdf,ps,xps as monocrome image */ member
|
D | image.c | 974 clone_info->monochrome=image_info->monochrome; in CloneImageInfo()
|
/external/libjpeg-turbo/ |
D | usage.txt | 77 -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/ |
D | d3d11ddi.txt | 222 - D3D11 supports a monochrome convolution filter for "text filtering"
|
/external/syslinux/com32/lib/libpng/ |
D | libpng.txt | 379 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/ |
D | VERSIONS | 233 - better monochrome output 381 - black and white were reversed on some monochrome displays
|
/external/libpng/ |
D | libpng-manual.txt | 1126 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/ |
D | quantum.xs.in | 1744 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/ |
D | libpng-manual.txt | 1126 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/ |
D | operation.c | 1135 _image_info->monochrome= ArgBoolean; in CLISettingOptionInfo()
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 1800 …output mode for this preset - "color" (default for color printers) or "monochrome" (grayscale, def…
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1755 info->image_info->monochrome=sp != 0 ? MagickTrue : MagickFalse; in SetAttribute() 5369 j=info ? info->image_info->monochrome : in Get()
|
/external/syslinux/ |
D | NEWS | 1063 monochrome terminal emulators.)
|