Searched defs:strokeWidth_ (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DOptions.cpp660 void Magick::Options::strokeWidth(const double strokeWidth_) argument
662 _drawInfo->stroke_width=strokeWidth_;
663 setOption("strokewidth",strokeWidth_);
H A DImage.cpp1489 void Magick::Image::strokeWidth(const double strokeWidth_) argument
1495 options()->strokeWidth(strokeWidth_);
1496 FormatLocaleString(value,MagickPathExtent,"%.20g",strokeWidth_);

Completed in 119 milliseconds