Home
last modified time | relevance | path

Searched refs:invert_ (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/Magick++/lib/
DSTL.cpp407 const bool invert_) in floodFillAlphaImage() argument
412 _invert(invert_) in floodFillAlphaImage()
422 const ssize_t y_,const Magick::Color &fillColor_,const bool invert_) in floodFillColorImage() argument
427 _invert(invert_) in floodFillColorImage()
433 const bool invert_) in floodFillColorImage() argument
438 _invert(invert_) in floodFillColorImage()
444 const Magick::Color &borderColor_,const bool invert_) in floodFillColorImage() argument
449 _invert(invert_) in floodFillColorImage()
454 const Color &fillColor_,const Color &borderColor_,const bool invert_) in floodFillColorImage() argument
459 _invert(invert_) in floodFillColorImage()
[all …]
DImage.cpp2996 const unsigned int alpha_,const bool invert_) in floodFillAlpha() argument
3008 (MagickBooleanType)invert_,exceptionInfo); in floodFillAlpha()
3014 const unsigned int alpha_,const Color &target_,const bool invert_) in floodFillAlpha() argument
3026 (MagickBooleanType)invert_,exceptionInfo); in floodFillAlpha()
3032 const Magick::Color &fillColor_,const bool invert_) in floodFillColor() argument
3034 floodFillColor(point_.xOff(),point_.yOff(),fillColor_,invert_); in floodFillColor()
3038 const Magick::Color &fillColor_,const bool invert_) in floodFillColor() argument
3046 floodFill(x_,y_,(Magick::Image *)NULL,fillColor_,&pixel,invert_); in floodFillColor()
3051 const bool invert_) in floodFillColor() argument
3053 floodFillColor(point_.xOff(),point_.yOff(),fillColor_,borderColor_,invert_); in floodFillColor()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h905 const unsigned int alpha_,const bool invert_=false);
909 const unsigned int alpha_,const Color &target_,const bool invert_=false);
915 const bool invert_=false);
917 const Color &fillColor_,const bool invert_=false);
923 const Color &borderColor_,const bool invert_=false);
926 const bool invert_=false);
932 const bool invert_=false);
934 const Image &texture_,const bool invert_=false);
940 const Color &borderColor_,const bool invert_=false);
943 const bool invert_=false);
[all …]
DSTL.h463 const unsigned int alpha_,const Color &target_,const bool invert_=false);
484 const bool invert_=false);
486 const Color &fillColor_,const bool invert_=false);
492 const Color &borderColor_,const bool invert_=false);
495 const bool invert_=false);
516 const Image &texture_,const bool invert_=false);
518 const bool invert_=false);
525 const bool invert_=false);
528 const Color &borderColor_,const bool invert_=false);
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h1221 : opcode_(opcode), invert_(invert) {}
1224 if (invert_ && inst->opcode() == opcode_) {
1229 if (!invert_ && inst->opcode() != opcode_) {
1238 if (!invert_) {
1247 bool invert_;