Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h368 _startDegrees(startDegrees_), in DrawableArc()
418 _startDegrees = startDegrees_; in startDegrees()
422 return _startDegrees; in startDegrees()
439 double _startDegrees; variable
/external/ImageMagick/Magick++/lib/
DDrawable.cpp225 DrawArc( context_, _startX, _startY, _endX, _endY, _startDegrees, _endDegrees ); in operator ()()