Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h62 void boxColor(const Color &boxColor_);
DImage.h156 void boxColor(const Color &boxColor_);
DSTL.h1307 boxColorImage( const Color &boxColor_ );
/external/ImageMagick/Magick++/lib/
DOptions.cpp123 void Magick::Options::boxColor(const Color &boxColor_) in boxColor() argument
125 _drawInfo->undercolor=boxColor_; in boxColor()
DSTL.cpp1200 Magick::boxColorImage::boxColorImage( const Magick::Color &boxColor_ ) in boxColorImage() argument
1201 : _boxColor( boxColor_ ) { } in boxColorImage()
DImage.cpp460 void Magick::Image::boxColor(const Color &boxColor_) in boxColor() argument
463 options()->boxColor(boxColor_); in boxColor()