Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DDrawable.cpp2251 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoAbs() argument
2252 : _coordinates(1,coordinate_) in PathSmoothQuadraticCurvetoAbs()
2283 ( const Magick::Coordinate &coordinate_ ) in PathSmoothQuadraticCurvetoRel() argument
2284 : _coordinates(1,coordinate_) in PathSmoothQuadraticCurvetoRel()
2318 Magick::PathLinetoAbs::PathLinetoAbs ( const Magick::Coordinate& coordinate_ ) in PathLinetoAbs() argument
2319 : _coordinates(1,coordinate_) in PathLinetoAbs()
2346 Magick::PathLinetoRel::PathLinetoRel ( const Magick::Coordinate& coordinate_ ) in PathLinetoRel() argument
2347 : _coordinates(1,coordinate_) in PathLinetoRel()
2436 Magick::PathMovetoAbs::PathMovetoAbs ( const Magick::Coordinate &coordinate_ ) in PathMovetoAbs() argument
2437 : _coordinates(1,coordinate_) in PathMovetoAbs()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2873 PathSmoothQuadraticCurvetoAbs ( const Magick::Coordinate &coordinate_ );
2897 PathSmoothQuadraticCurvetoRel ( const Magick::Coordinate &coordinate_ );
2925 PathLinetoAbs ( const Magick::Coordinate& coordinate_ );
2949 PathLinetoRel ( const Magick::Coordinate& coordinate_ );
3091 PathMovetoAbs ( const Magick::Coordinate &coordinate_ );
3115 PathMovetoRel ( const Magick::Coordinate &coordinate_ );