HomeSort by relevance Sort by last modified time
    Searched refs:strokeDashOffset (Results 1 - 5 of 5) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel.h     [all...]

Completed in 178 milliseconds