Searched refs:inside_ (Results 1 – 3 of 3) sorted by relevance
727 void clipPath(const std::string pathname_,const bool inside_);
520 bool inside_; variable524 : it_block_(it_block), inside_(it_block->InITBlock()) {} in ITBlockScope()526 if (inside_) it_block_->Advance(); in ~ITBlockScope()
2316 void Magick::Image::clipPath(const std::string pathname_,const bool inside_) in clipPath() argument2320 ClipImagePath(image(),pathname_.c_str(),(MagickBooleanType) inside_, in clipPath()