Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DOptions.cpp567 void Magick::Options::strokeColor(const Color &strokeColor_) in strokeColor() argument
569 _drawInfo->stroke=strokeColor_; in strokeColor()
570 if (strokeColor_ == Color()) in strokeColor()
572 setOption("stroke",strokeColor_); in strokeColor()
DSTL.cpp1056 Magick::strokeColorImage::strokeColorImage( const Magick::Color &strokeColor_ ) in strokeColorImage() argument
1057 : _strokeColor( strokeColor_ ) in strokeColorImage()
DImage.cpp1390 void Magick::Image::strokeColor(const Magick::Color &strokeColor_) in strokeColor() argument
1396 options()->strokeColor(strokeColor_); in strokeColor()
1397 value=strokeColor_; in strokeColor()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h199 void strokeColor(const Color &strokeColor_);
DImage.h413 void strokeColor(const Color &strokeColor_);
DSTL.h1136 strokeColorImage( const Color &strokeColor_ );