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

  /packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h 106 uint8 monochrome; member in struct:__anon53083
  /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...]
  /external/ImageMagick/coders/
psd.c 2303 monochrome; local
2718 monochrome; local
    [all...]
  /external/ImageMagick/MagickCore/
image.h 424 monochrome; /* read/write pcl,pdf,ps,xps as monocrome image */ member in struct:_ImageInfo

Completed in 499 milliseconds