Lines Matching refs:flag_
288 void Magick::Image::adjoin(const bool flag_) in adjoin() argument
291 options()->adjoin(flag_); in adjoin()
422 void Magick::Image::blackPointCompensation(const bool flag_) in blackPointCompensation() argument
424 image()->black_point_compensation=(MagickBooleanType) flag_; in blackPointCompensation()
645 void Magick::Image::debug(const bool flag_) in debug() argument
648 options()->debug(flag_); in debug()
1374 void Magick::Image::strokeAntiAlias(const bool flag_) in strokeAntiAlias() argument
1377 options()->strokeAntiAlias(flag_); in strokeAntiAlias()
1527 void Magick::Image::textAntiAlias(const bool flag_) in textAntiAlias() argument
1530 options()->textAntiAlias(flag_); in textAntiAlias()
2650 const std::string &key_,bool flag_) in defineSet() argument
2657 if (flag_) in defineSet()