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.h153 void boxColor(const Color &boxColor_);
DSTL.h1311 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.cpp1213 Magick::boxColorImage::boxColorImage( const Magick::Color &boxColor_ ) in boxColorImage() argument
1214 : _boxColor( boxColor_ ) { } in boxColorImage()
DImage.cpp455 void Magick::Image::boxColor(const Color &boxColor_) in boxColor() argument
458 options()->boxColor(boxColor_); in boxColor()