Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2429 typedef std::vector<Magick::PathArcArgs> PathArcArgsList; typedef
2449 PathArcAbs ( const PathArcArgsList &coordinates_ );
2464 PathArcArgsList _coordinates;
2473 PathArcRel ( const PathArcArgsList &coordinates_ );
2486 PathArcArgsList _coordinates;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1864 Magick::PathArcAbs::PathArcAbs ( const PathArcArgsList &coordinates_ ) in PathArcAbs()
1878 for( PathArcArgsList::const_iterator p = _coordinates.begin(); in operator ()()
1895 Magick::PathArcRel::PathArcRel ( const PathArcArgsList &coordinates_ ) in PathArcRel()
1909 for( PathArcArgsList::const_iterator p = _coordinates.begin(); in operator ()()