Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2280 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoAbs() argument
2281 : _coordinates(1,coordinate_) in PathSmoothQuadraticCurvetoAbs()
2312 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoRel() argument
2313 : _coordinates(1,coordinate_) in PathSmoothQuadraticCurvetoRel()
2347 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ ) in PathLinetoAbs() argument
2348 : _coordinates(1,coordinate_) in PathLinetoAbs()
2375 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ ) in PathLinetoRel() argument
2376 : _coordinates(1,coordinate_) in PathLinetoRel()
2465 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ ) in PathMovetoAbs() argument
2466 : _coordinates(1,coordinate_) in PathMovetoAbs()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2848 PathSmoothQuadraticCurvetoAbs ( const Magick::Coordinate &coordinate_ );
2872 PathSmoothQuadraticCurvetoRel ( const Magick::Coordinate &coordinate_ );
2900 PathLinetoAbs ( const Magick::Coordinate& coordinate_ );
2924 PathLinetoRel ( const Magick::Coordinate& coordinate_ );
3066 PathMovetoAbs ( const Magick::Coordinate &coordinate_ );
3090 PathMovetoRel ( const Magick::Coordinate &coordinate_ );