Home
last modified time | relevance | path

Searched refs:modulate (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/core/
DSkBlendMode.cpp101 case SkBlendMode::kModulate: stage = SkRasterPipeline::modulate; break; in SkBlendMode_AppendStages()
DSkRasterPipeline.h60 M(clear) M(modulate) M(multiply) M(plus_) M(screen) M(xor_) \
/external/skqp/src/core/
DSkBlendMode.cpp101 case SkBlendMode::kModulate: stage = SkRasterPipeline::modulate; break; in SkBlendMode_AppendStages()
DSkRasterPipeline.h60 M(clear) M(modulate) M(multiply) M(plus_) M(screen) M(xor_) \
/external/ImageMagick/Magick++/demo/
Ddemo.cpp268 example.modulate( 110, 110, 110 ); in main()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h1089 void modulate(const double brightness_,const double saturation_,
/external/ImageMagick/Magick++/lib/
DImage.cpp3600 void Magick::Image::modulate(const double brightness_,const double saturation_, in modulate() function in Magick::Image
3604 modulate[MagickPathExtent + 1]; in modulate() local
3606 FormatLocaleString(modulate,MagickPathExtent,"%3.6f,%3.6f,%3.6f",brightness_, in modulate()
3611 ModulateImage(image(),modulate,exceptionInfo); in modulate()
DSTL.cpp704 image_.modulate( _brightness, _saturation, _hue ); in operator ()()
/external/ImageMagick/MagickCore/
Denhance.c3612 MagickExport MagickBooleanType ModulateImage(Image *image,const char *modulate, in ModulateImage() argument
3656 if (modulate == (char *) NULL) in ModulateImage()
3660 flags=ParseGeometry(modulate,&geometry_info); in ModulateImage()
/external/skia/docs/
Dspelling.txt140 modifying modulate modulated modulo monitor monitors more most mostly move moved
DSkBlendMode_Reference.bmh579 drawSquare(0, -128, SkBlendMode::kModulate, "modulate");
DSkPaint_Reference.bmh1483 If Shader generates only Color_Alpha then all components of Color modulate the output.
/external/skqp/docs/
Dspelling.txt140 modifying modulate modulated modulo monitor monitors more most mostly move moved
DSkBlendMode_Reference.bmh579 drawSquare(0, -128, SkBlendMode::kModulate, "modulate");
DSkPaint_Reference.bmh1675 If Shader generates only Color_Alpha then all components of Color modulate the output.
/external/ImageMagick/coders/
Dmsl.c3953 modulate[MagickPathExtent]; in MSLStartElement() local
4069 (void) FormatLocaleString(modulate,MagickPathExtent,"%g,%g,%g", in MSLStartElement()
4071 (void) ModulateImage(msl_info->image[n],modulate, in MSLStartElement()
/external/ImageMagick/MagickWand/
Dmagick-image.c6825 modulate[MagickPathExtent]; in MagickModulateImage() local
6836 (void) FormatLocaleString(modulate,MagickPathExtent,"%g,%g,%g", in MagickModulateImage()
6838 status=ModulateImage(wand->images,modulate,wand->exception); in MagickModulateImage()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in9263 modulate[MagickPathExtent]; local
9278 SetImageArtifact(image,"modulate:colorspace","HWB");
9283 SetImageArtifact(image,"modulate:colorspace","HSB");
9288 SetImageArtifact(image,"modulate:colorspace","HSL");
9293 SetImageArtifact(image,"modulate:colorspace","HWB");
9295 (void) FormatLocaleString(modulate,MagickPathExtent,
9298 (void) ModulateImage(image,modulate,exception);
/external/skia/src/opts/
DSkRasterPipeline_opts.h1125 BLEND_MODE(modulate) { return s*d; } in BLEND_MODE() argument
2708 BLEND_MODE(modulate) { return div255( s*d ); }
/external/skqp/src/opts/
DSkRasterPipeline_opts.h1109 BLEND_MODE(modulate) { return s*d; } in BLEND_MODE() argument
2692 BLEND_MODE(modulate) { return div255( s*d ); }
/external/ImageMagick/
DChangeLog984 * Support read-masks for the -modulate option.
/external/ImageMagick/PerlMagick/
DMagick.xs9256 modulate[MagickPathExtent]; in Mogrify() local
9288 (void) FormatLocaleString(modulate,MagickPathExtent,"%.20g,%.20g,%.20g", in Mogrify()
9290 (void) ModulateImage(image,modulate,exception); in Mogrify()
/external/skia/site/user/api/
DSkPaint_Reference.md2596 …r_Alpha</a> then all components of <a href='SkColor_Reference#Color'>Color</a> modulate the output.
/external/skqp/site/user/api/
DSkPaint_Reference.md2623 …r_Alpha</a> then all components of <a href='SkColor_Reference#Color'>Color</a> modulate the output.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt10765 調制 < to\-modulate;
29037 調制 > to\-modulate;
29362 調變 > to\-modulate;

12