Home
last modified time | relevance | path

Searched defs:invert_ (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/Magick++/lib/
DSTL.cpp407 const bool invert_) in floodFillAlphaImage()
422 const ssize_t y_,const Magick::Color &fillColor_,const bool invert_) in floodFillColorImage()
433 const bool invert_) in floodFillColorImage()
444 const Magick::Color &borderColor_,const bool invert_) in floodFillColorImage()
454 const Color &fillColor_,const Color &borderColor_,const bool invert_) in floodFillColorImage()
471 const ssize_t y_,const Magick::Image &texture_,const bool invert_) in floodFillTextureImage()
482 const bool invert_) in floodFillTextureImage()
493 const Magick::Color &borderColor_,const bool invert_) in floodFillTextureImage()
504 const Magick::Color &borderColor_,const bool invert_) in floodFillTextureImage()
DImage.cpp2996 const unsigned int alpha_,const bool invert_) in floodFillAlpha()
3014 const unsigned int alpha_,const Color &target_,const bool invert_) in floodFillAlpha()
3032 const Magick::Color &fillColor_,const bool invert_) in floodFillColor()
3038 const Magick::Color &fillColor_,const bool invert_) in floodFillColor()
3051 const bool invert_) in floodFillColor()
3058 const bool invert_) in floodFillColor()
3070 const Magick::Image &texture_,const bool invert_) in floodFillTexture()
3076 const Magick::Image &texture_,const bool invert_) in floodFillTexture()
3089 const bool invert_) in floodFillTexture()
3096 const bool invert_) in floodFillTexture()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1629 def invert_(x, name=None): function