Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h383 _startDegrees(startDegrees_), in DrawableArc()
433 _startDegrees = startDegrees_; in startDegrees()
437 return _startDegrees; in startDegrees()
454 double _startDegrees; variable
/external/ImageMagick/Magick++/lib/
DDrawable.cpp256 DrawArc( context_, _startX, _startY, _endX, _endY, _startDegrees, _endDegrees ); in operator ()()