Searched refs:monochrome (Results 1 - 20 of 20) sorted by relevance

/external/freetype/src/raster/
H A Dmodule.mk20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
/external/ImageMagick/Magick++/lib/Magick++/
H A DOptions.h146 // Write as a monochrome image
147 void monochrome(const bool monochromeFlag_);
148 bool monochrome(void) const;
H A DImage.h339 void monochrome(const bool monochromeFlag_);
340 bool monochrome(void) const;
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp988 // monochrome
991 if ( image.monochrome() != false )
995 << ", monochrome is not false as expected" << endl;
999 image.monochrome(true);
1000 if ( image.monochrome() != true )
1003 cout << "Line: " << __LINE__ << ", monochrome get/set failed" << endl;
1005 image.monochrome(false);
/external/ImageMagick/scripts/
H A 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 \
469 set option +monochrome
470 if {$snap(monochrome)} {
471 set option -monochrome
591 set snap(monochrome) 0
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp411 void Magick::Options::monochrome(const bool monochromeFlag_) function in class:Magick::Options
413 _imageInfo->monochrome=(MagickBooleanType) monochromeFlag_;
416 bool Magick::Options::monochrome(void) const function in class:Magick::Options
418 return(static_cast<bool>(_imageInfo->monochrome));
H A DImage.cpp1184 void Magick::Image::monochrome(const bool monochromeFlag_) function in class:Magick::Image
1187 options()->monochrome(monochromeFlag_);
1190 bool Magick::Image::monochrome(void) const function in class:Magick::Image
1192 return(constOptions()->monochrome());
H A DSTL.cpp1431 image_.monochrome( _monochromeFlag );
/external/ImageMagick/MagickCore/
H A Dimage.h424 monochrome; /* read/write pcl,pdf,ps,xps as monocrome image */ member in struct:_ImageInfo
H A Dimage.c984 clone_info->monochrome=image_info->monochrome;
/external/ImageMagick/coders/
H A Dxps.c270 if (image_info->monochrome != MagickFalse)
H A Dpsd.c2311 monochrome;
2335 monochrome=IsImageMonochrome(image) && (image->depth == 1) ?
2348 if (monochrome != MagickFalse)
2726 monochrome;
2731 monochrome=IsImageMonochrome(image) && (image->depth == 1) ?
2734 (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8));
2736 (monochrome != MagickFalse ? BitmapMode : GrayscaleMode));
2303 monochrome; local
2718 monochrome; local
H A Dpcl.c318 if (image_info->monochrome != MagickFalse)
744 Monochrome image: use default printer monochrome setup.
H A Dps.c857 if (image_info->monochrome != MagickFalse)
H A Dpdf.c699 if (image_info->monochrome != MagickFalse)
/external/ImageMagick/www/api/
H A Dquantize.php59 <p>QuantizeImage() takes a standard RGB or monochrome images and quantizes them down to some fixed number of colors.</p>
/external/ImageMagick/MagickWand/
H A Doperation.c1135 if (LocaleCompare("monochrome",option+1) == 0)
1140 _image_info->monochrome= ArgBoolean;
2794 if (LocaleCompare("monochrome",option+1) == 0)
H A Dmogrify.c2236 if (LocaleCompare("monochrome",option+1) == 0)
3571 "-monochrome transform image to black and white",
5487 if (LocaleCompare("monochrome",option+1) == 0)
7283 if (LocaleCompare("monochrome",option+1) == 0)
7285 image_info->monochrome=(*option == '-') ? MagickTrue : MagickFalse;
/external/ImageMagick/PerlMagick/
H A DMagick.xs1755 if (LocaleCompare(attribute,"monochrome") == 0)
1766 info->image_info->monochrome=sp != 0 ? MagickTrue : MagickFalse;
5397 if (LocaleCompare(attribute,"monochrome") == 0)
5401 j=info ? info->image_info->monochrome :
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in1755 if (LocaleCompare(attribute,"monochrome") == 0)
1766 info->image_info->monochrome=sp != 0 ? MagickTrue : MagickFalse;
5397 if (LocaleCompare(attribute,"monochrome") == 0)
5401 j=info ? info->image_info->monochrome :

Completed in 510 milliseconds