Searched refs:strokeDashOffset (Results 1 – 5 of 5) sorted by relevance
212 void strokeDashOffset(const double strokeDashOffset_);213 double strokeDashOffset(void) const;
429 void strokeDashOffset(const double strokeDashOffset_);430 double strokeDashOffset(void) const;
601 void Magick::Options::strokeDashOffset(const double strokeDashOffset_) in strokeDashOffset() function in Magick::Options606 double Magick::Options::strokeDashOffset(void) const in strokeDashOffset() function in Magick::Options
1412 void Magick::Image::strokeDashOffset(const double strokeDashOffset_) in strokeDashOffset() function in Magick::Image1415 options()->strokeDashOffset(strokeDashOffset_); in strokeDashOffset()1418 double Magick::Image::strokeDashOffset(void) const in strokeDashOffset() function in Magick::Image1420 return(constOptions()->strokeDashOffset()); in strokeDashOffset()
591 (strokeDashOffset): Change to type double.873 (strokeDashOffset): New method for specifying the dash offset to use for