HomeSort by relevance Sort by last modified time
    Searched refs:strokeDashOffset (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 212 void strokeDashOffset(const double strokeDashOffset_);
213 double strokeDashOffset(void) const;
Image.h 429 void strokeDashOffset(const double strokeDashOffset_);
430 double strokeDashOffset(void) const;
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 601 void Magick::Options::strokeDashOffset(const double strokeDashOffset_)
606 double Magick::Options::strokeDashOffset(void) const
Image.cpp 1412 void Magick::Image::strokeDashOffset(const double strokeDashOffset_)
1415 options()->strokeDashOffset(strokeDashOffset_);
1418 double Magick::Image::strokeDashOffset(void) const
1420 return(constOptions()->strokeDashOffset());
    [all...]

Completed in 385 milliseconds