Searched refs:fill_ (Results 1 – 6 of 6) sorted by relevance
325 spec.fill_ = '0';366 spec.fill_ = '0';421 if (spec.fill_ == '0') {425 spec.fill_ = ' '; // Ignore '0' flag for non-numeric types.
1708 wchar_t fill_;1710 WidthSpec(unsigned width, wchar_t fill) : width_(width), fill_(fill) {}1713 wchar_t fill() const { return fill_; }3696 spec.fill_ = c;3731 spec.fill_ = '0';
60 void Magick::Montage::fillColor(const Color &fill_) in fillColor() argument62 _fill=fill_; in fillColor()
5037 const Magick::Image *fillPattern_,const Magick::Color &fill_, in floodFill() argument5060 options()->fillColor(fill_); in floodFill()
41 void fillColor(const Color &fill_);
1525 const Magick::Image *fillPattern_,const Color &fill_,