HomeSort by relevance Sort by last modified time
    Searched refs:colorize (Results 1 - 15 of 15) sorted by null

  /frameworks/native/services/surfaceflinger/
Colorizer.h 41 void colorize(String8& out, color c) { function in class:android::Colorizer
SurfaceFlinger.cpp 2933 bool colorize = false; local
    [all...]
SurfaceFlinger_hwc1.cpp 2848 bool colorize = false; local
    [all...]
Layer.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 204 boolean colorize = !isPreL || NotificationUtils.isGrayscale(v, mNotificationColorUtil);
205 if (colorize) {
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 322 def report_expected_diffs(diffs, colorize=False):
335 if colorize:
341 if colorize:
  /external/llvm/docs/
Makefile 132 $(OCAMLFIND) ocamldoc -d $(PROJ_OBJ_DIR)/ocamldoc/html -sort -colorize-code -html \
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 726 // Colorize image with pen color, using specified percent alpha.
727 void colorize(const unsigned int alpha_,const Color &penColor_);
729 // Colorize image with pen color, using specified percent alpha
731 void colorize(const unsigned int alphaRed_,const unsigned int alphaGreen_,
    [all...]
  /external/ImageMagick/MagickCore/
fx.c 651 % const PixelInfo *colorize,ExceptionInfo *exception)
660 % o colorize: A color value.
666 const PixelInfo *colorize,ExceptionInfo *exception)
668 #define ColorizeImageTag "Colorize/Image"
669 #define Colorize(pixel,blend_percentage,colorize) \
670 (((pixel)*(100.0-(blend_percentage))+(colorize)*(blend_percentage))/100.0)
714 (IsPixelInfoGray(colorize) != MagickFalse))
717 (colorize->alpha_trait != UndefinedPixelTrait))
742 Colorize DirectClass image
    [all...]
  /external/ImageMagick/www/api/
fx.php 170 const PixelInfo *colorize,ExceptionInfo *exception)
188 <dt>colorize</dt>
magick-image.php     [all...]
  /external/ImageMagick/Magick++/lib/
STL.cpp 174 // Colorize image using pen color at specified percent alpha
195 image_.colorize( _alphaRed, _alphaGreen, _alphaBlue, _penColor );
    [all...]
Image.cpp 2310 void Magick::Image::colorize(const unsigned int alpha_,const Color &penColor_) function in class:Magick::Image
2315 void Magick::Image::colorize(const unsigned int alphaRed_, function in class:Magick::Image
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 969 milliseconds