Lines Matching refs:flag_
294 void Magick::Image::adjoin(const bool flag_) in adjoin() argument
297 options()->adjoin(flag_); in adjoin()
417 void Magick::Image::blackPointCompensation(const bool flag_) in blackPointCompensation() argument
419 image()->black_point_compensation=(MagickBooleanType) flag_; in blackPointCompensation()
640 void Magick::Image::debug(const bool flag_) in debug() argument
643 options()->debug(flag_); in debug()
1379 void Magick::Image::strokeAntiAlias(const bool flag_) in strokeAntiAlias() argument
1382 options()->strokeAntiAlias(flag_); in strokeAntiAlias()
1532 void Magick::Image::textAntiAlias(const bool flag_) in textAntiAlias() argument
1535 options()->textAntiAlias(flag_); in textAntiAlias()
2685 const std::string &key_,bool flag_) in defineSet() argument
2692 if (flag_) in defineSet()