HomeSort by relevance Sort by last modified time
    Searched refs:monochrome (Results 1 - 24 of 24) sorted by null

  /external/freetype/src/raster/
module.mk 20 $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE)
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pwg.c 39 bool monochrome) {
76 h->cupsBitsPerPixel = (monochrome ? 8 : 24);
78 h->cupsColorSpace = (monochrome ? CUPS_CSPACE_SW : CUPS_CSPACE_SRGB);
196 job_info->monochrome = (color_space == COLOR_SPACE_MONO);
264 _write_header_pwg(pixel_width, pixel_height, &header_pwg, job_info->monochrome);
286 if (job_info->monochrome) {
320 unsigned char *_generate_blank_data(int pixel_width, int pixel_height, uint8 monochrome, size_t *buffer_size) {
331 int column_data_size = 1 + (columns_full + column_fraction) * (monochrome ? 2 : 4);
356 if (!monochrome) {
373 buffer = _generate_blank_data(header_pwg.cupsWidth, header_pwg.cupsHeight, job_info->monochrome, &buffer_size)
    [all...]
lib_pcl.h 106 uint8 monochrome; member in struct:__anon53083
lib_pclm.c 145 job_info->monochrome = (color_space == COLOR_SPACE_MONO);
231 if (job_info->monochrome) {
  /prebuilts/misc/windows/sdl2/test/
testoverlay2.c 154 RGBtoYUV(Uint8 * rgb, int *yuv, int monochrome, int luminance)
156 if (monochrome) {
187 int monochrome, int luminance)
198 RGBtoYUV(rgb, yuv, monochrome, luminance);
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 146 // Write as a monochrome image
147 void monochrome(const bool monochromeFlag_);
148 bool monochrome(void) const;
Image.h 339 void monochrome(const bool monochromeFlag_);
340 bool monochrome(void) const;
    [all...]
  /external/ImageMagick/Magick++/tests/
attributes.cpp 988 // 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/
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 \
469 set option +monochrome
470 if {$snap(monochrome)} {
471 set option -monochrome
591 set snap(monochrome) 0
  /external/ImageMagick/Magick++/lib/
Options.cpp 411 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));
Image.cpp 1184 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());
    [all...]
STL.cpp     [all...]
  /external/ImageMagick/MagickCore/
image.h 424 monochrome; /* read/write pcl,pdf,ps,xps as monocrome image */ member in struct:_ImageInfo
image.c     [all...]
  /external/ImageMagick/coders/
xps.c 270 if (image_info->monochrome != MagickFalse)
psd.c 2303 monochrome; local
2718 monochrome; local
    [all...]
pcl.c 318 if (image_info->monochrome != MagickFalse)
744 Monochrome image: use default printer monochrome setup.
874 Monochrome image.
ps.c 857 if (image_info->monochrome != MagickFalse)
    [all...]
pdf.c 699 if (image_info->monochrome != MagickFalse)
    [all...]
  /external/ImageMagick/www/api/
quantize.php 59 <p>QuantizeImage() takes a standard RGB or monochrome images and quantizes them down to some fixed number of colors.</p>
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 457 milliseconds