Home
last modified time | relevance | path

Searched refs:fill_ (Results 1 – 6 of 6) sorted by relevance

/external/fmtlib/fmt/
Dprintf.h325 spec.fill_ = '0';
366 spec.fill_ = '0';
421 if (spec.fill_ == '0') {
425 spec.fill_ = ' '; // Ignore '0' flag for non-numeric types.
Dformat.h1708 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';
/external/ImageMagick/Magick++/lib/
DMontage.cpp60 void Magick::Montage::fillColor(const Color &fill_) in fillColor() argument
62 _fill=fill_; in fillColor()
DImage.cpp5037 const Magick::Image *fillPattern_,const Magick::Color &fill_, in floodFill() argument
5060 options()->fillColor(fill_); in floodFill()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h41 void fillColor(const Color &fill_);
DImage.h1525 const Magick::Image *fillPattern_,const Color &fill_,