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;
608 void Magick::Options::strokeDashOffset(const double strokeDashOffset_) in strokeDashOffset() function in Magick::Options613 double Magick::Options::strokeDashOffset(void) const in strokeDashOffset() function in Magick::Options
1417 void Magick::Image::strokeDashOffset(const double strokeDashOffset_) in strokeDashOffset() function in Magick::Image1420 options()->strokeDashOffset(strokeDashOffset_); in strokeDashOffset()1423 double Magick::Image::strokeDashOffset(void) const in strokeDashOffset() function in Magick::Image1425 return(constOptions()->strokeDashOffset()); in strokeDashOffset()
595 (strokeDashOffset): Change to type double.877 (strokeDashOffset): New method for specifying the dash offset to use for