OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorize
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/docs/
Makefile
125
$(OCAMLDOC) -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -
colorize
-code -html \
/external/scapy/scapy/
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)]
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
Image.h
734
//
Colorize
image with pen color, using specified percent alpha.
735
void
colorize
(const unsigned int alpha_,const Color &penColor_);
737
//
Colorize
image with pen color, using specified percent alpha
739
void
colorize
(const unsigned int alphaRed_,const unsigned int alphaGreen_,
[
all
...]
/external/ImageMagick/MagickCore/
fx.c
656
% const PixelInfo *
colorize
,ExceptionInfo *exception)
665
% o
colorize
: A color value.
671
const PixelInfo *
colorize
,ExceptionInfo *exception)
673
#define ColorizeImageTag "
Colorize
/Image"
674
#define
Colorize
(pixel,blend_percentage,
colorize
) \
675
(((pixel)*(100.0-(blend_percentage))+(
colorize
)*(blend_percentage))/100.0)
719
(IsPixelInfoGray(
colorize
) != MagickFalse))
722
(
colorize
->alpha_trait != UndefinedPixelTrait))
747
Colorize
DirectClass image
[
all
...]
/external/ImageMagick/Magick++/lib/
STL.cpp
177
//
Colorize
image using pen color at specified percent alpha
198
image_.
colorize
( _alphaRed, _alphaGreen, _alphaBlue, _penColor );
[
all
...]
Image.cpp
2345
void Magick::Image::
colorize
(const unsigned int alpha_,const Color &penColor_)
function in class:Magick::Image
2350
void Magick::Image::
colorize
(const unsigned int alphaRed_,
function in class:Magick::Image
[
all
...]
/external/ImageMagick/MagickWand/
magick-image.c
[
all
...]
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 533 milliseconds