Searched refs:colorize (Results 1 – 17 of 17) sorted by relevance
/external/ltp/doc/ |
D | colorized-output.txt | 9 y or 1: always colorize 10 n or 0: never colorize
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 19 hb-diff-colorize \
|
/external/swiftshader/third_party/LLVM/docs/ |
D | Makefile | 125 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \
|
/external/llvm/docs/ |
D | CMakeLists.txt | 150 -sort -colorize-code -html ${odoc_files}
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 727 void colorize(const unsigned int alpha_,const Color &penColor_); 731 void colorize(const unsigned int alphaRed_,const unsigned int alphaGreen_,
|
/external/ImageMagick/MagickCore/ |
D | fx.c | 666 const PixelInfo *colorize,ExceptionInfo *exception) in ColorizeImage() argument 669 #define Colorize(pixel,blend_percentage,colorize) \ in ColorizeImage() argument 670 (((pixel)*(100.0-(blend_percentage))+(colorize)*(blend_percentage))/100.0) in ColorizeImage() 714 (IsPixelInfoGray(colorize) != MagickFalse)) in ColorizeImage() 717 (colorize->alpha_trait != UndefinedPixelTrait)) in ColorizeImage() 787 GetPixelInfoChannel(colorize,(PixelChannel) i))),q); in ColorizeImage()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 195 * Fixed API bug with colorize. Options adjusted to match ImageMagick
|
D | ChangeLog | 1024 * lib/Image.cpp (colorize): API change to match change in 1026 colorize with using specified pen color.
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 195 image_.colorize( _alphaRed, _alphaGreen, _alphaBlue, _penColor ); in operator ()()
|
D | Image.cpp | 2310 void Magick::Image::colorize(const unsigned int alpha_,const Color &penColor_) in colorize() function in Magick::Image 2312 colorize(alpha_,alpha_,alpha_,penColor_); in colorize() 2315 void Magick::Image::colorize(const unsigned int alphaRed_, in colorize() function in Magick::Image
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1548 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() argument 1581 target=PixelGetPixel(colorize); in MagickColorizeImage()
|
/external/elfutils/po/ |
D | ja.po | 24 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
|
D | uk.po | 24 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
|
D | de.po | 27 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
|
D | es.po | 29 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
|
D | pl.po | 22 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13667 interface that makes it a breeze to write code to colorize Python
|