/external/pigweed/pw_cli/py/pw_cli/ |
D | log.py | 200 colorize = lambda ll: str function 203 colorize = lambda ll: getattr(colors, ll.color) function 207 logging.addLevelName(log_level.level, colorize(log_level)(name))
|
/external/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 49 inline Color<float> colorize(float v) { in colorize() function 69 return colorize(sqrtf(static_cast<float>(i))); in julia()
|
/external/harfbuzz_ng/test/shape/ |
D | Makefile.am | 20 hb-diff-colorize \
|
/external/ltp/doc/ |
D | user-guide.txt | 19 'y' or '1': always colorize, 'n' or '0': never colorize.
|
/external/jsoncpp/.travis_scripts/ |
D | run-clang-format.py | 178 def colorize(diff_lines): function 206 diff_lines = colorize(diff_lines)
|
/external/llvm/docs/ |
D | CMakeLists.txt | 150 -sort -colorize-code -html ${odoc_files}
|
/external/scapy/scapy/ |
D | utils.py | 211 colorize = { 0: lambda x:x, 236 print(colorize[doy-dox]("%04x" % xd), end=' ') 247 print(colorize[doy-dox]("%04x" % yd), end=' ') 259 col = colorize[(linex[j]!=liney[j])*(doy-dox)]
|
/external/skia/src/gpu/ganesh/gradients/ |
D | README.md | 46 colorize a gradient; in this case, a `GrTextureEffect` will be used as the colorizer.
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 735 void colorize(const unsigned int alpha_,const Color &penColor_); 739 void colorize(const unsigned int alphaRed_,const unsigned int alphaGreen_,
|
/external/ImageMagick/MagickCore/ |
D | visual-effects.c | 535 const PixelInfo *colorize,ExceptionInfo *exception) in ColorizeImage() argument 538 #define Colorize(pixel,blend_percentage,colorize) \ in ColorizeImage() argument 539 (((pixel)*(100.0-(blend_percentage))+(colorize)*(blend_percentage))/100.0) in ColorizeImage() 583 (IsPixelInfoGray(colorize) != MagickFalse)) in ColorizeImage() 586 (colorize->alpha_trait != UndefinedPixelTrait)) in ColorizeImage() 655 GetPixelInfoChannel(colorize,(PixelChannel) i))),q); in ColorizeImage()
|
/external/python/pyserial/documentation/ |
D | tools.rst | 242 - ``colorize``: Apply different colors for received and echo
|
D | url_handlers.rst | 138 - ``color`` enable ANSI escape sequences to colorize output
|
/external/ImageMagick/Magick++/ |
D | NEWS | 195 * Fixed API bug with colorize. Options adjusted to match ImageMagick
|
D | ChangeLog | 1028 * lib/Image.cpp (colorize): API change to match change in 1030 colorize with using specified pen color.
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 198 image_.colorize( _alphaRed, _alphaGreen, _alphaBlue, _penColor ); in operator ()()
|
D | Image.cpp | 2345 void Magick::Image::colorize(const unsigned int alpha_,const Color &penColor_) in colorize() function in Magick::Image 2347 colorize(alpha_,alpha_,alpha_,penColor_); in colorize() 2350 void Magick::Image::colorize(const unsigned int alphaRed_, in colorize() function in Magick::Image
|
/external/pigweed/pw_build/ |
D | python.gni | 88 # Use this environment variable to force mypy to colorize output.
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 1753 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() argument 1786 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 | de.po | 27 "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 | pl.po | 24 "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'"
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2793 - iris: colorize batchbuffer failures to make them stand out
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13667 interface that makes it a breeze to write code to colorize Python
|