Home
last modified time | relevance | path

Searched refs:colorize (Results 1 – 17 of 17) sorted by relevance

/external/ltp/doc/
Dcolorized-output.txt9 y or 1: always colorize
10 n or 0: never colorize
/external/harfbuzz_ng/test/shaping/
DMakefile.am19 hb-diff-colorize \
/external/swiftshader/third_party/LLVM/docs/
DMakefile125 $(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \
/external/llvm/docs/
DCMakeLists.txt150 -sort -colorize-code -html ${odoc_files}
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h727 void colorize(const unsigned int alpha_,const Color &penColor_);
731 void colorize(const unsigned int alphaRed_,const unsigned int alphaGreen_,
/external/ImageMagick/MagickCore/
Dfx.c666 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++/
DNEWS195 * Fixed API bug with colorize. Options adjusted to match ImageMagick
DChangeLog1024 * lib/Image.cpp (colorize): API change to match change in
1026 colorize with using specified pen color.
/external/ImageMagick/Magick++/lib/
DSTL.cpp195 image_.colorize( _alphaRed, _alphaGreen, _alphaBlue, _penColor ); in operator ()()
DImage.cpp2310 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/
Dmagick-image.c1548 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() argument
1581 target=PixelGetPixel(colorize); in MagickColorizeImage()
/external/elfutils/po/
Dja.po24 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
Duk.po24 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
Dde.po27 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
Des.po29 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
Dpl.po22 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
/external/python/cpython2/Misc/
DHISTORY13667 interface that makes it a breeze to write code to colorize Python