Searched refs:pointSize_ (Results 1 – 7 of 7) sorted by relevance
110 void Magick::Montage::pointSize(size_t pointSize_) in pointSize() argument112 _pointSize=pointSize_; in pointSize()
329 void Magick::Options::fontPointsize(const double pointSize_) in fontPointsize() argument331 _imageInfo->pointsize=pointSize_; in fontPointsize()332 _drawInfo->pointsize=pointSize_; in fontPointsize()
872 void Magick::Image::fontPointsize(const double pointSize_) in fontPointsize() argument875 options()->fontPointsize(pointSize_); in fontPointsize()883 void Magick::Image::fontStyle(const StyleType pointSize_) in fontStyle() argument886 options()->fontStyle(pointSize_); in fontStyle()
61 void pointSize(size_t pointSize_);
125 void fontPointsize(const double pointSize_);
1245 DrawablePointSize ( double pointSize_ ) in DrawablePointSize() argument1246 : _pointSize(pointSize_) in DrawablePointSize()1257 void pointSize( double pointSize_ ) in pointSize() argument1259 _pointSize = pointSize_; in pointSize()
259 void fontPointsize(const double pointSize_);