Home
last modified time | relevance | path

Searched refs:PathArcArgsList (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2454 typedef std::vector<Magick::PathArcArgs> PathArcArgsList; typedef
2474 PathArcAbs ( const PathArcArgsList &coordinates_ );
2489 PathArcArgsList _coordinates;
2498 PathArcRel ( const PathArcArgsList &coordinates_ );
2511 PathArcArgsList _coordinates;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1833 Magick::PathArcAbs::PathArcAbs ( const PathArcArgsList &coordinates_ ) in PathArcAbs()
1847 for( PathArcArgsList::const_iterator p = _coordinates.begin(); in operator ()()
1864 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ ) in PathArcRel()
1878 for( PathArcArgsList::const_iterator p = _coordinates.begin(); in operator ()()