Home
last modified time | relevance | path

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

12

/external/pigweed/pw_cli/py/pw_cli/
Dlog.py200 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/
Dfractal.cpp49 inline Color<float> colorize(float v) { in colorize() function
69 return colorize(sqrtf(static_cast<float>(i))); in julia()
/external/harfbuzz_ng/test/shape/
DMakefile.am20 hb-diff-colorize \
/external/ltp/doc/
Duser-guide.txt19 'y' or '1': always colorize, 'n' or '0': never colorize.
/external/jsoncpp/.travis_scripts/
Drun-clang-format.py178 def colorize(diff_lines): function
206 diff_lines = colorize(diff_lines)
/external/llvm/docs/
DCMakeLists.txt150 -sort -colorize-code -html ${odoc_files}
/external/scapy/scapy/
Dutils.py211 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/
DREADME.md46 colorize a gradient; in this case, a `GrTextureEffect` will be used as the colorizer.
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h735 void colorize(const unsigned int alpha_,const Color &penColor_);
739 void colorize(const unsigned int alphaRed_,const unsigned int alphaGreen_,
/external/ImageMagick/MagickCore/
Dvisual-effects.c535 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/
Dtools.rst242 - ``colorize``: Apply different colors for received and echo
Durl_handlers.rst138 - ``color`` enable ANSI escape sequences to colorize output
/external/ImageMagick/Magick++/
DNEWS195 * Fixed API bug with colorize. Options adjusted to match ImageMagick
DChangeLog1028 * lib/Image.cpp (colorize): API change to match change in
1030 colorize with using specified pen color.
/external/ImageMagick/Magick++/lib/
DSTL.cpp198 image_.colorize( _alphaRed, _alphaGreen, _alphaBlue, _penColor ); in operator ()()
DImage.cpp2345 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/
Dpython.gni88 # Use this environment variable to force mypy to colorize output.
/external/ImageMagick/MagickWand/
Dmagick-image.c1753 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() argument
1786 target=PixelGetPixel(colorize); in MagickColorizeImage()
/external/elfutils/po/
Dja.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'"
Duk.po24 "colorize the output. WHEN defaults to 'always' or can be 'auto' or 'never'"
Dpl.po24 "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'"
/external/mesa3d/docs/relnotes/
D19.1.0.rst2793 - iris: colorize batchbuffer failures to make them stand out
/external/python/cpython2/Misc/
DHISTORY13667 interface that makes it a breeze to write code to colorize Python

12